Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ What's New

These are new features and improvements of note in each release.

.. include:: whatsnew/v0.4.6.rst
.. include:: whatsnew/v0.5.0.rst
.. include:: whatsnew/v0.4.5.txt
.. include:: whatsnew/v0.4.4.txt
.. include:: whatsnew/v0.4.3.txt
Expand Down
52 changes: 0 additions & 52 deletions docs/sphinx/source/whatsnew/v0.4.6.rst

This file was deleted.

43 changes: 31 additions & 12 deletions docs/sphinx/source/whatsnew/v0.5.0.rst
Original file line number Diff line number Diff line change
@@ -1,29 +1,48 @@
.. _whatsnew_0500:

v0.5.0 ()
---------
v0.5.0 (August 10, 2017)
------------------------

API Changes
~~~~~~~~~~~
* Removed parameter w from _calc_d (:issue:`344`)
* SingleAxisTracker.get_aoi and SingleAxisTracker.get_irradiance
now require surface_zenith and surface_azimuth (:issue:`351`)
* Changes calculation of the Incidence Angle Modifier to return 0
instead of np.nan for angles >= 90°. This improves the calculation of
effective irradiance close to sunrise and sunset. (:issue:`338`)

Bug fixes
~~~~~~~~~

* Method of multi-inheritance has changed to make it possible to use kwargs in
the parent classes of LocalizedPVSystem and LocalizedSingleAxisTracker
(:issue:`330`)
* Fix the `__repr__` method of `ModelChain`, crashing when
`orientation_strategy` is set to `'None'` (:issue:`352`)
* Fix the `ModelChain`'s angle of incidence calculation for
SingleAxisTracker objects (:issue:`351`)

Enhancements
~~~~~~~~~~~~


API Changes
~~~~~~~~~~~

* Changes calculation of the Incidence Angle Modifier to return 0 instead of np.nan for angles >= 90°.
This improves the calculation of effective irradiance close to sunrise and sunset. (:issue:`338`)

* Added default values to docstrings of all functions (:issue:`336`)
* Added analytical method that calculates solar azimuth angle (:issue:`291`)

Documentation
~~~~~~~~~~~~~


Testing
~~~~~~~
* Added explicit tests for aoi and aoi_projection functions.
* Update test of `ModelChain.__repr__` to take in account :issue:`352`
* Added a test for solar_azimuth_analytical function.

Contributors
~~~~~~~~~~~~

* Johannes Kaufmann
* Will Holmgren
* Uwe Krien
* Alaina Kafkes
* Birgit Schachler
* Jonathan Gaffiot
* Siyan (Veronica) Guo