@@ -8,7 +8,7 @@ recommend all users of v0.6.3 upgrade to this release after checking API
8
8
compatibility notes.
9
9
10
10
**Python 2.7 support ended on June 1, 2019. ** (:issue: `501 `)
11
- **Minimum numpy version is now 1.10.4 . Minimum pandas version is now 0.18.1. **
11
+ **Minimum numpy version is now 1.12.0 . Minimum pandas version is now 0.18.1. ** ( :issue: ` 830 `, :issue: ` 748 `)
12
12
13
13
API Breaking Changes
14
14
~~~~~~~~~~~~~~~~~~~~
@@ -30,7 +30,7 @@ API Changes with Deprecations
30
30
- `temperature.sapm_cell ` returns only the cell temperature, whereas the
31
31
old `pvsystem.sapm_celltemp ` returned a `DataFrame ` with both cell and module temperatures.
32
32
- Created `temperature.sapm_module ` to return module temperature using the SAPM temperature model.
33
- - Changed the order of arguments for`pvsystem.sapm_celltemp`,
33
+ - Changed the order of arguments for `pvsystem.sapm_celltemp `,
34
34
`pvsystem.pvsyst_celltemp ` and `PVSystem.sapm_celltemp ` to be consistent
35
35
among cell temperature model functions.
36
36
- Removed `model ` as a kwarg from `temperature.sapm_cell ` and
@@ -191,6 +191,11 @@ Removal of prior version deprecations
191
191
* Removed `ModelChain.singlediode ` method.
192
192
* Removed `ModelChain.prepare_inputs ` clearsky assumption when no irradiance
193
193
data was provided.
194
+
195
+ Requirements
196
+ ~~~~~~~~~~~~
197
+ * numpy minimum increased to v1.12.0, released in 2017. (:issue: `830 `)
198
+ * pandas minimum increased to v1.18.1, released in 2016. (:issue: `748 `)
194
199
195
200
Contributors
196
201
~~~~~~~~~~~~
@@ -206,3 +211,4 @@ Contributors
206
211
* Joseph Ranalli (:ghuser: `jranalli `)
207
212
* Tony Lorenzo (:ghuser: `alorenzo175 `)
208
213
* Todd Karin (:ghuser: `toddkarin `)
214
+ * Mark Mikofski (:ghuser: `mikofski `)
0 commit comments