We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f94408 commit 1e61d09Copy full SHA for 1e61d09
1 file changed
docs/sphinx/source/whatsnew/v0.13.2.rst
@@ -18,6 +18,14 @@ Bug fixes
18
19
Enhancements
20
~~~~~~~~~~~~
21
+* Add :py:func:`~pvlib.ivtools.sdm.fit_desoto_batzelis`, a function to estimate
22
+ parameters for the De Soto single-diode model from datasheet values. (:pull:`2563`)
23
+* Add :py:func:`~pvlib.ivtools.singlediode.batzelis_keypoints`, a function to estimate
24
+ maximum power, open circuit, and short circuit points using parameters for
25
+ the single-diode equation. (:pull:`2563`)
26
+* Add :py:func:`~pvlib.pvarray.batzelis`, a function to estimate maximum power
27
+ open circuit, and short circuit points from datasheet values. (:pull:`2563`)
28
+
29
30
31
Documentation
@@ -42,4 +50,3 @@ Maintenance
42
50
43
51
Contributors
44
52
45
-
0 commit comments