File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
3545Enhancements
3646~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments