Skip to content

Commit 7462280

Browse files
committed
whats new
1 parent 7e7642b commit 7462280

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ API Changes
3131
:py:func:`pvlib.iotools.read_tmy3`, :py:meth:`pvlib.location.Location.from_tmy`, and
3232
:py:class:`pvlib.pvsystem.LocalizedPVSystem` for alternatives. (:issue:`965`)
3333
(:pull:`1008`)
34+
* The following functions and methods were deprecated in a previous release
35+
and have now been removed:
36+
* ``pvsystem.PVSystem.ashraeiam``. Use :py:meth:`~pvlib.pvsystem.PVSystem.get_iam`.
37+
* ``pvsystem.PVSystem.physicaliam``. Use :py:meth:`~pvlib.pvsystem.PVSystem.get_iam`.
38+
* ``pvsystem.PVSystem.sapm_aoi_loss``. Use :py:meth:`~pvlib.pvsystem.PVSystem.get_iam`.
39+
* ``pvsystem.ashraeiam``. Use :py:func:`pvlib.iam.ashrae`.
40+
* ``pvsystem.physicaliam``. Use :py:func:`pvlib.iam.physical`.
41+
* ``pvsystem.sapm_aoi_loss``. Use :py:func:`pvlib.iam.sapm`.
42+
* ``pvsystem.sapm_celltemp``. Use :py:func:`pvlib.temperature.sapm`.
43+
* ``pvsystem.pvsyst_celltemp``. Use :py:func:`pvlib.temperature.pvsyst`.
3444

3545
Enhancements
3646
~~~~~~~~~~~~

0 commit comments

Comments
 (0)