10000 Remove deprecated `pvsystem.sapm_spectral_loss` by RDaxini · Pull Request #2244 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Remove deprecated pvsystem.sapm_spectral_loss #2244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Mar 14, 2025
Prev Previous commit
Merge branch 'main' into remove_sapm_spectral_loss
  • Loading branch information
kandersolar authored Mar 14, 2025
commit 1a340e1c1b82718d9560fa7bc23de74d8f361b2a
6 changes: 6 additions & 0 deletions docs/sphinx/source/whatsnew/v0.11.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Breaking Changes
the spectral model from PVSystem attributes. (:issue:`2017`, :pull:`2253`)
* Remove deprecated :py:func:`!pvlib.pvsystem.sapm_spectral_loss`.
(:issue:`2243`, :pull:`2244`)
* :py:func:`~pvlib.iotools.read_tmy3` now defaults to ``map_variables=True``.
Additionally, the deprecated ``recolumn`` parameter is now removed. (:issue:`2324`, :pull:`2408`)
* Remove :py:func:`!pvlib.atmosphere.first_solar_spectral_correction`, deprecated in v0.10.0.
Use :py:func:`~pvlib.spectrum.spectral_factor_firstsolar` instead. (:issue:`2130`, :pull:`2131`)
* Remove deprecated :py:func:`!pvlib.spectrum.get_am15g` function; use
:py:func:`~pvlib.spectrum.get_reference_spectra` instead. (:pull:`2409`)

Bug fixes
~~~~~~~~~
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0