File tree Expand file tree Collapse file tree
docs/sphinx/source/whatsnew Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -18,6 +18,16 @@ Bug fixes
1818
1919Enhancements
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
2333Documentation
You can’t perform that action at this time.
0 commit comments