11.. _whatsnew_0620 :
22
3- v0.6.2 (exp. 31 March 2019)
4- ---------------------------
3+ v0.6.2 (May 15, 2019)
4+ ---------------------
55
66This is a minor release. We recommend all users of v0.6.1 upgrade to this
77release.
88
99**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 `)
1112
1213**Minimum pandas requirement bumped 0.15.0=>0.16.0 **
1314
@@ -17,25 +18,25 @@ API Changes
1718* :py:func: `~pvlib.irradiance.erbs ` *doy * argument changed to
1819 *datetime_or_doy * to be consistent with allowed types and similar
1920 functions (:py:func: `~pvlib.irradiance.disc `,
20- :py:func: `~pvlib.irradiance.get_extra_radiation `).
21+ :py:func: `~pvlib.irradiance.get_extra_radiation `). ( :issue: ` 681 `)
2122* :py:func: `~pvlib.irradiance.erbs ` DataFrame vs. OrderedDict return
2223 behavior now determined by type of *datetime_or_doy * instead of
23- *ghi * or *zenith *.
24+ *ghi * or *zenith *. ( :issue: ` 681 `)
2425* Added *min_cos_zenith * and *max_zenith * keyword arguments to
2526 :py:func: `~pvlib.irradiance.erbs `. (:issue: `681 `)
2627* Deprecated :py:meth: `~pvlib.modelchain.ModelChain.prepare_inputs `
2728 assumption of clear sky if no irradiance fields were provided.
2829 (:issue: `705 `, :issue: `707 `)
2930* Remove automatic column name mapping from :py:func: `~pvlib.iotools.read_midc `
3031 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 `)
3233* Update :py:func: `~pvlib.bifacial.pvfactors_timeseries ` and tests to use
3334 ``pvfactors `` v1.0.1 (:issue: `699 `)
3435
3536Enhancements
3637~~~~~~~~~~~~
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 `)
3940* Add EPW data reader to :ref: `iotools `. (:issue: `591 `)
4041* Add PSM3 reader to :ref: `iotools `. (:issue: `592 `)
4142* Improve ModelChain inference method error text. (:issue: `621 `)
@@ -82,5 +83,5 @@ Contributors
8283* :ghuser: `bentomlinson `
8384* :ghuser: `yxh289 `
8485* 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