Skip to content

Commit 87fc1c5

Browse files
authored
move 0.4.6.rst items into 0.5.0.rst (#360)
1 parent d7e4a1f commit 87fc1c5

File tree

3 files changed

+32
-65
lines changed

3 files changed

+32
-65
lines changed

docs/sphinx/source/whatsnew.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ What's New
66

77
These 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

docs/sphinx/source/whatsnew/v0.4.6.rst

Lines changed: 0 additions & 52 deletions
This file was deleted.
Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,48 @@
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

715
Bug 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

1125
Enhancements
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

2230
Documentation
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+
2640
Contributors
2741
~~~~~~~~~~~~
28-
2942
* Johannes Kaufmann
43+
* Will Holmgren
44+
* Uwe Krien
45+
* Alaina Kafkes
46+
* Birgit Schachler
47+
* Jonathan Gaffiot
48+
* Siyan (Veronica) Guo

0 commit comments

Comments
 (0)