11.. _whatsnew_0940 :
22
3- v0.9.4 (anticipated December 2022)
4- ----------------------------------
5-
6- Deprecations
7- ~~~~~~~~~~~~
8-
3+ v0.9.4 (December 20, 2022)
4+ --------------------------
95
106Enhancements
117~~~~~~~~~~~~
@@ -17,45 +13,42 @@ Enhancements
1713 :py:func: `~pvlib.irradiance.complete_irradiance `.
1814 (:issue: `1565 `, :pull: `1567 `)
1915* 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 `)
2117* Added a module temperature model that accounts for radiative losses to the sky
2218 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 `).
3124 (:issue: `1544 `, :pull: `1602 `)
3225
3326Bug fixes
3427~~~~~~~~~
35-
3628* Fixed bug in :py:func: `pvlib.shading.masking_angle ` and :py:func: `pvlib.bifacial.infinite_sheds._ground_angle `
3729 where zero ``gcr `` input caused a ZeroDivisionError. (:issue: `1576 `, :pull: `1589 `)
3830* Fixed bug in :py:func: `pvlib.tools._golden_sect_DataFrame ` so that a result is returned when the search
3931 interval is length 0 (which occurs in :py:func: `pvlib.pvsystem.singlediode ` if v_oc is 0.) (:issue: `1603 `, :pull: `1606 `)
4032
4133Testing
4234~~~~~~~
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 `)
4536
4637Documentation
4738~~~~~~~~~~~~~
4839* 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 `)
5144
5245Benchmarking
5346~~~~~~~~~~~~~
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 `)
5548
5649Requirements
5750~~~~~~~~~~~~
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 `)
5952
6053Contributors
6154~~~~~~~~~~~~
@@ -72,3 +65,8 @@ Contributors
7265* Naman Priyadarshi (:ghuser: `Naman-Priyadarshi `)
7366* Adam R. Jensen (:ghuser: `AdamRJensen `)
7467* 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