File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,6 @@ v0.11.2 (December 16, 2024)
66
77Deprecations
88~~~~~~~~~~~~
9- * Changed the `g_poa_effective ` parameter name to
10- `effective_irradiance ` in :py:func: `~pvlib.pvsystem.PVSystem.pvwatts_dc `.
11- (:issue: `1253 `, :pull: `2235 `)
129* Deprecate terms ``dni_clearsky `` and ``clearsky_dni ``, replace with ``dni_clear `` and ``ghi_clear ``.
1310 Affected functions are :py:func: `~pvlib.irradiance.dirindex `, :py:func: `~pvlib.irradiance.dni `
1411 and :py:func: `~pvlib.irradiance.clearsky_index `.
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ Bug fixes
4141 returns an IANA string. (:issue: `2340 `, :pull: `2341 `)
4242* :py:func: `~pvlib.iotools.get_pvgis_tmy ` with ``outputformat='csv' `` now
4343 works with the updated data format returned by PVGIS. (:issue: `2344 `, :pull: `2395 `)
44+ * Changed the `g_poa_effective ` parameter name to
45+ `effective_irradiance ` in :py:func: `~pvlib.pvsystem.PVSystem.pvwatts_dc `.
46+ (:issue: `1253 `, :pull: `2235 `)
47+
4448
4549Deprecations
4650~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments