Skip to content

Commit 2f04c26

Browse files
Finalize 0.10.4 (#1994)
* finalize whatsnew * Update docs/sphinx/source/whatsnew/v0.10.4.rst Co-authored-by: Adam R. Jensen <[email protected]> * Create v0.10.5.rst --------- Co-authored-by: Adam R. Jensen <[email protected]>
1 parent f787047 commit 2f04c26

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

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

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
.. _whatsnew_01040:
22

33

4-
v0.10.4 (Anticipated March, 2024)
5-
---------------------------------
4+
v0.10.4 (March 19, 2024)
5+
------------------------
66

77

88
Enhancements
99
~~~~~~~~~~~~
1010
* Added the Huld PV model used by PVGIS (:pull:`1940`)
11-
* Add :py:func:`pvlib.iotools.get_solargis` for retrieving Solargis
11+
* Add :py:func:`~pvlib.iotools.get_solargis` for retrieving Solargis
1212
irradiance data. (:pull:`1969`)
1313
* Added function :py:func:`pvlib.shading.projected_solar_zenith_angle`,
1414
a common calculation in shading and tracking. (:issue:`1734`, :pull:`1904`)
@@ -17,6 +17,7 @@ Enhancements
1717
* Added metadata parsing to :py:func:`~pvlib.iotools.read_solrad` to follow the standard iotools
1818
convention of returning a tuple of (data, meta). Previously the function only returned a dataframe. (:pull:`1968`)
1919

20+
2021
Bug fixes
2122
~~~~~~~~~
2223
* Fixed an error in solar position calculations when using
@@ -34,21 +35,17 @@ Bug fixes
3435
``temperature_model_parameters`` are specified on the passed ``system`` instead of on its ``arrays``. (:issue:`1759`).
3536
* :py:func:`pvlib.irradiance.ghi_from_poa_driesse_2023` now correctly makes use
3637
of the ``xtol`` argument. Previously, it was ignored. (:issue:`1970`, :pull:`1971`)
37-
* Fixed incorrect unit conversion of precipitable water used for the Solcast iotools functions.
38+
* Fixed incorrect unit conversion of precipitable water used for the Solcast iotools functions. (:pull:`1969`)
3839
* :py:class:`~pvlib.modelchain.ModelChain.infer_temperature_model` now raises a more useful error when
3940
the temperature model cannot be inferred (:issue:`1946`)
4041
* The default URL for retrieving irradiance data from the SRML network was updated in
4142
:py:func:`~pvlib.iotools.get_srml` (:pull:`1957`, :issue:`1922`)
4243

43-
Testing
44-
~~~~~~~
45-
4644

4745
Documentation
4846
~~~~~~~~~~~~~
49-
* Improved references and description for :py:func:`~pvlib.irradiance.get_ground_diffuse`. (:pull:`1953`)
47+
* Improved references and description for :py:func:`~pvlib.irradiance.get_ground_diffuse`. (:pull:`1883`, :pull:`1953`)
5048
* Fixed broken URLs in various places. (:pull:`1957`, :pull:`1960`)
51-
* Clarified documentation for :py:func:`~pvlib.irradiance.get_ground_diffuse`. (:pull:`1883`)
5249
* Added a gallery example with a model for OEDI system 9068. (:pull:`1985`)
5350

5451

@@ -67,3 +64,7 @@ Contributors
6764
* Roma Koulikov (:ghuser:`matsuobasho`)
6865
* Adam R. Jensen (:ghuser:`AdamRJensen`)
6966
* Peter Dudfield (:ghuser:`peterdudfield`)
67+
* Anton Driesse (:ghuser:`adriesse`)
68+
* Mark Mikofski (:ghuser:`mikofski`)
69+
* Will Holmgren (:ghuser:`wholmgren`)
70+
* Jules Chéron (:ghuser:`jules-ch`)
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. _whatsnew_01050:
2+
3+
4+
v0.10.5 (Anticipated June 2024)
5+
-------------------------------
6+
7+
8+
Deprecations
9+
~~~~~~~~~~~~
10+
11+
12+
Enhancements
13+
~~~~~~~~~~~~
14+
15+
16+
Bug fixes
17+
~~~~~~~~~
18+
19+
20+
Testing
21+
~~~~~~~
22+
23+
24+
Documentation
25+
~~~~~~~~~~~~~
26+
27+
28+
Requirements
29+
~~~~~~~~~~~~
30+
31+
32+
Contributors
33+
~~~~~~~~~~~~

0 commit comments

Comments
 (0)