File tree Expand file tree Collapse file tree
docs/sphinx/source/whatsnew Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33v0.2.0 (??, 2015)
44-----------------------
55
6- This is a major release from 0.1 and includes a small number of API changes,
6+ This is a major release from 0.1 and includes a large number of API changes,
77several new features and enhancements along with a number of bug fixes.
88We recommend that all users upgrade to this version.
99
10+ Due to the large number of API changes, you will probably need to update your
11+ code.
12+
1013
1114API changes
1215~~~~~~~~~~~
1316
17+ * Change variable names to conform with new
18+ `Variables and style rules wiki <https://github.com/pvlib/pvlib-python/wiki/Variables-and-style-rules>`_.
19+ This impacts many function declarations and return values.
20+ Your existing code probably will not work! (:issue:`37`, :issue:`54`).
1421* Move ``dirint`` and ``disc`` algorithms from ``clearsky.py``
1522 to ``irradiance.py`` (:issue:`42`)
1623* Mark some ``pvsystem.py`` methods as private (:issue:`20`)
17- * Change variable names to conform with new
18- `Variables and style rules wiki <https://github.com/pvlib/pvlib-python/wiki/Variables-and-style-rules>`_
19- (:issue:`37`, :issue:`54`).
2024* Make output of ``pvsystem.sapm_celltemp`` a DataFrame (:issue:`54`)
2125
2226Enhancements
You can’t perform that action at this time.
0 commit comments