Consistency between CLI and Python interfaces. #486
Labels
api
API breaking changes
enhancement
New/improved feature or request
good first issue
Good for newcomers
Currently, there are some cases (e.g.
temp_max
,temp_min
vs.temp_start
,temp_end
) where python keywords do not align with CLI. These should be made uniform.In order to rectify this, depending on how we feel about API breaking changes at this stage, we can do the following.
If CLI name adopted in Python:
DeprecationWarning
on using old kw.If Python name adopted in CLI:
DeprecationWarning
on using old term.If we're not that concerned (code considered beta?) we can just rename the terms as is and update the tutorials accordingly.
The text was updated successfully, but these errors were encountered: