From 136140ccc24d6bf3b46706aa9085ce63247366af Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 3 May 2024 16:57:09 -0400 Subject: [PATCH 1/5] whatsnew cleanup --- docs/sphinx/source/whatsnew.rst | 1 + docs/sphinx/source/whatsnew/v0.10.5.rst | 28 ++++++++++--------------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/docs/sphinx/source/whatsnew.rst b/docs/sphinx/source/whatsnew.rst index 7fad810f8e..66c7196333 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.10.5.rst .. include:: whatsnew/v0.10.4.rst .. include:: whatsnew/v0.10.3.rst .. include:: whatsnew/v0.10.2.rst diff --git a/docs/sphinx/source/whatsnew/v0.10.5.rst b/docs/sphinx/source/whatsnew/v0.10.5.rst index 5b23138f35..52383261b6 100644 --- a/docs/sphinx/source/whatsnew/v0.10.5.rst +++ b/docs/sphinx/source/whatsnew/v0.10.5.rst @@ -1,39 +1,28 @@ .. _whatsnew_01050: -v0.10.5 (Anticipated June 2024) -------------------------------- - - -Deprecations -~~~~~~~~~~~~ - - -Enhancements -~~~~~~~~~~~~ +v0.10.5 (May 3, 2024) +--------------------- Bug fixes ~~~~~~~~~ +* Compatibility with numpy 2.0. (:issue:`2026`, :pull:`2027`) * Improved reliability of :py:func:`pvlib.singlediode.bishop88_mpp`, :py:func:`pvlib.singlediode.bishop88_i_from_v` and :py:func:`pvlib.singlediode.bishop88_v_from_i` by improving the initial guess for the newton and brentq algorithms. (:issue:`2013`, :pull:`2032`) -* Corrected equation for Ixx0 in :py:func:`pvlib.pvsystem.sapm` (:issue:`2016`, :pull:`2019`) +* Corrected equation for Ixx0 in :py:func:`pvlib.pvsystem.sapm`. (:issue:`2016`, :pull:`2019`) * Fixed :py:func:`pvlib.pvsystem.retrieve_sam` silently ignoring the `path` parameter when `name` was provided. Now an exception is raised requesting to only provide one of the two parameters. (:issue:`2018`, :pull:`2020`) -Testing -~~~~~~~ - - Documentation ~~~~~~~~~~~~~ * Fix variable name typo at - ``docs\examples\system-models\plot_oedi_9068.py``, (:pull:`1996`) -* Remove "Comparison with PVLib for Matlab" page from the User Guide (:issue:`2010`, :pull:`2012`) + ``docs\examples\system-models\plot_oedi_9068.py``. (:pull:`1996`) +* Remove "Comparison with PVLib for Matlab" page from the User Guide. (:issue:`2010`, :pull:`2012`) Requirements @@ -47,3 +36,8 @@ Contributors * Cliff Hansen (:ghuser:`cwhanse`) * :ghuser:`apct69` * Mark Mikofski (:ghuser:`mikofski`) +* Echedey Luis (:ghuser:`echedey-ls`) +* Adam R. Jensen (:ghuser:`adamrjensen`) +* Anton Driesse (:ghuser:`adriesse`) +* Scott Meredith (:ghuser:`smmeredith`) +* Alexander Morgan (:ghuser:`alexandermorgan`) From 38128971c9dd62caf68734ea04ade728af68320a Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 3 May 2024 16:57:21 -0400 Subject: [PATCH 2/5] add v0.11.0 file --- docs/sphinx/source/whatsnew/v0.11.0.rst | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/sphinx/source/whatsnew/v0.11.0.rst diff --git a/docs/sphinx/source/whatsnew/v0.11.0.rst b/docs/sphinx/source/whatsnew/v0.11.0.rst new file mode 100644 index 0000000000..6a2a4ce9fb --- /dev/null +++ b/docs/sphinx/source/whatsnew/v0.11.0.rst @@ -0,0 +1,37 @@ +.. _whatsnew_01100: + + +v0.11.0 (Anticipated June, 2023) +-------------------------------- + + +Breaking changes +~~~~~~~~~~~~~~~~ + + +Deprecations +~~~~~~~~~~~~ + + +Enhancements +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Testing +~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Requirements +~~~~~~~~~~~~ + + +Contributors +~~~~~~~~~~~~ From 6a1d1c67cdbdb85449cdad85e810ae9dc3a768f8 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Fri, 3 May 2024 17:12:32 -0400 Subject: [PATCH 3/5] forgot to include myself in the contributors --- docs/sphinx/source/whatsnew/v0.10.5.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.5.rst b/docs/sphinx/source/whatsnew/v0.10.5.rst index 52383261b6..d33d19e1cd 100644 --- a/docs/sphinx/source/whatsnew/v0.10.5.rst +++ b/docs/sphinx/source/whatsnew/v0.10.5.rst @@ -13,8 +13,8 @@ Bug fixes :py:func:`pvlib.singlediode.bishop88_v_from_i` by improving the initial guess for the newton and brentq algorithms. (:issue:`2013`, :pull:`2032`) * Corrected equation for Ixx0 in :py:func:`pvlib.pvsystem.sapm`. (:issue:`2016`, :pull:`2019`) -* Fixed :py:func:`pvlib.pvsystem.retrieve_sam` silently ignoring the `path` parameter - when `name` was provided. Now an exception is raised requesting to only provide one +* Fixed :py:func:`pvlib.pvsystem.retrieve_sam` silently ignoring the ``path`` parameter + when ``name`` was provided. Now an exception is raised requesting to only provide one of the two parameters. (:issue:`2018`, :pull:`2020`) @@ -41,3 +41,4 @@ Contributors * Anton Driesse (:ghuser:`adriesse`) * Scott Meredith (:ghuser:`smmeredith`) * Alexander Morgan (:ghuser:`alexandermorgan`) +* Kevin Anderson (:ghuser:`kandersolar`) From bae60a9fdb0a02a642722ca7ff3a686bd61197fa Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 6 May 2024 08:12:45 -0400 Subject: [PATCH 4/5] update release date --- docs/sphinx/source/whatsnew/v0.10.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.5.rst b/docs/sphinx/source/whatsnew/v0.10.5.rst index d33d19e1cd..9552c84a0a 100644 --- a/docs/sphinx/source/whatsnew/v0.10.5.rst +++ b/docs/sphinx/source/whatsnew/v0.10.5.rst @@ -1,7 +1,7 @@ .. _whatsnew_01050: -v0.10.5 (May 3, 2024) +v0.10.5 (May 6, 2024) --------------------- From 45a0b15c08554fb0610cf90ee8ed64ec91a76feb Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 6 May 2024 14:39:56 -0400 Subject: [PATCH 5/5] Comments from review --- docs/sphinx/source/whatsnew/v0.10.5.rst | 2 +- docs/sphinx/source/whatsnew/v0.11.0.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.5.rst b/docs/sphinx/source/whatsnew/v0.10.5.rst index 9552c84a0a..00daed3a0f 100644 --- a/docs/sphinx/source/whatsnew/v0.10.5.rst +++ b/docs/sphinx/source/whatsnew/v0.10.5.rst @@ -27,7 +27,7 @@ Documentation Requirements ~~~~~~~~~~~~ -* Python 3.8 or higher. (:issue:`1975`, :pull:`2029`) +* Minimum version of Python increased from 3.7 to 3.8. (:issue:`1975`, :pull:`2029`) * Minimum version of scipy advanced from 1.5.0 to 1.6.0. (:pull:`2027`) diff --git a/docs/sphinx/source/whatsnew/v0.11.0.rst b/docs/sphinx/source/whatsnew/v0.11.0.rst index 6a2a4ce9fb..7ea847a6d9 100644 --- a/docs/sphinx/source/whatsnew/v0.11.0.rst +++ b/docs/sphinx/source/whatsnew/v0.11.0.rst @@ -1,7 +1,7 @@ .. _whatsnew_01100: -v0.11.0 (Anticipated June, 2023) +v0.11.0 (Anticipated June, 2024) --------------------------------