Skip to content

Commit 5888e1a

Browse files
committed
Update whatsnews
1 parent 310bff1 commit 5888e1a

3 files changed

Lines changed: 4 additions & 37 deletions

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Deprecations
1919
* The ``server`` parameter in :py:func:`~pvlib.iotools.get_cams` has been renamed
2020
to ``url`` to be consistent with the other iotools.
2121
:pull:`2463`
22-
22+
* Rename parameter name ``g_poa_effective`` to ``effective_irradiance`` in
23+
:py:func:`~pvlib.pvsystem.PVSystem.pvwatts_dc` and :py:func:`~pvlib.pvsystem.pvwatts_dc`.
24+
(:issue:`1253`, :pull:`2235`)
2325

2426
Bug fixes
2527
~~~~~~~~~

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

Lines changed: 0 additions & 35 deletions
This file was deleted.

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2859,7 +2859,7 @@ def scale_voltage_current_power(data, voltage=1, current=1):
28592859

28602860

28612861
@renamed_kwarg_warning(
2862-
"0.12.0", "g_poa_effective", "effective_irradiance", "0.13.0")
2862+
"0.13.0", "g_poa_effective", "effective_irradiance", "0.14.0")
28632863
def pvwatts_dc(effective_irradiance, temp_cell, pdc0, gamma_pdc, temp_ref=25.):
28642864
r"""
28652865
Implements NREL's PVWatts DC power model. The PVWatts DC model [1]_ is:

0 commit comments

Comments
 (0)