File tree Expand file tree Collapse file tree 4 files changed +37
-2
lines changed
Expand file tree Collapse file tree 4 files changed +37
-2
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ What's New
66
77These are new features and improvements of note in each release.
88
9+ .. include :: whatsnew/v0.2.0.txt
910.. include :: whatsnew/v0.1.0.txt
Original file line number Diff line number Diff line change 11.. _whatsnew_0100:
22
3- v0.1.0 (March 17 , 2015)
3+ v0.1.0 (April 20 , 2015)
44-----------------------
55
66This is the first official release of the pvlib-python project.
Original file line number Diff line number Diff line change 1+ .. _whatsnew_0200:
2+
3+ v0.2.0 (??, 2015)
4+ -----------------------
5+
6+ This is a major release from 0.1 and includes a small number of API changes,
7+ several new features and enhancements along with a number of bug fixes.
8+ We recommend that all users upgrade to this version.
9+
10+
11+ API changes
12+ ~~~~~~~~~~~
13+
14+
15+
16+ Enhancements
17+ ~~~~~~~~~~~~
18+
19+ * PEP8 fixups to solarposition.py and spa.py (:issue:`50`)
20+
21+
22+ Bug fixes
23+ ~~~~~~~~~
24+
25+ * fix local build of the documentation (:issue:`49`, :issue:`56`)
26+ * The release date of 0.1 was fixed in the documentation
27+ (see :ref:`whatsnew_0100`)
28+
29+ Contributors
30+ ~~~~~~~~~~~~
31+
32+ * Will Holmgren
33+ * Rob Andrews
34+ * bmu
Original file line number Diff line number Diff line change 1- __version__ = "0.1.0 "
1+ __version__ = "0.2.0dev "
You can’t perform that action at this time.
0 commit comments