We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5099de commit 4b58d16Copy full SHA for 4b58d16
docs/sphinx/source/whatsnew/v0.11.3.rst
@@ -21,7 +21,9 @@ Breaking Changes
21
* Remove deprecated :py:func:`!pvlib.spectrum.get_am15g` function; use
22
:py:func:`~pvlib.spectrum.get_reference_spectra` instead. (:pull:`2409`)
23
* Remove ``label`` parameter in :py:func:`~pvlib.iotools.get_cams` resulting in the timestamps
24
- referring to the start of the period for all options of ``time_step``.
+ referring to the start of the period for all options of ``time_step``. Also, to retrieve monthly data
25
+ the ``time_step`` parameter should now be ``'1MS'`` instead of ``'1M'``. The frequency ``'1M'``
26
+ is being phased out by Pandas.
27
28
Bug fixes
29
~~~~~~~~~
0 commit comments