We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17037d1 commit 9c1b645Copy full SHA for 9c1b645
2 files changed
docs/sphinx/source/whatsnew/v0.13.2.rst
@@ -17,7 +17,10 @@ Deprecations
17
18
Bug fixes
19
~~~~~~~~~
20
-
+* Fix a division-by-zero condition in
21
+ :py:func:`pvlib.transformer.simple_efficiency`
22
+ when ``load_loss = 0``. (:pull:`2646`)
23
+
24
Enhancements
25
~~~~~~~~~~~~
26
* Add :py:func:`~pvlib.ivtools.sdm.fit_desoto_batzelis`, a function to estimate
docs/sphinx/source/whatsnew/v0.13.3.rst
@@ -14,9 +14,6 @@ Deprecations
14
15
16
-* Fix a division-by-zero condition in
- :py:func:`pvlib.transformer.simple_efficiency`
- when ``load_loss = 0``. (:pull:`2646`)
0 commit comments