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 b5e242b commit 3463207Copy full SHA for 3463207
docs/sphinx/source/whatsnew/v0.3.3.txt
@@ -35,6 +35,11 @@ Bug fixes
35
* Fix snlinverter and singlediode documentation. They incorrectly said that
36
inverter/module must be a DataFrame, when in reality they can be any
37
dict-like object. (:issue:`157`)
38
+* Propagate airmass data through ModelChain's get_irradiance call so that
39
+ the perez model can use it, if necessary. (:issue:`172`)
40
+* Fix problem in which the perez function dropped nighttime values.
41
+ Nighttime values are now set to 0.
42
+ (:issue:`191`)
43
44
45
Documentation
0 commit comments