11.. _whatsnew_01040 :
22
33
4- v0.10.4 (Anticipated March, 2024)
5- ---------------------------------
4+ v0.10.4 (March 19 , 2024)
5+ ------------------------
66
77
88Enhancements
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+
2021Bug 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
4745Documentation
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 `)
0 commit comments