We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae9c48 commit a26e83fCopy full SHA for a26e83f
docs/sphinx/source/whatsnew/v0.11.1.rst
@@ -30,6 +30,9 @@ Enhancements
30
* Added function for calculating wind speed at different heights,
31
:py:func:`pvlib.atmosphere.windspeed_powerlaw`.
32
(:issue:`2118`, :pull:`2124`)
33
+* ``delta_t`` can now be specified with an array in the SPA functions.
34
+ The numba implementation now also allows calculation of ``delta_t``
35
+ internally. (:issue:`2189`, :pull:`2190`)
36
37
Bug fixes
38
~~~~~~~~~
@@ -69,3 +72,4 @@ Contributors
69
72
* Mark A. Mikofski (:ghuser:`mikofski`)
70
73
* Ben Pierce (:ghuser:`bgpierc`)
71
74
* Jose Meza (:ghuser:`JoseMezaMendieta`)
75
+* Kevin Anderson (:ghuser:`kandersolar`)
0 commit comments