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
66
77These are new features and improvements of note in each release.
88
9- .. include :: whatsnew/v0.4.6 .rst
9+ .. include :: whatsnew/v0.5.0 .rst
1010.. include :: whatsnew/v0.4.5.txt
1111.. include :: whatsnew/v0.4.4.txt
1212.. include :: whatsnew/v0.4.3.txt
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11.. _whatsnew_0500 :
22
3- v0.5.0 ()
4- ---------
3+ v0.5.0 (August 10, 2017 )
4+ ------------------------
55
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 `)
614
715Bug fixes
816~~~~~~~~~
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 `)
1024
1125Enhancements
1226~~~~~~~~~~~~
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 `)
2129
2230Documentation
2331~~~~~~~~~~~~~
2432
2533
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+
2640Contributors
2741~~~~~~~~~~~~
28-
2942* 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