@@ -8,7 +8,7 @@ recommend all users of v0.6.3 upgrade to this release after checking API
88compatibility notes.
99
1010**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 `)
1212
1313API Breaking Changes
1414~~~~~~~~~~~~~~~~~~~~
@@ -30,7 +30,7 @@ API Changes with Deprecations
3030 - `temperature.sapm_cell ` returns only the cell temperature, whereas the
3131 old `pvsystem.sapm_celltemp ` returned a `DataFrame ` with both cell and module temperatures.
3232 - 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 `,
3434 `pvsystem.pvsyst_celltemp ` and `PVSystem.sapm_celltemp ` to be consistent
3535 among cell temperature model functions.
3636 - Removed `model ` as a kwarg from `temperature.sapm_cell ` and
@@ -191,6 +191,11 @@ Removal of prior version deprecations
191191* Removed `ModelChain.singlediode ` method.
192192* Removed `ModelChain.prepare_inputs ` clearsky assumption when no irradiance
193193 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 `)
194199
195200Contributors
196201~~~~~~~~~~~~
@@ -206,3 +211,4 @@ Contributors
206211* Joseph Ranalli (:ghuser: `jranalli `)
207212* Tony Lorenzo (:ghuser: `alorenzo175 `)
208213* Todd Karin (:ghuser: `toddkarin `)
214+ * Mark Mikofski (:ghuser: `mikofski `)
0 commit comments