@@ -8,14 +8,15 @@ v0.10.4 (Anticipated March, 2024)
88Enhancements
99~~~~~~~~~~~~
1010* Added the Huld PV model used by PVGIS (:pull: `1940 `)
11+ * Add :py:func: `pvlib.iotools.get_solargis ` for retrieving Solargis
12+ irradiance data. (:pull: `1969 `)
1113* Added function :py:func: `pvlib.shading.projected_solar_zenith_angle `,
1214 a common calculation in shading and tracking. (:issue: `1734 `, :pull: `1904 `)
1315* Added :py:func: `~pvlib.iotools.get_solrad ` for fetching irradiance data from
1416 the SOLRAD ground station network. (:pull: `1967 `)
1517* Added metadata parsing to :py:func: `~pvlib.iotools.read_solrad ` to follow the standard iotools
1618 convention of returning a tuple of (data, meta). Previously the function only returned a dataframe. (:pull: `1968 `)
1719
18-
1920Bug fixes
2021~~~~~~~~~
2122* Fixed an error in solar position calculations when using
@@ -33,6 +34,7 @@ Bug fixes
3334 ``temperature_model_parameters `` are specified on the passed ``system `` instead of on its ``arrays ``. (:issue: `1759 `).
3435* :py:func: `pvlib.irradiance.ghi_from_poa_driesse_2023 ` now correctly makes use
3536 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.
3638* :py:class: `~pvlib.modelchain.ModelChain.infer_temperature_model ` now raises a more useful error when
3739 the temperature model cannot be inferred (:issue: `1946 `)
3840
@@ -49,6 +51,8 @@ Documentation
4951
5052Requirements
5153~~~~~~~~~~~~
54+ * Minimum version of pandas advanced from 0.25.0 to 1.3.0. (:pull: `1969 `)
55+ * Minimum version of numpy advanced from 1.16.0 to 1.17.3. (:pull: `1969 `)
5256
5357
5458Contributors
@@ -59,5 +63,4 @@ Contributors
5963* Cliff Hansen (:ghuser: `cwhanse `)
6064* Roma Koulikov (:ghuser: `matsuobasho `)
6165* Adam R. Jensen (:ghuser: `AdamRJensen `)
62- * Kevin Anderson (:ghuser: `kandersolar `)
6366* Peter Dudfield (:ghuser: `peterdudfield `)
0 commit comments