From e123674fe969b882da01ae1c72e19660b7fecb3e Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 14 Sep 2022 11:13:02 -0400 Subject: [PATCH 1/5] whatsnew cleanup --- docs/sphinx/source/whatsnew/v0.9.3.rst | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.9.3.rst b/docs/sphinx/source/whatsnew/v0.9.3.rst index 3c8279ce9c..cdec1374c4 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 14, 2022) +--------------------------- Enhancements ~~~~~~~~~~~~ @@ -25,26 +21,10 @@ Enhancements :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 ~~~~~~~~~~~~ From 56834e437832b3941938b8e840f348ebbed9add0 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 14 Sep 2022 11:13:13 -0400 Subject: [PATCH 2/5] include 0.9.3 in whatsnew index --- docs/sphinx/source/whatsnew.rst | 1 + 1 file changed, 1 insertion(+) 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 From 2604f913611a1a6bdf806ac525b19c69e6853510 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 14 Sep 2022 11:13:45 -0400 Subject: [PATCH 3/5] create empty 0.9.4 whatsnew template --- docs/sphinx/source/whatsnew/v0.9.4.rst | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 docs/sphinx/source/whatsnew/v0.9.4.rst 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 +~~~~~~~~~~~~ From c356ac4c0cca443db146c74e5b1976a0dd24679c Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 14 Sep 2022 11:39:25 -0400 Subject: [PATCH 4/5] sphinx fixes --- docs/sphinx/source/whatsnew/v0.9.3.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.9.3.rst b/docs/sphinx/source/whatsnew/v0.9.3.rst index cdec1374c4..45d5a94d7c 100644 --- a/docs/sphinx/source/whatsnew/v0.9.3.rst +++ b/docs/sphinx/source/whatsnew/v0.9.3.rst @@ -13,9 +13,9 @@ 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` From 2727f69f4a4bd19819d5678ce4e157ba8a2749b1 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 15 Sep 2022 08:38:23 -0400 Subject: [PATCH 5/5] release date += 1 --- docs/sphinx/source/whatsnew/v0.9.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.9.3.rst b/docs/sphinx/source/whatsnew/v0.9.3.rst index 45d5a94d7c..820ecc251d 100644 --- a/docs/sphinx/source/whatsnew/v0.9.3.rst +++ b/docs/sphinx/source/whatsnew/v0.9.3.rst @@ -1,6 +1,6 @@ .. _whatsnew_0930: -v0.9.3 (September 14, 2022) +v0.9.3 (September 15, 2022) --------------------------- Enhancements