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 00dcf1a commit 8f85b55Copy full SHA for 8f85b55
docs/sphinx/source/whatsnew/v0.6.1.rst
@@ -24,6 +24,9 @@ API Changes
24
* Changed function name from :py:func:`pvlib.solarposition.get_rise_set_transit` (deprecated)
25
to :py:func:`pvlib.solarposition.sun_rise_set_transit_spa. `sun_rise_set_transit_spa`
26
requires time input to be localized to the specified latitude/longitude. (:issue:`316')
27
+* Changed function :py:func:`pvlib.pvsystem.sapm` to expect input `effective_irradiance`
28
+ in units of W/m2 rather than suns. Changed output of function
29
+ :py:func:`sapm_effective_irradiance` to units of W/m2 rather than suns.
30
31
32
Enhancements
0 commit comments