Skip to content

move disc and dirint from clearsky to irradiance #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 22, 2015
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
9 changes: 7 additions & 2 deletions docs/sphinx/source/whatsnew/v0.2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ We recommend that all users upgrade to this version.
API changes
~~~~~~~~~~~


* Move ``dirint`` and ``disc`` algorithms from ``clearsky.py``
to ``irradiance.py`` (:issue:`42`)
* Mark some ``pvsystem.py`` methods as private (:issue:`20`)

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

* Add conda installer
* PEP8 fixups to solarposition.py and spa.py (:issue:`50`)

* Add optional ``projection_ratio`` keyword argument to the ``haydavies``
calculator. Speeds calculations when irradiance changes but
solar position remains the same (:issue:`58`)

Bug fixes
~~~~~~~~~
Expand Down
Loading