Skip to content

Commit 26de2f0

Browse files
authored
Finalize 0.9.4 (#1620)
* 0.9.4 whatsnew cleanup * add blank 0.9.5 template * change maintainer email from will's UA to pvlib-admin * fix sphinx build warning
1 parent 8006813 commit 26de2f0

File tree

4 files changed

+60
-23
lines changed

4 files changed

+60
-23
lines changed

docs/sphinx/source/user_guide/bifacial.rst

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Array geometry is defined by the following:
8383
- height of row center above ground, ``height``.
8484
- tilt of the row from horizontal, ``surface_tilt``.
8585
- azimuth of the row's normal vector, ``surface_azimuth``.
86+
8687
View factors from the ground to the sky are calculated at points spaced along
8788
a one-dimensional axis on the ground, with the origin under the center of a
8889
row and the positive direction toward the right. The positive direction is
+20-22
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
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

106
Enhancements
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

3326
Bug 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

4133
Testing
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

4637
Documentation
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

5245
Benchmarking
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

5649
Requirements
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

6053
Contributors
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`)
+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.. _whatsnew_0950:
2+
3+
4+
v0.9.5 (anticipated March 2023)
5+
-------------------------------
6+
7+
8+
Deprecations
9+
~~~~~~~~~~~~
10+
11+
12+
Enhancements
13+
~~~~~~~~~~~~
14+
15+
16+
Bug fixes
17+
~~~~~~~~~
18+
19+
20+
Testing
21+
~~~~~~~
22+
23+
24+
Documentation
25+
~~~~~~~~~~~~~
26+
27+
28+
Benchmarking
29+
~~~~~~~~~~~~~
30+
31+
32+
Requirements
33+
~~~~~~~~~~~~
34+
35+
36+
Contributors
37+
~~~~~~~~~~~~
38+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
DISTNAME = 'pvlib'
3232
LICENSE = 'BSD 3-Clause'
3333
AUTHOR = 'pvlib python Developers'
34-
MAINTAINER_EMAIL = '[email protected]'
34+
MAINTAINER_EMAIL = '[email protected]'
3535
URL = 'https://github.com/pvlib/pvlib-python'
3636

3737
INSTALL_REQUIRES = ['numpy >= 1.16.0',

0 commit comments

Comments
 (0)