From 49c80123a3f2da1dc21b520487c8472873c242b9 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 18 Mar 2024 13:49:08 -0400 Subject: [PATCH 1/3] finalize whatsnew --- docs/sphinx/source/whatsnew/v0.10.4.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.4.rst b/docs/sphinx/source/whatsnew/v0.10.4.rst index 881c5b8fc9..d7fb482bee 100644 --- a/docs/sphinx/source/whatsnew/v0.10.4.rst +++ b/docs/sphinx/source/whatsnew/v0.10.4.rst @@ -1,14 +1,14 @@ .. _whatsnew_01040: -v0.10.4 (Anticipated March, 2024) ---------------------------------- +v0.10.4 (March 18, 2024) +------------------------ Enhancements ~~~~~~~~~~~~ * Added the Huld PV model used by PVGIS (:pull:`1940`) -* Add :py:func:`pvlib.iotools.get_solargis` for retrieving Solargis +* Add :py:func:`~pvlib.iotools.get_solargis` for retrieving Solargis irradiance data. (:pull:`1969`) * Added function :py:func:`pvlib.shading.projected_solar_zenith_angle`, a common calculation in shading and tracking. (:issue:`1734`, :pull:`1904`) @@ -17,6 +17,7 @@ Enhancements * Added metadata parsing to :py:func:`~pvlib.iotools.read_solrad` to follow the standard iotools convention of returning a tuple of (data, meta). Previously the function only returned a dataframe. (:pull:`1968`) + Bug fixes ~~~~~~~~~ * Fixed an error in solar position calculations when using @@ -34,21 +35,17 @@ Bug fixes ``temperature_model_parameters`` are specified on the passed ``system`` instead of on its ``arrays``. (:issue:`1759`). * :py:func:`pvlib.irradiance.ghi_from_poa_driesse_2023` now correctly makes use of the ``xtol`` argument. Previously, it was ignored. (:issue:`1970`, :pull:`1971`) -* Fixed incorrect unit conversion of precipitable water used for the Solcast iotools functions. +* Fixed incorrect unit conversion of precipitable water used for the Solcast iotools functions. (:pull:`1969`) * :py:class:`~pvlib.modelchain.ModelChain.infer_temperature_model` now raises a more useful error when the temperature model cannot be inferred (:issue:`1946`) * The default URL for retrieving irradiance data from the SRML network was updated in :py:func:`~pvlib.iotools.get_srml` (:pull:`1957`, :issue:`1922`) -Testing -~~~~~~~ - Documentation ~~~~~~~~~~~~~ -* Improved references and description for :py:func:`~pvlib.irradiance.get_ground_diffuse`. (:pull:`1953`) +* Improved references and description for :py:func:`~pvlib.irradiance.get_ground_diffuse`. (:pull:`1883`, :pull:`1953`) * Fixed broken URLs in various places. (:pull:`1957`, :pull:`1960`) -* Clarified documentation for :py:func:`~pvlib.irradiance.get_ground_diffuse`. (:pull:`1883`) * Added a gallery example with a model for OEDI system 9068. (:pull:`1985`) @@ -67,3 +64,7 @@ Contributors * Roma Koulikov (:ghuser:`matsuobasho`) * Adam R. Jensen (:ghuser:`AdamRJensen`) * Peter Dudfield (:ghuser:`peterdudfield`) +* Anton Driesse (:ghuser:`adriesse`) +* Mark Mikofski (:ghuser:`mikofski`) +* Will Holmgren (:ghuser:`wholmgren`) +* Jules Chéron (:ghuser:`jules-ch`) From 9a6c7b4be44d88218bfb5737ddc8abc14326afc4 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Tue, 19 Mar 2024 10:13:23 -0400 Subject: [PATCH 2/3] Update docs/sphinx/source/whatsnew/v0.10.4.rst Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com> --- docs/sphinx/source/whatsnew/v0.10.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.10.4.rst b/docs/sphinx/source/whatsnew/v0.10.4.rst index d7fb482bee..a194c5e522 100644 --- a/docs/sphinx/source/whatsnew/v0.10.4.rst +++ b/docs/sphinx/source/whatsnew/v0.10.4.rst @@ -1,7 +1,7 @@ .. _whatsnew_01040: -v0.10.4 (March 18, 2024) +v0.10.4 (March 19, 2024) ------------------------ From c9d4f102647bf92f1a28b7d97bd68c72c6cf4c54 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Tue, 19 Mar 2024 10:14:35 -0400 Subject: [PATCH 3/3] Create v0.10.5.rst --- docs/sphinx/source/whatsnew/v0.10.5.rst | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 docs/sphinx/source/whatsnew/v0.10.5.rst diff --git a/docs/sphinx/source/whatsnew/v0.10.5.rst b/docs/sphinx/source/whatsnew/v0.10.5.rst new file mode 100644 index 0000000000..e7097ea5b4 --- /dev/null +++ b/docs/sphinx/source/whatsnew/v0.10.5.rst @@ -0,0 +1,33 @@ +.. _whatsnew_01050: + + +v0.10.5 (Anticipated June 2024) +------------------------------- + + +Deprecations +~~~~~~~~~~~~ + + +Enhancements +~~~~~~~~~~~~ + + +Bug fixes +~~~~~~~~~ + + +Testing +~~~~~~~ + + +Documentation +~~~~~~~~~~~~~ + + +Requirements +~~~~~~~~~~~~ + + +Contributors +~~~~~~~~~~~~