11.. _whatsnew_0950 :
22
33
4- v0.9.5 (anticipated March 2023)
5- -------------------------------
4+ v0.9.5 (March 18, 2023)
5+ -----------------------
66
77Starting with this version, new releases are no longer distributed through
88the ``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-
1713Enhancements
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
4541Bug 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
6056Testing
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-
7065Documentation
7166~~~~~~~~~~~~~
7267* Remove LGTM.com integration. (:issue: `1550 `, :pull: `1651 `)
7368
7469Benchmarking
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
7873Requirements
7974~~~~~~~~~~~~
80- * Removed unnecessary ``nose `` test requirement (:pull: `1637 `)
75+ * Removed unnecessary ``nose `` test requirement. (:pull: `1637 `)
8176
8277Contributors
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 `)
0 commit comments