From 73965c292ba35053745316816e539912eb70deca Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 15 Sep 2022 15:38:02 -0400 Subject: [PATCH] Finalize 0.9.3 (#1552) * whatsnew cleanup * include 0.9.3 in whatsnew index * create empty 0.9.4 whatsnew template * sphinx fixes * release date += 1 --- docs/sphinx/source/whatsnew.rst | 1 + docs/sphinx/source/whatsnew/v0.9.3.rst | 32 +++++------------------ docs/sphinx/source/whatsnew/v0.9.4.rst | 35 ++++++++++++++++++++++++++ 3 files changed, 42 insertions(+), 26 deletions(-) create mode 100644 docs/sphinx/source/whatsnew/v0.9.4.rst diff --git a/docs/sphinx/source/whatsnew.rst b/docs/sphinx/source/whatsnew.rst index d1c5290738..4830371985 100644 --- a/docs/sphinx/source/whatsnew.rst +++ b/docs/sphinx/source/whatsnew.rst @@ -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 diff --git a/docs/sphinx/source/whatsnew/v0.9.3.rst b/docs/sphinx/source/whatsnew/v0.9.3.rst index 3c8279ce9c..820ecc251d 100644 --- a/docs/sphinx/source/whatsnew/v0.9.3.rst +++ b/docs/sphinx/source/whatsnew/v0.9.3.rst @@ -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 ~~~~~~~~~~~~ @@ -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 ~~~~~~~~~~~~ diff --git a/docs/sphinx/source/whatsnew/v0.9.4.rst b/docs/sphinx/source/whatsnew/v0.9.4.rst new file mode 100644 index 0000000000..ea89248743 --- /dev/null +++ b/docs/sphinx/source/whatsnew/v0.9.4.rst @@ -0,0 +1,35 @@ +.. _whatsnew_0940: + +v0.9.4 (TBD) +------------------------ + +Deprecations +~~~~~~~~~~~~ + + +Enhancements +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Testing +~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Benchmarking +~~~~~~~~~~~~~ + + +Requirements +~~~~~~~~~~~~ + + +Contributors +~~~~~~~~~~~~