From aea3d387496b1aaea84c64e340739e13f55dc92b Mon Sep 17 00:00:00 2001 From: bmu Date: Fri, 24 Apr 2015 11:06:26 +0200 Subject: [PATCH 1/4] updated version --- pvlib/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvlib/version.py b/pvlib/version.py index 3dc1f76bc6..44ecbe1dbf 100644 --- a/pvlib/version.py +++ b/pvlib/version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.2.0dev" From e155a417ddc70d203eeffd0dfe5e035a64adc5f5 Mon Sep 17 00:00:00 2001 From: bmu Date: Fri, 24 Apr 2015 11:07:10 +0200 Subject: [PATCH 2/4] added whatsnew for 0.2 --- docs/sphinx/source/whatsnew.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sphinx/source/whatsnew.rst b/docs/sphinx/source/whatsnew.rst index 48ed18ab78..415fde40dc 100644 --- a/docs/sphinx/source/whatsnew.rst +++ b/docs/sphinx/source/whatsnew.rst @@ -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 From 34c4a4f95af2324a737c7cbf3371fa42fdd02b8f Mon Sep 17 00:00:00 2001 From: bmu Date: Fri, 24 Apr 2015 11:08:15 +0200 Subject: [PATCH 3/4] added whatsnew file --- docs/sphinx/source/whatsnew/v0.2.0.txt | 42 ++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 docs/sphinx/source/whatsnew/v0.2.0.txt diff --git a/docs/sphinx/source/whatsnew/v0.2.0.txt b/docs/sphinx/source/whatsnew/v0.2.0.txt new file mode 100644 index 0000000000..d6b61fb774 --- /dev/null +++ b/docs/sphinx/source/whatsnew/v0.2.0.txt @@ -0,0 +1,42 @@ +.. _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`) + + +Contributors +~~~~~~~~~~~~ + +This list includes all contributors to +`pvlib/pvlib-python `_. + +* Rob Andrews +* Will Holmgren +* bmu +* Tony Lorenzo +* jforbess +* Jorissup +* dacoex +* alexisph +* Uwe Krien From 2246f5a4ceab091b86406258309ef8b66354fb1b Mon Sep 17 00:00:00 2001 From: bmu Date: Sat, 25 Apr 2015 07:26:17 +0200 Subject: [PATCH 4/4] DOC: fixed release date of 0.1 and reduced list of contributors --- docs/sphinx/source/whatsnew/v0.1.0.txt | 2 +- docs/sphinx/source/whatsnew/v0.2.0.txt | 14 +++----------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.1.0.txt b/docs/sphinx/source/whatsnew/v0.1.0.txt index e1da046bb6..cf84ab8cc7 100644 --- a/docs/sphinx/source/whatsnew/v0.1.0.txt +++ b/docs/sphinx/source/whatsnew/v0.1.0.txt @@ -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. diff --git a/docs/sphinx/source/whatsnew/v0.2.0.txt b/docs/sphinx/source/whatsnew/v0.2.0.txt index d6b61fb774..345a22365a 100644 --- a/docs/sphinx/source/whatsnew/v0.2.0.txt +++ b/docs/sphinx/source/whatsnew/v0.2.0.txt @@ -23,20 +23,12 @@ 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 ~~~~~~~~~~~~ -This list includes all contributors to -`pvlib/pvlib-python `_. - -* Rob Andrews * Will Holmgren +* Rob Andrews * bmu -* Tony Lorenzo -* jforbess -* Jorissup -* dacoex -* alexisph -* Uwe Krien