Skip to content

Commit

Permalink
Finalize 0.10.4 (#1994)
Browse files Browse the repository at this point in the history
* finalize whatsnew

* Update docs/sphinx/source/whatsnew/v0.10.4.rst

Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>

* Create v0.10.5.rst

---------

Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
  • Loading branch information
kandersolar and AdamRJensen committed Mar 19, 2024
1 parent f787047 commit 2f04c26
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/sphinx/source/whatsnew/v0.10.4.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.. _whatsnew_01040:


v0.10.4 (Anticipated March, 2024)
---------------------------------
v0.10.4 (March 19, 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`)
Expand All @@ -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
Expand All @@ -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`)


Expand All @@ -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`)
33 changes: 33 additions & 0 deletions docs/sphinx/source/whatsnew/v0.10.5.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. _whatsnew_01050:


v0.10.5 (Anticipated June 2024)
-------------------------------


Deprecations
~~~~~~~~~~~~


Enhancements
~~~~~~~~~~~~


Bug fixes
~~~~~~~~~


Testing
~~~~~~~


Documentation
~~~~~~~~~~~~~


Requirements
~~~~~~~~~~~~


Contributors
~~~~~~~~~~~~

0 comments on commit 2f04c26

Please sign in to comment.