-
Notifications
You must be signed in to change notification settings - Fork 1.1k
deprecate Location, PVSystem, ModelChain kwargs, LocalizedPVSystem, LocalizedSingleAxisTracker #1053
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good! Lines 82 and 167 of pvsystem.py still advertise LocalizedPVSystem
@@ -32,6 +32,16 @@ API Changes with Deprecations | |||
glass/glass module in open racking and emit a warning. In v0.9, users must | |||
provide ``temperature_model_parameters`` or a valid combination of | |||
``module_type`` and ``racking_model``. (:issue:`1030`, :pull:`1033`) | |||
* :py:class:`pvlib.location.Location`, :py:class:`pvlib.pvsystem.PVSystem`, | |||
:py:class:`pvlib.tracking.SingleAxisTracker`, and | |||
:py:class:`pvlib.modelchain.ModelChain`, no longer accept arbitrary keyword |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be 'are deprecated'?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes thank you
docs/sphinx/source/api.rst
for API changes.docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).This PR is a clean implementation of the suggestions in #1034.