1
1
.. _whatsnew_0810 :
2
2
3
- v0.8.1 (MONTH DAY YEAR)
4
- -----------------------
5
-
6
- Breaking changes
7
- ~~~~~~~~~~~~~~~~
3
+ v0.8.1 (January 4, 2021)
4
+ ------------------------
8
5
9
6
Deprecations
10
7
~~~~~~~~~~~~
@@ -16,12 +13,12 @@ Enhancements
16
13
* Add a numpy-based implementation of the SPECTRL2 spectral irradiance model
17
14
:py:func: `pvlib.spectrum.spectrl2 ` (:pull: `1062 `)
18
15
* 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 `)
20
17
* Added :py:func: `pvlib.temperature.ross ` for cell temperature modeling using
21
18
only NOCT. (:pull: `1045 `)
22
19
* :py:func: `pvlib.clearsky.detect_clearsky ` now uses centered rolling windows
23
20
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
25
22
:py:func: `pvlib.clearsky.detect_clearsky `. If omitted, 'times' is set
26
23
equal to the index of parameter 'measured', and 'window_length' is set to
27
24
10 minutes. (:pull: `1074 `)
@@ -32,9 +29,9 @@ Enhancements
32
29
* Added :py:func: `pvlib.irradiance.campbell_norman ` for estimating DNI, DHI and GHI
33
30
from extraterrestrial irradiance. This function replaces ``pvlib.irradiance.liujordan ``;
34
31
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 `)
38
35
39
36
Bug fixes
40
37
~~~~~~~~~
@@ -61,9 +58,6 @@ Documentation
61
58
* Add toggle button for code prompts to make copying code easier (:pull: `1096 `)
62
59
* Add project urls to setup.py for pypi page (:pull: `1119 `)
63
60
64
- Requirements
65
- ~~~~~~~~~~~~
66
-
67
61
68
62
Contributors
69
63
~~~~~~~~~~~~
@@ -74,4 +68,7 @@ Contributors
74
68
* Will Vining (:ghuser: `wfvining `)
75
69
* Michael Jurasovic (:ghuser: `jurasofish `)
76
70
* Aziz Ben Othman (:ghuser: `AzizCode92 `)
71
+ * Anton Driesse (:ghuser: `adriesse `)
72
+ * Mark Mikofski (:ghuser: `mikofski `)
73
+ * Junaid Fatehi (:ghuser: `jhfatehi `)
77
74
0 commit comments