1
1
.. _whatsnew_0950 :
2
2
3
3
4
- v0.9.5 (anticipated March 2023)
5
- -------------------------------
4
+ v0.9.5 (March 18, 2023)
5
+ -----------------------
6
6
7
7
Starting with this version, new releases are no longer distributed through
8
8
the ``pvlib `` `conda channel <https://anaconda.org/pvlib/pvlib >`_. We recommend
9
9
``conda `` users install from the ``conda-forge `` channel instead (see
10
10
:ref: `installation `).
11
11
12
12
13
- Deprecations
14
- ~~~~~~~~~~~~
15
-
16
-
17
13
Enhancements
18
14
~~~~~~~~~~~~
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 `)
21
17
* Added optional ``n_ar `` parameter to :py:func: `pvlib.iam.physical ` to
22
18
support an anti-reflective coating. (:issue: `1501 `, :pull: `1616 `)
23
19
* :py:func: `~pvlib.irradiance.boland ` is another diffuse fraction, DF,
@@ -45,39 +41,38 @@ Enhancements
45
41
Bug fixes
46
42
~~~~~~~~~
47
43
* 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 `,
49
45
: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.
52
49
(:issue: `1629 `, :issue: `1647 `, :pull: `1648 `)
53
50
* When using ``utc_time_range `` with :py:func: `pvlib.iotools.read_ecmwf_macc `,
54
51
the time index subset is now selected with ``nearest `` instead of ``before ``
55
52
and ``after `` for consistency with ``cftime>=1.6.0 ``. (:issue: `1609 `, :pull: `1656 `)
56
53
* :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 `)
59
55
60
56
Testing
61
57
~~~~~~~
62
58
* Added Python 3.11 to test suite. (:pull: `1582 `)
63
59
* 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 `)
65
61
* Testing :py:func: `pvlib.pvsystem.singlediode `, :py:func: `pvlib.pvsystem.v_from_i `,
66
62
and :py:func: `pvlib.pvsystem.i_from_v ` against precisely generated IV curve data.
67
63
(:issue: `411 `, :pull: `1573 `)
68
64
69
-
70
65
Documentation
71
66
~~~~~~~~~~~~~
72
67
* Remove LGTM.com integration. (:issue: `1550 `, :pull: `1651 `)
73
68
74
69
Benchmarking
75
70
~~~~~~~~~~~~~
76
- * Added benchmarks for :py:mod: `pvlib.bifacial.infinite_sheds ` (:pull: `1627 `)
71
+ * Added benchmarks for :py:mod: `pvlib.bifacial.infinite_sheds `. (:pull: `1627 `)
77
72
78
73
Requirements
79
74
~~~~~~~~~~~~
80
- * Removed unnecessary ``nose `` test requirement (:pull: `1637 `)
75
+ * Removed unnecessary ``nose `` test requirement. (:pull: `1637 `)
81
76
82
77
Contributors
83
78
~~~~~~~~~~~~
@@ -95,3 +90,5 @@ Contributors
95
90
* Areeba Turabi (:ghuser: `aturabi `)
96
91
* Mark Campanelli (:ghuser: `markcampanelli `)
97
92
* Taos Transue (:ghuser: `reepoi `)
93
+ * Tim Townsend
94
+ * Tom Arjannikov (:ghuser: `Arjannikov `)
0 commit comments