1
1
.. _whatsnew_0940 :
2
2
3
- v0.9.4 (anticipated December 2022)
4
- ----------------------------------
5
-
6
- Deprecations
7
- ~~~~~~~~~~~~
8
-
3
+ v0.9.4 (December 20, 2022)
4
+ --------------------------
9
5
10
6
Enhancements
11
7
~~~~~~~~~~~~
@@ -17,45 +13,42 @@ Enhancements
17
13
:py:func: `~pvlib.irradiance.complete_irradiance `.
18
14
(:issue: `1565 `, :pull: `1567 `)
19
15
* Added optional ``return_components `` parameter to :py:func: `pvlib.irradiance.haydavies ` to return
20
- individual diffuse irradiance components (:issue: `1553 `, :pull: `1568 `)
16
+ individual diffuse irradiance components. (:issue: `1553 `, :pull: `1568 `)
21
17
* Added a module temperature model that accounts for radiative losses to the sky
22
18
in a simplified way, using the Faiman model as an example.
23
- :py:func: `~pvlib.temperature.faiman_rad `
24
- (:issue: `1594 `, :pull: `1595 `)
25
- * Add a function :py:func: `pvlib.ivtools.utils.astm_e1036 ` to perform ASTM E1036 extraction of IV
26
- curve parameters (:pull: `1585 `)
27
- * Added the ADR PV module efficiency model and a function to find its parameters from field or lab measurements.
28
- Three gallery examples are also added to demonstrate how the model can be used for time series simulation.
29
- :py:func: `~pvlib.pvarray.pvefficiency_adr `
30
- :py:func: `~pvlib.pvarray.fit_pvefficiency_adr `
19
+ :py:func: `~pvlib.temperature.faiman_rad ` (:issue: `1594 `, :pull: `1595 `)
20
+ * Added a function :py:func: `pvlib.ivtools.utils.astm_e1036 ` to perform ASTM E1036 extraction of IV
21
+ curve parameters. (:pull: `1585 `)
22
+ * Added the ADR PV module efficiency model and a function to find its parameters from field or lab measurements
23
+ (:py:func: `~pvlib.pvarray.pvefficiency_adr ` and :py:func: `~pvlib.pvarray.fit_pvefficiency_adr `).
31
24
(:issue: `1544 `, :pull: `1602 `)
32
25
33
26
Bug fixes
34
27
~~~~~~~~~
35
-
36
28
* Fixed bug in :py:func: `pvlib.shading.masking_angle ` and :py:func: `pvlib.bifacial.infinite_sheds._ground_angle `
37
29
where zero ``gcr `` input caused a ZeroDivisionError. (:issue: `1576 `, :pull: `1589 `)
38
30
* Fixed bug in :py:func: `pvlib.tools._golden_sect_DataFrame ` so that a result is returned when the search
39
31
interval is length 0 (which occurs in :py:func: `pvlib.pvsystem.singlediode ` if v_oc is 0.) (:issue: `1603 `, :pull: `1606 `)
40
32
41
33
Testing
42
34
~~~~~~~
43
- * Corrected a flawed test for :py:func: `~pvlib.irradiance.get_ground_diffuse ` (:issue: `1569 `, :pull: `1575 `)
44
-
35
+ * Corrected a flawed test for :py:func: `~pvlib.irradiance.get_ground_diffuse `. (:issue: `1569 `, :pull: `1575 `)
45
36
46
37
Documentation
47
38
~~~~~~~~~~~~~
48
39
* Added an FAQ page to the docs: :ref: `faq `. (:issue: `1546 `, :pull: `1549 `)
49
- * Fixed equation in :py:func: `pvlib.iam.martin_ruiz ` docstring (:issue: `1561 `, :pull: `1599 `)
50
- * Fixed an error in :py:func: `pvlib.singlediode.bishop88_mpp ` docstring (:issue: `1613 `, :pull: `1615 `)
40
+ * Fixed equation in :py:func: `pvlib.iam.martin_ruiz ` docstring. (:issue: `1561 `, :pull: `1599 `)
41
+ * Fixed an error in :py:func: `pvlib.singlediode.bishop88_mpp ` docstring. (:issue: `1613 `, :pull: `1615 `)
42
+ * Added three gallery examples demonstrating how the new ADR PV model can be used for
43
+ time series simulation. (:issue: `1544 `, :pull: `1602 `)
51
44
52
45
Benchmarking
53
46
~~~~~~~~~~~~~
54
- * Removed ``time_tracker_singleaxis `` function from tracking.py (:issue: `1508 `, :pull: `1535 `)
47
+ * Removed ``time_tracker_singleaxis `` function from tracking.py. (:issue: `1508 `, :pull: `1535 `)
55
48
56
49
Requirements
57
50
~~~~~~~~~~~~
58
- * Minimum version of scipy advanced from 1.2.0 to 1.4.0 (:issue: `483 `, :pull: `1617 `)
51
+ * Minimum version of scipy advanced from 1.2.0 to 1.4.0. (:issue: `483 `, :pull: `1617 `)
59
52
60
53
Contributors
61
54
~~~~~~~~~~~~
@@ -72,3 +65,8 @@ Contributors
72
65
* Naman Priyadarshi (:ghuser: `Naman-Priyadarshi `)
73
66
* Adam R. Jensen (:ghuser: `AdamRJensen `)
74
67
* Echedey Luis (:ghuser: `echedey-ls `)
68
+ * Mark Mikofski (:ghuser: `mikofski `)
69
+ * Mark Campanelli (:ghuser: `markcampanelli `)
70
+ * Will Holmgren (:ghuser: `wholmgren `)
71
+ * :ghuser: `avarf `
72
+ * Marios Theristis (:ghuser: `mtheristis `)
0 commit comments