Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ What's New

These are new features and improvements of note in each release.

.. include:: whatsnew/v0.9.3.rst
.. include:: whatsnew/v0.9.2.rst
.. include:: whatsnew/v0.9.1.rst
.. include:: whatsnew/v0.9.0.rst
Expand Down
32 changes: 6 additions & 26 deletions docs/sphinx/source/whatsnew/v0.9.3.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
.. _whatsnew_0930:

v0.9.3 (TBD)
------------------------

Deprecations
~~~~~~~~~~~~
* Removed the kwarg ``closed`` from ``pd.date_range`` in the examples since it is deprecated for pandas >= 1.4.0. (:pull:`1540`)
v0.9.3 (September 15, 2022)
---------------------------

Enhancements
~~~~~~~~~~~~
Expand All @@ -17,34 +13,18 @@ Enhancements
:py:func:`~pvlib.location.lookup_altitude`
(:issue:`1516`, :pull:`1518`)
* New module to calculate spectral mismatch from field spectral measurements
:py:func:`~pvlib.spectrum.mismatch.get_example_spectral_response`
:py:func:`~pvlib.spectrum.mismatch.get_am15g`
:py:func:`~pvlib.spectrum.mismatch.calc_spectral_mismatch_field`
:py:func:`~pvlib.spectrum.get_example_spectral_response`
:py:func:`~pvlib.spectrum.get_am15g`
:py:func:`~pvlib.spectrum.calc_spectral_mismatch_field`
(:issue:`1523`, :pull:`1524`)
* Added Townsend-Powers monthly snow loss model:
:py:func:`pvlib.snow.loss_townsend`
(:issue:`1246`, :pull:`1251`, :pull:`1468`)

Bug fixes
~~~~~~~~~


Testing
~~~~~~~


Documentation
~~~~~~~~~~~~~
* Clarified description of cross-axis slope in :py:mod:`pvlib.tracking` (:pull:`1530`)


Benchmarking
~~~~~~~~~~~~~


Requirements
~~~~~~~~~~~~

* Removed the kwarg ``closed`` from ``pd.date_range`` in the examples since it is deprecated for pandas >= 1.4.0. (:pull:`1540`)

Contributors
~~~~~~~~~~~~
Expand Down
35 changes: 35 additions & 0 deletions docs/sphinx/source/whatsnew/v0.9.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.. _whatsnew_0940:

v0.9.4 (TBD)
------------------------

Deprecations
~~~~~~~~~~~~


Enhancements
~~~~~~~~~~~~


Bug fixes
~~~~~~~~~


Testing
~~~~~~~


Documentation
~~~~~~~~~~~~~


Benchmarking
~~~~~~~~~~~~~


Requirements
~~~~~~~~~~~~


Contributors
~~~~~~~~~~~~