File tree 1 file changed +8
-4
lines changed
docs/sphinx/source/whatsnew 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 3
3
v0.2.0 (??, 2015)
4
4
-----------------------
5
5
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,
7
7
several new features and enhancements along with a number of bug fixes.
8
8
We recommend that all users upgrade to this version.
9
9
10
+ Due to the large number of API changes, you will probably need to update your
11
+ code.
12
+
10
13
11
14
API changes
12
15
~~~~~~~~~~~
13
16
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`).
14
21
* Move ``dirint`` and ``disc`` algorithms from ``clearsky.py``
15
22
to ``irradiance.py`` (:issue:`42`)
16
23
* 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`).
20
24
* Make output of ``pvsystem.sapm_celltemp`` a DataFrame (:issue:`54`)
21
25
22
26
Enhancements
You can’t perform that action at this time.
0 commit comments