8000 0.1 documentation improvements by wholmgren · Pull Request #22 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

0.1 documentation improvements #22

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 16 commits into from
Mar 13, 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
clarify disc fixes in whatsnew
  • Loading branch information
wholmgren committed Mar 12, 2015
commit e61a726539b78dd0acaad0191dd5815e98252da9
6 changes: 4 additions & 2 deletions docs/sphinx/source/whatsnew/v0.1.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ Testing
Bug fixes
~~~~~~~~~

* TODO: Fix DISC algorithm conditional evaluation (:issue:`6`)
* TODO: Prevent DISC algorithm from modifying input zenith Series (:issue:`24`)
* Fixed DISC algorithm bugs concerning
modifying input zenith Series (:issue:`24`),
the ``Kt`` conditional evaluation (:issue:`6`),
and ignoring the input pressure (:issue:`25`).
* Many more bug fixes were made, but you'll have to look at the detailed commit history.


Expand Down
0