File tree Expand file tree Collapse file tree 3 files changed +32
-65
lines changed Expand file tree Collapse file tree 3 files changed +32
-65
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ What's New
6
6
7
7
These are new features and improvements of note in each release.
8
8
9
- .. include :: whatsnew/v0.4.6 .rst
9
+ .. include :: whatsnew/v0.5.0 .rst
10
10
.. include :: whatsnew/v0.4.5.txt
11
11
.. include :: whatsnew/v0.4.4.txt
12
12
.. include :: whatsnew/v0.4.3.txt
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0500 :
2
2
3
- v0.5.0 ()
4
- ---------
3
+ v0.5.0 (August 10, 2017 )
4
+ ------------------------
5
5
6
+ API Changes
7
+ ~~~~~~~~~~~
8
+ * Removed parameter w from _calc_d (:issue: `344 `)
9
+ * SingleAxisTracker.get_aoi and SingleAxisTracker.get_irradiance
10
+ now require surface_zenith and surface_azimuth (:issue: `351 `)
11
+ * Changes calculation of the Incidence Angle Modifier to return 0
12
+ instead of np.nan for angles >= 90°. This improves the calculation of
13
+ effective irradiance close to sunrise and sunset. (:issue: `338 `)
6
14
7
15
Bug fixes
8
16
~~~~~~~~~
9
-
17
+ * Method of multi-inheritance has changed to make it possible to use kwargs in
18
+ the parent classes of LocalizedPVSystem and LocalizedSingleAxisTracker
19
+ (:issue: `330 `)
20
+ * Fix the `__repr__ ` method of `ModelChain `, crashing when
21
+ `orientation_strategy ` is set to `'None' ` (:issue: `352 `)
22
+ * Fix the `ModelChain `'s angle of incidence calculation for
23
+ SingleAxisTracker objects (:issue: `351 `)
10
24
11
25
Enhancements
12
26
~~~~~~~~~~~~
13
-
14
-
15
- API Changes
16
- ~~~~~~~~~~~
17
-
18
- * Changes calculation of the Incidence Angle Modifier to return 0 instead of np.nan for angles >= 90°.
19
- This improves the calculation of effective irradiance close to sunrise and sunset. (:issue: `338 `)
20
-
27
+ * Added default values to docstrings of all functions (:issue: `336 `)
28
+ * Added analytical method that calculates solar azimuth angle (:issue: `291 `)
21
29
22
30
Documentation
23
31
~~~~~~~~~~~~~
24
32
25
33
34
+ Testing
35
+ ~~~~~~~
36
+ * Added explicit tests for aoi and aoi_projection functions.
37
+ * Update test of `ModelChain.__repr__ ` to take in account :issue: `352 `
38
+ * Added a test for solar_azimuth_analytical function.
39
+
26
40
Contributors
27
41
~~~~~~~~~~~~
28
-
29
42
* Johannes Kaufmann
43
+ * Will Holmgren
44
+ * Uwe Krien
45
+ * Alaina Kafkes
46
+ * Birgit Schachler
47
+ * Jonathan Gaffiot
48
+ * Siyan (Veronica) Guo
You can’t perform that action at this time.
0 commit comments