1
1
.. _whatsnew_0620 :
2
2
3
- v0.6.2 (exp. 31 March 2019)
4
- ---------------------------
3
+ v0.6.2 (May 15, 2019)
4
+ ---------------------
5
5
6
6
This is a minor release. We recommend all users of v0.6.1 upgrade to this
7
7
release.
8
8
9
9
**Python 2.7 support will end on June 1, 2019 **. Releases made after this
10
- date will require Python 3. (:issue: `501 `)
10
+ date will require Python 3. This release is likely to be the last that
11
+ supports Python 2.7. (:issue: `501 `)
11
12
12
13
**Minimum pandas requirement bumped 0.15.0=>0.16.0 **
13
14
@@ -17,25 +18,25 @@ API Changes
17
18
* :py:func: `~pvlib.irradiance.erbs ` *doy * argument changed to
18
19
*datetime_or_doy * to be consistent with allowed types and similar
19
20
functions (:py:func: `~pvlib.irradiance.disc `,
20
- :py:func: `~pvlib.irradiance.get_extra_radiation `).
21
+ :py:func: `~pvlib.irradiance.get_extra_radiation `). ( :issue: ` 681 `)
21
22
* :py:func: `~pvlib.irradiance.erbs ` DataFrame vs. OrderedDict return
22
23
behavior now determined by type of *datetime_or_doy * instead of
23
- *ghi * or *zenith *.
24
+ *ghi * or *zenith *. ( :issue: ` 681 `)
24
25
* Added *min_cos_zenith * and *max_zenith * keyword arguments to
25
26
:py:func: `~pvlib.irradiance.erbs `. (:issue: `681 `)
26
27
* Deprecated :py:meth: `~pvlib.modelchain.ModelChain.prepare_inputs `
27
28
assumption of clear sky if no irradiance fields were provided.
28
29
(:issue: `705 `, :issue: `707 `)
29
30
* Remove automatic column name mapping from :py:func: `~pvlib.iotools.read_midc `
30
31
and :py:func: `~pvlib.iotools.read_midc_raw_data_from_nrel ` and added
31
- optional keyword argument `variable_map ` to map columns.
32
+ optional keyword argument `variable_map ` to map columns. ( :issue: ` 721 `)
32
33
* Update :py:func: `~pvlib.bifacial.pvfactors_timeseries ` and tests to use
33
34
``pvfactors `` v1.0.1 (:issue: `699 `)
34
35
35
36
Enhancements
36
37
~~~~~~~~~~~~
37
- * Add US CRN data reader to :ref: `iotools `.
38
- * Add SOLRAD data reader to :ref: `iotools `.
38
+ * Add US CRN data reader to :ref: `iotools `. ( :issue: ` 666 `)
39
+ * Add SOLRAD data reader to :ref: `iotools `. ( :issue: ` 667 `)
39
40
* Add EPW data reader to :ref: `iotools `. (:issue: `591 `)
40
41
* Add PSM3 reader to :ref: `iotools `. (:issue: `592 `)
41
42
* Improve ModelChain inference method error text. (:issue: `621 `)
@@ -82,5 +83,5 @@ Contributors
82
83
* :ghuser: `bentomlinson `
83
84
* :ghuser: `yxh289 `
84
85
* Jonathan Gaffiot (:ghuser: `jgaffiot `)
85
- * Leland Boeman (:ghuser: `lboeman `)
86
- * Marc Anoma (:ghuser: `anomam `)
86
+ * Leland Boeman (:ghuser: `lboeman `)
87
+ * Marc Anoma (:ghuser: `anomam `)
0 commit comments