Skip to content

Commit

Permalink
Finalize 0.9.3 (#1552)
Browse files Browse the repository at this point in the history
* whatsnew cleanup

* include 0.9.3 in whatsnew index

* create empty 0.9.4 whatsnew template

* sphinx fixes

* release date += 1
  • Loading branch information
kandersolar authored Sep 15, 2022
1 parent ce7ddbc commit 73965c2
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 26 deletions.
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
~~~~~~~~~~~~

0 comments on commit 73965c2

Please sign in to comment.