1
1
.. _whatsnew_01040 :
2
2
3
3
4
- v0.10.4 (Anticipated March, 2024)
5
- ---------------------------------
4
+ v0.10.4 (March 19 , 2024)
5
+ ------------------------
6
6
7
7
8
8
Enhancements
9
9
~~~~~~~~~~~~
10
10
* 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
12
12
irradiance data. (:pull: `1969 `)
13
13
* Added function :py:func: `pvlib.shading.projected_solar_zenith_angle `,
14
14
a common calculation in shading and tracking. (:issue: `1734 `, :pull: `1904 `)
@@ -17,6 +17,7 @@ Enhancements
17
17
* Added metadata parsing to :py:func: `~pvlib.iotools.read_solrad ` to follow the standard iotools
18
18
convention of returning a tuple of (data, meta). Previously the function only returned a dataframe. (:pull: `1968 `)
19
19
20
+
20
21
Bug fixes
21
22
~~~~~~~~~
22
23
* Fixed an error in solar position calculations when using
@@ -34,21 +35,17 @@ Bug fixes
34
35
``temperature_model_parameters `` are specified on the passed ``system `` instead of on its ``arrays ``. (:issue: `1759 `).
35
36
* :py:func: `pvlib.irradiance.ghi_from_poa_driesse_2023 ` now correctly makes use
36
37
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 `)
38
39
* :py:class: `~pvlib.modelchain.ModelChain.infer_temperature_model ` now raises a more useful error when
39
40
the temperature model cannot be inferred (:issue: `1946 `)
40
41
* The default URL for retrieving irradiance data from the SRML network was updated in
41
42
:py:func: `~pvlib.iotools.get_srml ` (:pull: `1957 `, :issue: `1922 `)
42
43
43
- Testing
44
- ~~~~~~~
45
-
46
44
47
45
Documentation
48
46
~~~~~~~~~~~~~
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 `)
50
48
* Fixed broken URLs in various places. (:pull: `1957 `, :pull: `1960 `)
51
- * Clarified documentation for :py:func: `~pvlib.irradiance.get_ground_diffuse `. (:pull: `1883 `)
52
49
* Added a gallery example with a model for OEDI system 9068. (:pull: `1985 `)
53
50
54
51
@@ -67,3 +64,7 @@ Contributors
67
64
* Roma Koulikov (:ghuser: `matsuobasho `)
68
65
* Adam R. Jensen (:ghuser: `AdamRJensen `)
69
66
* 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 `)
0 commit comments