8000 Finalize v0.12.0 by kandersolar · Pull Request #2413 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Finalize v0.12.0 #2413

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

Merged
merged 12 commits into from
Mar 19, 2025
Prev Previous commit
Next Next commit
remove duplicated entries
  • Loading branch information
kandersolar committed Mar 19, 2025
commit 10f6cce4952c59e093551da49a5d8c8db14c2ea6
6 changes: 0 additions & 6 deletions docs/sphinx/source/whatsnew/v0.12.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ v0.12.0 (March 19, 2025)

Breaking Changes
~~~~~~~~~~~~~~~~
* The :py:attr:`pvlib.location.Location.pytz` attribute is now read only. The
``pytz`` attribute is now set internally to be consistent with the
:py:attr:`pvlib.location.Location.tz` attribute. (:issue:`2340`, :pull:`2341`)
* Users must now provide :py:attr:`ModelChain.spectral_model`, or the 'no_loss' spectral
model is assumed. :py:class:`~pvlib.modelchain.ModelChain` no longer attempts to infer
the spectral model from :py:class:`~pvlib.pvsystem.PVSystem` attributes. (:issue:`2017`, :pull:`2253`)
* The :py:attr:`pvlib.location.Location.pytz` attribute is now read only. The
``pytz`` attribute is now set internally to be consistent with the
:py:attr:`pvlib.location.Location.tz` attribute. (:issue:`2340`, :pull:`2341`)
Expand Down
0