From 0c875ed2c2a973cc41b9d8c1f1a21d67f1ecea18 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 4 Jan 2021 18:26:42 -0700 Subject: [PATCH 1/4] whatsnew cleanup --- docs/sphinx/source/whatsnew/v0.8.1.rst | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.8.1.rst b/docs/sphinx/source/whatsnew/v0.8.1.rst index 2cd59d649d..4a25ba2934 100644 --- a/docs/sphinx/source/whatsnew/v0.8.1.rst +++ b/docs/sphinx/source/whatsnew/v0.8.1.rst @@ -3,10 +3,6 @@ v0.8.1 (MONTH DAY YEAR) ----------------------- -Breaking changes -~~~~~~~~~~~~~~~~ - - Deprecations ~~~~~~~~~~~~ * ``pvlib.irradiance.liujordan`` is deprecated. @@ -16,7 +12,7 @@ Enhancements * Add a numpy-based implementation of the SPECTRL2 spectral irradiance model :py:func:`pvlib.spectrum.spectrl2` (:pull:`1062`) * Create :py:func:`~pvlib.pvsystem.PVSystem.fuentes_celltemp` and add ``temperature_model='fuentes'`` - option to :py:class:`~pvlib.modelchain.ModelChain`. (:pull:`1042`) (:issue:`1073`) + option to :py:class:`~pvlib.modelchain.ModelChain`. (:issue:`1042`) (:pull:`1073`) * Added :py:func:`pvlib.temperature.ross` for cell temperature modeling using only NOCT. (:pull:`1045`) * Added :py:func:`pvlib.inverter.sandia_multi` and :py:func:`pvlib.inverter.pvwatts_multi` @@ -26,9 +22,9 @@ Enhancements * Added :py:func:`pvlib.irradiance.campbell_norman` for estimating DNI, DHI and GHI from extraterrestrial irradiance. This function replaces ``pvlib.irradiance.liujordan``; users of ``pvlib.irradiance.liujordan`` should note that :py:func:`pvlib.irradiance.campbell_norman` - expects different parameters. -* :py:meth:`pvlib.forecast.Forecast.cloud_cover_to_irradiance_campbell_norman` - replaces ``pvlib.forecast.Forecast.cloud_cover_to_irradiance_liujordan``. + expects different parameters. (:pull:`1104`) +* :py:meth:`pvlib.forecast.ForecastModel.cloud_cover_to_irradiance_campbell_norman` + replaces ``pvlib.forecast.ForecastModel.cloud_cover_to_irradiance_liujordan``. (:pull:`1104`) Bug fixes ~~~~~~~~~ @@ -55,9 +51,6 @@ Documentation * Add toggle button for code prompts to make copying code easier (:pull:`1096`) * Add project urls to setup.py for pypi page (:pull:`1119`) -Requirements -~~~~~~~~~~~~ - Contributors ~~~~~~~~~~~~ From 9017c4df95fe376fc8df08b74c5d3124054d5355 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 4 Jan 2021 18:48:14 -0700 Subject: [PATCH 2/4] add missing contributors --- docs/sphinx/source/whatsnew/v0.8.1.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sphinx/source/whatsnew/v0.8.1.rst b/docs/sphinx/source/whatsnew/v0.8.1.rst index 4a25ba2934..e23ba7f22a 100644 --- a/docs/sphinx/source/whatsnew/v0.8.1.rst +++ b/docs/sphinx/source/whatsnew/v0.8.1.rst @@ -61,4 +61,7 @@ Contributors * Will Vining (:ghuser:`wfvining`) * Michael Jurasovic (:ghuser:`jurasofish`) * Aziz Ben Othman (:ghuser:`AzizCode92`) +* Anton Driesse (:ghuser:`adriesse`) +* Mark Mikofski (:ghuser:`mikofski`) +* Junaid Fatehi (:ghuser:`jhfatehi`) From 8df4f4df7c0037ee9b8e4fa70bae740e7ff39360 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 4 Jan 2021 19:20:31 -0700 Subject: [PATCH 3/4] backtick to apostrophe --- docs/sphinx/source/whatsnew/v0.8.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/whatsnew/v0.8.1.rst b/docs/sphinx/source/whatsnew/v0.8.1.rst index abee48b30b..e314b8ab82 100644 --- a/docs/sphinx/source/whatsnew/v0.8.1.rst +++ b/docs/sphinx/source/whatsnew/v0.8.1.rst @@ -21,7 +21,7 @@ Enhancements only NOCT. (:pull:`1045`) * :py:func:`pvlib.clearsky.detect_clearsky` now uses centered rolling windows instead of left-aligned rolling windows. (:pull:`1074`) -* The 'times' and 'window_length` parameters are now optional kwargs in +* The 'times' and 'window_length' parameters are now optional kwargs in :py:func:`pvlib.clearsky.detect_clearsky`. If omitted, 'times' is set equal to the index of parameter 'measured', and 'window_length' is set to 10 minutes. (:pull:`1074`) From 4281afc1c3cc6dc3330af4afdc5b6a850aea1691 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 4 Jan 2021 19:27:54 -0700 Subject: [PATCH 4/4] remove auto-merge artifact; set release date --- docs/sphinx/source/whatsnew/v0.8.1.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/sphinx/source/whatsnew/v0.8.1.rst b/docs/sphinx/source/whatsnew/v0.8.1.rst index e314b8ab82..885973f786 100644 --- a/docs/sphinx/source/whatsnew/v0.8.1.rst +++ b/docs/sphinx/source/whatsnew/v0.8.1.rst @@ -1,10 +1,7 @@ .. _whatsnew_0810: -v0.8.1 (MONTH DAY YEAR) ------------------------ - -Breaking changes -~~~~~~~~~~~~~~~~ +v0.8.1 (January 4, 2021) +------------------------ Deprecations ~~~~~~~~~~~~