8000 Replace freq '1M' with '1MS' by AdamRJensen · Pull Request #2266 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Replace freq '1M' with '1MS' #2266

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

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
Update v0.11.3.rst
  • Loading branch information
AdamRJensen committed Mar 14, 2025
commit a5099de71f926c6044adc737b50e3bd542c1c43f
2 changes: 2 additions & 0 deletions docs/sphinx/source/whatsnew/v0.11.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Breaking Changes
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`)
* Remove ``label`` parameter in :py:func:`~pvlib.iotools.get_cams` resulting in the timestamps
referring to the start of the period for all options of ``time_step``.

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