Skip to content

Commit bbf5da4

Browse files
author
Andrew Godbehere
committed
Update whatsnew as per comments
1 parent c275a84 commit bbf5da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Enhancements
3030
* Added function for calculating wind speed at different heights,
3131
:py:func:`pvlib.atmosphere.windspeed_powerlaw`.
3232
(:issue:`2118`, :pull:`2124`)
33-
* Implemented closed-form solution for alpha in detect_clearsky, obviating
34-
the call to scipy.optimize that was prone to runtime errors and minimizing
35-
computation, :py:func:`pvlib.clearsky.detect_clearsky`. Resolves :issue:`2712`.
33+
* Implemented closed-form solution for alpha in :py:func:`pvlib.clearsky.detect_clearsky`,
34+
obviating the call to scipy.optimize that was prone to runtime errors and minimizing
35+
computation. (:issue:`2171`, :issue:`2216`, :pull:`2217`).
3636

3737

3838
Bug fixes

0 commit comments

Comments
 (0)