@@ -14,10 +14,10 @@ API Changes
14
14
* Remove unneeded module argument from singlediode function. (:issue:`200`)
15
15
* In ``pvlib.irradiance.perez``, renamed argument ``modelt`` to ``model``.
16
16
(: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
18
18
in addition to arrays and Series. Furthermore, these functions no
19
19
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` )
21
21
22
22
23
23
Enhancements
@@ -26,8 +26,8 @@ Enhancements
26
26
* Adds the First Solar spectral correction model. (:issue:`115`)
27
27
* Adds the Gueymard 1994 integrated precipitable water model. (:issue:`115`)
28
28
* 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 `)
31
31
32
32
33
33
Bug fixes
@@ -50,13 +50,17 @@ Other
50
50
* Switch to the py.test testing framework. (:issue:`204`)
51
51
* Reconfigure Appveyor CI builds and resolve an issue in which the command
52
52
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`)
53
56
54
57
55
58
Requirements
56
59
~~~~~~~~~~~~
57
60
58
61
* pvlib now requires pandas >= 0.14.0 and numpy >= 1.9.0, both
59
62
released in 2014. Most of pvlib will work with lesser versions.
63
+ (:issue:`214`)
60
64
61
65
62
66
Code Contributors
0 commit comments