8000 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
Next Next commit
slight wording change in whatsnew
  • Loading branch information
RDaxini committed Mar 14, 2025
commit e962e90ce3b4051864a371a49f836c4f32bd500b
4 changes: 2 additions & 2 deletions docs/sphinx/source/whatsnew/v0.11.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Breaking Changes
* Users must now provide ModelChain.spectral_model, or the 'no_loss' spectral
model is assumed. pvlib.modelchain.ModelChain no longer attempts to infer
the spectral model from PVSystem attributes. (:issue:`2017`, :pull:`2253`)
* Removed :py:func:`pvlib.pvsystem.sapm_spectral_loss`. (:issue:`2243`,
:pull:`2244`)
* Remove deprecated :py:func:`pvlib.pvsystem.sapm_spectral_loss`.
(:issue:`2243`, :pull:`2244`)

Bug fixes
~~~~~~~~~
Expand Down
0