Skip to content

Commit dfb02f8

Browse files
committed
move whatsnew entry to v0.13.2
1 parent 5652342 commit dfb02f8

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/sphinx/source/whatsnew/v0.13.1.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ Enhancements
3030
(:pull:`2500`)
3131
* :py:func:`pvlib.spectrum.spectral_factor_firstsolar` no longer emits warnings
3232
when airmass and precipitable water values fall out of range. (:pull:`2512`)
33-
* Add ``method='chandrupatla'`` (faster than ``brentq`` and slower than ``newton``,
34-
but convergence is guaranteed) as an option for
35-
:py:func:`pvlib.pvsystem.singlediode`,
36-
:py:func:`~pvlib.pvsystem.i_from_v`,
37-
:py:func:`~pvlib.pvsystem.v_from_i`,
38-
:py:func:`~pvlib.pvsystem.max_power_point`,
39-
:py:func:`~pvlib.singlediode.bishop88_mpp`,
40-
:py:func:`~pvlib.singlediode.bishop88_v_from_i`, and
41-
:py:func:`~pvlib.singlediode.bishop88_i_from_v`. (:issue:`2497`, :pull:`2498`)
42-
4333
* Allow reading TMY data from a Path or file-like object in :py:func:`~pvlib.iotools.read_tmy3`.
4434
(:pull:`2544`)
4535

docs/sphinx/source/whatsnew/v0.13.2.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Bug fixes
1818

1919
Enhancements
2020
~~~~~~~~~~~~
21+
* Add ``method='chandrupatla'`` (faster than ``brentq`` and slower than ``newton``,
22+
but convergence is guaranteed) as an option for
23+
:py:func:`pvlib.pvsystem.singlediode`,
24+
:py:func:`~pvlib.pvsystem.i_from_v`,
25+
:py:func:`~pvlib.pvsystem.v_from_i`,
26+
:py:func:`~pvlib.pvsystem.max_power_point`,
27+
:py:func:`~pvlib.singlediode.bishop88_mpp`,
28+
:py:func:`~pvlib.singlediode.bishop88_v_from_i`, and
29+
:py:func:`~pvlib.singlediode.bishop88_i_from_v`. (:issue:`2497`, :pull:`2498`)
30+
2131

2232

2333
Documentation

0 commit comments

Comments
 (0)