Skip to content

Commit adcc026

Browse files
committed
misc cleanup
1 parent 0ca9ae0 commit adcc026

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

docs/sphinx/source/whatsnew/v0.11.3.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Breaking Changes
1212
* Users must now provide :py:attr:`ModelChain.spectral_model`, or the 'no_loss' spectral
1313
model is assumed. :py:class:`~pvlib.modelchain.ModelChain` no longer attempts to infer
1414
the spectral model from :py:class:`~pvlib.pvsystem.PVSystem` attributes. (:issue:`2017`, :pull:`2253`)
15-
* The pvlib.location.Location.pytz attribute is now read only. The
16-
pytz attribute is now set internally to be consistent with the
17-
pvlib.location.Location.tz attribute. (:issue:`2340`, :pull:`2341`)
18-
* Users must now provide ModelChain.spectral_model, or the 'no_loss' spectral
19-
model is assumed. pvlib.modelchain.ModelChain no longer attempts to infer
20-
the spectral model from PVSystem attributes. (:issue:`2017`, :pull:`2253`)
21-
* Remove deprecated :py:func:`!pvlib.pvsystem.sapm_spectral_loss`.
22-
(:issue:`2243`, :pull:`2244`)
15+
* The :py:attr:`pvlib.location.Location.pytz` attribute is now read only. The
16+
``pytz`` attribute is now set internally to be consistent with the
17+
:py:attr:`pvlib.location.Location.tz` attribute. (:issue:`2340`, :pull:`2341`)
18+
* Users must now provide :py:attr:`ModelChain.spectral_model`, or the ``'no_loss'`` spectral
19+
model is assumed. :py:class:`~pvlib.modelchain.ModelChain` no longer attempts to infer
20+
the spectral model from :py:class:`~pvlib.pvsystem.PVSystem` attributes. (:issue:`2017`, :pull:`2253`)
21+
* Remove deprecated :py:func:`!pvlib.pvsystem.sapm_spectral_loss`; use
22+
:py:func:`~pvlib.spectrum.spectral_factor_sapm` instead. (:issue:`2243`, :pull:`2244`)
2323
* :py:func:`~pvlib.iotools.read_tmy3` now defaults to ``map_variables=True``.
2424
Additionally, the deprecated ``recolumn`` parameter is now removed. (:issue:`2324`, :pull:`2408`)
2525
* Remove :py:func:`!pvlib.atmosphere.first_solar_spectral_correction`, deprecated in v0.10.0.
@@ -77,15 +77,13 @@ Testing
7777
(:issue:`2340`, :pull:`2341`)
7878
* Add tests for time-conversion functions in :py:mod:`pvlib.tools`. (:issue:`2340`, :pull:`2341`)
7979

80-
8180
Maintenance
8281
~~~~~~~~~~~
8382
* Fix ReadTheDocs builds by upgrading `readthedocs.yml` configuration
8483
(:issue:`2357`, :pull:`2358`)
8584
* asv 0.4.2 upgraded to asv 0.6.4 to fix CI failure due to pinned older conda.
8685
(:pull:`2352`)
8786

88-
8987
Contributors
9088
~~~~~~~~~~~~
9189
* Rajiv Daxini (:ghuser:`RDaxini`)

0 commit comments

Comments
 (0)