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..00daed3a0f 100644 --- a/docs/sphinx/source/whatsnew/v0.10.5.rst +++ b/docs/sphinx/source/whatsnew/v0.10.5.rst @@ -1,44 +1,33 @@ .. _whatsnew_01050: -v0.10.5 (Anticipated June 2024) -------------------------------- - - -Deprecations -~~~~~~~~~~~~ - - -Enhancements -~~~~~~~~~~~~ +v0.10.5 (May 6, 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`) -* 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 +* 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 ~~~~~~~~~~~~ -* 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`) @@ -47,3 +36,9 @@ 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`) +* Kevin Anderson (:ghuser:`kandersolar`) 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..7ea847a6d9 --- /dev/null +++ b/docs/sphinx/source/whatsnew/v0.11.0.rst @@ -0,0 +1,37 @@ +.. _whatsnew_01100: + + +v0.11.0 (Anticipated June, 2024) +-------------------------------- + + +Breaking changes +~~~~~~~~~~~~~~~~ + + +Deprecations +~~~~~~~~~~~~ + + +Enhancements +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Testing +~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Requirements +~~~~~~~~~~~~ + + +Contributors +~~~~~~~~~~~~