Skip to content

Commit ba7d753

Browse files
authored
clean up 0.8.1 whatsnew (pvlib#1123)
* whatsnew cleanup * add missing contributors * backtick to apostrophe * remove auto-merge artifact; set release date
1 parent 5a21ca4 commit ba7d753

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

docs/sphinx/source/whatsnew/v0.8.1.rst

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
.. _whatsnew_0810:
22

3-
v0.8.1 (MONTH DAY YEAR)
4-
-----------------------
5-
6-
Breaking changes
7-
~~~~~~~~~~~~~~~~
3+
v0.8.1 (January 4, 2021)
4+
------------------------
85

96
Deprecations
107
~~~~~~~~~~~~
@@ -16,12 +13,12 @@ Enhancements
1613
* Add a numpy-based implementation of the SPECTRL2 spectral irradiance model
1714
:py:func:`pvlib.spectrum.spectrl2` (:pull:`1062`)
1815
* Create :py:func:`~pvlib.pvsystem.PVSystem.fuentes_celltemp` and add ``temperature_model='fuentes'``
19-
option to :py:class:`~pvlib.modelchain.ModelChain`. (:pull:`1042`) (:issue:`1073`)
16+
option to :py:class:`~pvlib.modelchain.ModelChain`. (:issue:`1042`) (:pull:`1073`)
2017
* Added :py:func:`pvlib.temperature.ross` for cell temperature modeling using
2118
only NOCT. (:pull:`1045`)
2219
* :py:func:`pvlib.clearsky.detect_clearsky` now uses centered rolling windows
2320
instead of left-aligned rolling windows. (:pull:`1074`)
24-
* The 'times' and 'window_length` parameters are now optional kwargs in
21+
* The 'times' and 'window_length' parameters are now optional kwargs in
2522
:py:func:`pvlib.clearsky.detect_clearsky`. If omitted, 'times' is set
2623
equal to the index of parameter 'measured', and 'window_length' is set to
2724
10 minutes. (:pull:`1074`)
@@ -32,9 +29,9 @@ Enhancements
3229
* Added :py:func:`pvlib.irradiance.campbell_norman` for estimating DNI, DHI and GHI
3330
from extraterrestrial irradiance. This function replaces ``pvlib.irradiance.liujordan``;
3431
users of ``pvlib.irradiance.liujordan`` should note that :py:func:`pvlib.irradiance.campbell_norman`
35-
expects different parameters.
36-
* :py:meth:`pvlib.forecast.Forecast.cloud_cover_to_irradiance_campbell_norman`
37-
replaces ``pvlib.forecast.Forecast.cloud_cover_to_irradiance_liujordan``.
32+
expects different parameters. (:pull:`1104`)
33+
* :py:meth:`pvlib.forecast.ForecastModel.cloud_cover_to_irradiance_campbell_norman`
34+
replaces ``pvlib.forecast.ForecastModel.cloud_cover_to_irradiance_liujordan``. (:pull:`1104`)
3835

3936
Bug fixes
4037
~~~~~~~~~
@@ -61,9 +58,6 @@ Documentation
6158
* Add toggle button for code prompts to make copying code easier (:pull:`1096`)
6259
* Add project urls to setup.py for pypi page (:pull:`1119`)
6360

64-
Requirements
65-
~~~~~~~~~~~~
66-
6761

6862
Contributors
6963
~~~~~~~~~~~~
@@ -74,4 +68,7 @@ Contributors
7468
* Will Vining (:ghuser:`wfvining`)
7569
* Michael Jurasovic (:ghuser:`jurasofish`)
7670
* Aziz Ben Othman (:ghuser:`AzizCode92`)
71+
* Anton Driesse (:ghuser:`adriesse`)
72+
* Mark Mikofski (:ghuser:`mikofski`)
73+
* Junaid Fatehi (:ghuser:`jhfatehi`)
7774

0 commit comments

Comments
 (0)