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 d8eb5d9 commit 498bee2Copy full SHA for 498bee2
docs/sphinx/source/whatsnew/v0.5.2.rst
@@ -6,6 +6,11 @@ v0.5.2 (__, 2017)
6
API Changes
7
~~~~~~~~~~~
8
* removed unused 'pressure' arg from irradiance.liujordan function (:issue:`386`)
9
+* Deprecated irradiance.globalinplane. globalinplane will be removed in 0.6.
10
+ Use the new irradiance.poa_components instead. (:issue:`422`)
11
+* Added irradiance.poa_components. Function is the same as the now-deprecated
12
+ irradiance.globalinplane, but adds 'poa_sky_diffuse' and
13
+ 'poa_ground_diffuse' to the output. (:issue:`422`)
14
15
Enhancements
16
~~~~~~~~~~~~
0 commit comments