Skip to content

Commit 7a2ec9b

Browse files
authored
Finalize 0.9.5 (#1699)
* add missed contributors; whatsnew cleanup * add blank v0.9.6 whatsnew * increment release date * minor RST improvements * fix underline too short warning in gallery page
1 parent c1856ac commit 7a2ec9b

File tree

3 files changed

+53
-18
lines changed

3 files changed

+53
-18
lines changed

docs/examples/adr-pvarray/plot_simulate_system.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Simulating PV system DC output using the ADR module efficiency model
3-
===========================================================
3+
====================================================================
44
55
Time series processing with the ADR model is really easy.
66

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

+14-17
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
.. _whatsnew_0950:
22

33

4-
v0.9.5 (anticipated March 2023)
5-
-------------------------------
4+
v0.9.5 (March 18, 2023)
5+
-----------------------
66

77
Starting with this version, new releases are no longer distributed through
88
the ``pvlib`` `conda channel <https://anaconda.org/pvlib/pvlib>`_. We recommend
99
``conda`` users install from the ``conda-forge`` channel instead (see
1010
:ref:`installation`).
1111

1212

13-
Deprecations
14-
~~~~~~~~~~~~
15-
16-
1713
Enhancements
1814
~~~~~~~~~~~~
19-
* Added the optional `string_factor` parameter to
20-
:py:func:`pvlib.snow.loss_townsend` (:issue:`1636`, :pull:`1653`)
15+
* Added the optional ``string_factor`` parameter to
16+
:py:func:`pvlib.snow.loss_townsend`. (:issue:`1636`, :pull:`1653`)
2117
* Added optional ``n_ar`` parameter to :py:func:`pvlib.iam.physical` to
2218
support an anti-reflective coating. (:issue:`1501`, :pull:`1616`)
2319
* :py:func:`~pvlib.irradiance.boland` is another diffuse fraction, DF,
@@ -45,39 +41,38 @@ Enhancements
4541
Bug fixes
4642
~~~~~~~~~
4743
* Added a limit to :py:func:`pvlib.snow.loss_townsend` to guard against
48-
incorrect loss results for systems that are near the ground (:issue:`1636`,
44+
incorrect loss results for systems that are near the ground. (:issue:`1636`,
4945
:pull:`1653`)
50-
* Fixed incorrect mapping of requested parameters names when using the ``get_psm3``
51-
function. Also fixed the random reordering of the dataframe columns.
46+
* Fixed incorrect mapping of requested parameters names when using
47+
:py:func:`pvlib.iotools.get_psm3`.
48+
Also fixed the random reordering of the dataframe columns.
5249
(:issue:`1629`, :issue:`1647`, :pull:`1648`)
5350
* When using ``utc_time_range`` with :py:func:`pvlib.iotools.read_ecmwf_macc`,
5451
the time index subset is now selected with ``nearest`` instead of ``before``
5552
and ``after`` for consistency with ``cftime>=1.6.0``. (:issue:`1609`, :pull:`1656`)
5653
* :py:func:`~pvlib.ivtools.sdm.pvsyst_temperature_coeff` no longer raises
57-
a scipy deprecation warning (and is slightly more accurate) (:issue:`1644`, :pull:`1674`)
58-
54+
a scipy deprecation warning (and is slightly more accurate). (:issue:`1644`, :pull:`1674`)
5955

6056
Testing
6157
~~~~~~~
6258
* Added Python 3.11 to test suite. (:pull:`1582`)
6359
* Updated PSM3 test data files to match the new version 3.2.2 data returned
64-
by the PSM3 API (:issue:`1591`, :pull:`1652`)
60+
by the PSM3 API. (:issue:`1591`, :pull:`1652`)
6561
* Testing :py:func:`pvlib.pvsystem.singlediode`, :py:func:`pvlib.pvsystem.v_from_i`,
6662
and :py:func:`pvlib.pvsystem.i_from_v` against precisely generated IV curve data.
6763
(:issue:`411`, :pull:`1573`)
6864

69-
7065
Documentation
7166
~~~~~~~~~~~~~
7267
* Remove LGTM.com integration. (:issue:`1550`, :pull:`1651`)
7368

7469
Benchmarking
7570
~~~~~~~~~~~~~
76-
* Added benchmarks for :py:mod:`pvlib.bifacial.infinite_sheds` (:pull:`1627`)
71+
* Added benchmarks for :py:mod:`pvlib.bifacial.infinite_sheds`. (:pull:`1627`)
7772

7873
Requirements
7974
~~~~~~~~~~~~
80-
* Removed unnecessary ``nose`` test requirement (:pull:`1637`)
75+
* Removed unnecessary ``nose`` test requirement. (:pull:`1637`)
8176

8277
Contributors
8378
~~~~~~~~~~~~
@@ -95,3 +90,5 @@ Contributors
9590
* Areeba Turabi (:ghuser:`aturabi`)
9691
* Mark Campanelli (:ghuser:`markcampanelli`)
9792
* Taos Transue (:ghuser:`reepoi`)
93+
* Tim Townsend
94+
* Tom Arjannikov (:ghuser:`Arjannikov`)
+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
.. _whatsnew_0960:
2+
3+
4+
v0.9.6 (Anticipated June 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+

0 commit comments

Comments
 (0)