8000 Refactor clearsky.py by wholmgren · Pull Request #98 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Refactor clearsky.py #98

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 4 commits into from
Nov 11, 2015
Merged
Changes from 1 commit
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
Prev Previous commit
update whatsnew
  • Loading branch information
wholmgren committed Nov 6, 2015
commit 0302b00d28136768457cfd847e794c8a39798fcb
5 changes: 5 additions & 0 deletions docs/sphinx/source/whatsnew/v0.2.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ Enhancements
~~~~~~~~~~~~

* Adds Python 3.5 compatibility (:issue:`87`)
* Moves the Linke turbidity lookup into ``clearsky.lookup_linke_turbidity``.
The API for ``clearsky.ineichen`` remains the same. (:issue:`95`)


Bug fixes
~~~~~~~~~

* Fixes an import and KeyError in the IPython notebook tutorials
(:issue:`94`).
* Uses the ``logging`` module properly by replacing ``format``
calls with ``args``. This results in a 5x speed increase for
``tracking.singleaxis`` (:issue:`89`).
Expand All @@ -24,4 +28,5 @@ Contributors
~~~~~~~~~~~~

* Will Holmgren
* jetheurer
* dacoex
0