Skip to content

Commit

Permalink
finalize 0.6.2 whatsnew (#724)
Browse files Browse the repository at this point in the history
* finalize 0.6.2 whatsnew

* change 0.6.1 date format for consistency

* fix ghuser links
  • Loading branch information
wholmgren committed May 15, 2019
1 parent 7b6cf7a commit f6bc0c5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/source/whatsnew/v0.6.1.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whatsnew_0601:

v0.6.1 (31 January 2019)
---------------------------
v0.6.1 (January 31, 2019)
-------------------------

This is a minor release. We recommend all users of v0.6.0 upgrade to this
release.
Expand Down
21 changes: 11 additions & 10 deletions docs/sphinx/source/whatsnew/v0.6.2.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
.. _whatsnew_0620:

v0.6.2 (exp. 31 March 2019)
---------------------------
v0.6.2 (May 15, 2019)
---------------------

This is a minor release. We recommend all users of v0.6.1 upgrade to this
release.

**Python 2.7 support will end on June 1, 2019**. Releases made after this
date will require Python 3. (:issue:`501`)
date will require Python 3. This release is likely to be the last that
supports Python 2.7. (:issue:`501`)

**Minimum pandas requirement bumped 0.15.0=>0.16.0**

Expand All @@ -17,25 +18,25 @@ API Changes
* :py:func:`~pvlib.irradiance.erbs` *doy* argument changed to
*datetime_or_doy* to be consistent with allowed types and similar
functions (:py:func:`~pvlib.irradiance.disc`,
:py:func:`~pvlib.irradiance.get_extra_radiation`).
:py:func:`~pvlib.irradiance.get_extra_radiation`). (:issue:`681`)
* :py:func:`~pvlib.irradiance.erbs` DataFrame vs. OrderedDict return
behavior now determined by type of *datetime_or_doy* instead of
*ghi* or *zenith*.
*ghi* or *zenith*. (:issue:`681`)
* Added *min_cos_zenith* and *max_zenith* keyword arguments to
:py:func:`~pvlib.irradiance.erbs`. (:issue:`681`)
* Deprecated :py:meth:`~pvlib.modelchain.ModelChain.prepare_inputs`
assumption of clear sky if no irradiance fields were provided.
(:issue:`705`, :issue:`707`)
* Remove automatic column name mapping from :py:func:`~pvlib.iotools.read_midc`
and :py:func:`~pvlib.iotools.read_midc_raw_data_from_nrel` and added
optional keyword argument `variable_map` to map columns.
optional keyword argument `variable_map` to map columns. (:issue:`721`)
* Update :py:func:`~pvlib.bifacial.pvfactors_timeseries` and tests to use
``pvfactors`` v1.0.1 (:issue:`699`)

Enhancements
~~~~~~~~~~~~
* Add US CRN data reader to :ref:`iotools`.
* Add SOLRAD data reader to :ref:`iotools`.
* Add US CRN data reader to :ref:`iotools`. (:issue:`666`)
* Add SOLRAD data reader to :ref:`iotools`. (:issue:`667`)
* Add EPW data reader to :ref:`iotools`. (:issue:`591`)
* Add PSM3 reader to :ref:`iotools`. (:issue:`592`)
* Improve ModelChain inference method error text. (:issue:`621`)
Expand Down Expand Up @@ -82,5 +83,5 @@ Contributors
* :ghuser:`bentomlinson`
* :ghuser:`yxh289`
* Jonathan Gaffiot (:ghuser:`jgaffiot`)
* Leland Boeman (:ghuser: `lboeman`)
* Marc Anoma (:ghuser: `anomam`)
* Leland Boeman (:ghuser:`lboeman`)
* Marc Anoma (:ghuser:`anomam`)

0 comments on commit f6bc0c5

Please sign in to comment.