From d61923cacae425d07157572421d237af432c9823 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 20 Dec 2023 09:59:54 -0500 Subject: [PATCH 1/3] clean up 0.10.3 whatsnew --- docs/sphinx/source/whatsnew/v0.10.3.rst | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.3.rst b/docs/sphinx/source/whatsnew/v0.10.3.rst index 29aa59a543..8e966c661b 100644 --- a/docs/sphinx/source/whatsnew/v0.10.3.rst +++ b/docs/sphinx/source/whatsnew/v0.10.3.rst @@ -1,8 +1,8 @@ .. _whatsnew_01030: -v0.10.3 (Anticipated December, 2023) ------------------------------------- +v0.10.3 (December 20, 2023) +--------------------------- Enhancements @@ -24,10 +24,10 @@ Enhancements Bug fixes ~~~~~~~~~ * Fixed CAMS error message handler in - :py:func:`pvlib.iotools.get_cams` (:issue:`1799`, :pull:`1905`) + :py:func:`pvlib.iotools.get_cams`. (:issue:`1799`, :pull:`1905`) * Fix mapping of the dew point column to ``temp_dew`` when ``map_variables`` is True in :py:func:`pvlib.iotools.get_psm3`. (:pull:`1920`) -* Fix :py:class:`pvlib.modelchain.ModelChain` to use attribute `clearsky_model` +* Fix :py:class:`pvlib.modelchain.ModelChain` to use attribute `clearsky_model`. (:pull:`1924`) Testing @@ -38,10 +38,10 @@ Testing Documentation ~~~~~~~~~~~~~ * Create :ref:`weatherdata` User's Guide page. (:pull:`1754`) -* Fixed a plotting issue in the IV curve gallery example (:pull:`1895`) -* Added two examples to demonstrate reverse transposition (:pull:`1907`) -* Fixed `detect_clearsky` example in `clearsky.rst` (:issue:`1914`) -* Clarified purpose of `ModelChain.clearsky_model` (:pull:`1924`) +* Fixed a plotting issue in the IV curve gallery example. (:pull:`1895`) +* Added two examples to demonstrate reverse transposition. (:pull:`1907`) +* Fixed :py:func:`~pvlib.clearsky.detect_clearsky` example in :ref:`clearsky`. (:issue:`1914`) +* Clarified purpose of `ModelChain.clearsky_model`. (:pull:`1924`) Requirements @@ -58,9 +58,16 @@ Contributors * Abigail Jones (:ghuser:`ajonesr`) * Cliff Hansen (:ghuser:`cwhanse`) * Gilles Fischer (:ghuser:`GillesFischerV`) -* Adam R. Jensen (:ghusuer:`AdamRJensen`) +* Adam R. Jensen (:ghuser:`AdamRJensen`) * :ghuser:`matsuobasho` * Harry Jack (:ghuser:`harry-solcast`) * Kevin Anderson (:ghuser:`kandersolar`) * Lorenzo Riches (:ghuser:`lorenzo-solcast`) * Cliff Hansen (:ghuser:`cwhanse`) +* Hugh Cutcher (:ghuser:`hugh-solcast`) +* Echedey Luis (:ghuser:`echedey-ls`) +* Will Holmgren (:ghuser:`wholmgren`) +* Miroslav Šedivý (:ghuser:`eumiro`) +* Mark Mikofski (:ghuser:`mikofski`) +* Phoebe Pearce (:ghuser:`phoebe-p`) +* Eva-Maria Grommes (:ghuser:`EwaGomez`) From 0877d320c34dca8249610f3f2dc01bbacdd2352a Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 20 Dec 2023 10:00:03 -0500 Subject: [PATCH 2/3] Create v0.10.4.rst --- docs/sphinx/source/whatsnew/v0.10.4.rst | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/sphinx/source/whatsnew/v0.10.4.rst diff --git a/docs/sphinx/source/whatsnew/v0.10.4.rst b/docs/sphinx/source/whatsnew/v0.10.4.rst new file mode 100644 index 0000000000..83b04cc01e --- /dev/null +++ b/docs/sphinx/source/whatsnew/v0.10.4.rst @@ -0,0 +1,30 @@ +.. _whatsnew_01040: + + +v0.10.4 (Anticipated March, 2024) +--------------------------------- + + +Enhancements +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Testing +~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Requirements +~~~~~~~~~~~~ + + +Contributors +~~~~~~~~~~~~ + From 006719a8b88f991a7f80f0fb10b4d3530d4946d9 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Wed, 20 Dec 2023 12:08:15 -0500 Subject: [PATCH 3/3] Update docs/sphinx/source/whatsnew/v0.10.3.rst Co-authored-by: Cliff Hansen --- docs/sphinx/source/whatsnew/v0.10.3.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.3.rst b/docs/sphinx/source/whatsnew/v0.10.3.rst index 8e966c661b..26775da05d 100644 --- a/docs/sphinx/source/whatsnew/v0.10.3.rst +++ b/docs/sphinx/source/whatsnew/v0.10.3.rst @@ -63,7 +63,6 @@ Contributors * Harry Jack (:ghuser:`harry-solcast`) * Kevin Anderson (:ghuser:`kandersolar`) * Lorenzo Riches (:ghuser:`lorenzo-solcast`) -* Cliff Hansen (:ghuser:`cwhanse`) * Hugh Cutcher (:ghuser:`hugh-solcast`) * Echedey Luis (:ghuser:`echedey-ls`) * Will Holmgren (:ghuser:`wholmgren`)