Skip to content

Prepare 0.2 #57

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
Apr 27, 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
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ What's New

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

.. include:: whatsnew/v0.2.0.txt
.. include:: whatsnew/v0.1.0.txt
2 changes: 1 addition & 1 deletion docs/sphinx/source/whatsnew/v0.1.0.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _whatsnew_0100:

v0.1.0 (March 17, 2015)
v0.1.0 (April 20, 2015)
-----------------------

This is the first official release of the pvlib-python project.
Expand Down
34 changes: 34 additions & 0 deletions docs/sphinx/source/whatsnew/v0.2.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. _whatsnew_0200:

v0.2.0 (??, 2015)
-----------------------

This is a major release from 0.1 and includes a small number of API changes,
several new features and enhancements along with a number of bug fixes.
We recommend that all users upgrade to this version.


API changes
~~~~~~~~~~~



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

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


Bug fixes
~~~~~~~~~

* fix local build of the documentation (:issue:`49`, :issue:`56`)
* The release date of 0.1 was fixed in the documentation
(see :ref:`whatsnew_0100`)

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

* Will Holmgren
* Rob Andrews
* bmu
2 changes: 1 addition & 1 deletion pvlib/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.0dev"