Skip to content

Commit 7a56ec3

Browse files
committed
update whatsnew
1 parent 5f5787f commit 7a56ec3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ API Changes
1414
* Remove unneeded module argument from singlediode function. (:issue:`200`)
1515
* In ``pvlib.irradiance.perez``, renamed argument ``modelt`` to ``model``.
1616
(:issue:`196`)
17-
* Most functions in the irradiance module now work with scalar inputs
17+
* Functions in the irradiance module now work with scalar inputs
1818
in addition to arrays and Series. Furthermore, these functions no
1919
longer promote scalar or array input to Series output.
20-
Also applies to atmosphere.relativeairmass. (:issue:`201`)
20+
Also applies to atmosphere.relativeairmass. (:issue:`201`, :issue:`214`)
2121

2222

2323
Enhancements
@@ -26,8 +26,8 @@ Enhancements
2626
* Adds the First Solar spectral correction model. (:issue:`115`)
2727
* Adds the Gueymard 1994 integrated precipitable water model. (:issue:`115`)
2828
* Adds the PVWatts DC, AC, and system losses model. (:issue:`195`)
29-
* Improve PEP8 conformity in irradiance module.
30-
* irradiance.disc is up to 10x faster. (:issue:``)
29+
* Improve PEP8 conformity in irradiance module. (:issue:`214`)
30+
* irradiance.disc is up to 10x faster. (:issue:`214`)
3131

3232

3333
Bug fixes
@@ -50,13 +50,17 @@ Other
5050
* Switch to the py.test testing framework. (:issue:`204`)
5151
* Reconfigure Appveyor CI builds and resolve an issue in which the command
5252
line length was too long. (:issue:`207`)
53+
* Manually build numpy and pandas for the min requirements test.
54+
This is needed to avoid Continuum's bad practice of bundling scipy
55+
with pandas. (:issue:`214`)
5356

5457

5558
Requirements
5659
~~~~~~~~~~~~
5760

5861
* pvlib now requires pandas >= 0.14.0 and numpy >= 1.9.0, both
5962
released in 2014. Most of pvlib will work with lesser versions.
63+
(:issue:`214`)
6064

6165

6266
Code Contributors

0 commit comments

Comments
 (0)