We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4827334 commit b36b297Copy full SHA for b36b297
1 file changed
docs/sphinx/source/whatsnew/v0.13.2.rst
@@ -27,7 +27,9 @@ Enhancements
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
-
+* Add capability for :py:func:`~pvlib.singlediode._lambertw` to use scipy
31
+ find_minimum to get the maximum power point instead of pvlib's golden
32
+ mean search. (:issue:`2497`, :pull:`2567`)
33
34
35
Documentation
@@ -52,4 +54,4 @@ Maintenance
52
54
53
55
Contributors
56
~~~~~~~~~~~~
57
+* Cliff Hansen (:ghuser:`cwhanse`)
0 commit comments