Skip to content

Commit eb5708e

Browse files
committed
emphasize the API changes in the whatsnew
1 parent 1f968a0 commit eb5708e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/sphinx/source/whatsnew/v0.2.0.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,24 @@
33
v0.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,
77
several new features and enhancements along with a number of bug fixes.
88
We 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

1114
API 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

2226
Enhancements

0 commit comments

Comments
 (0)