Skip to content

Commit 73965c2

Browse files
authored
Finalize 0.9.3 (#1552)
* whatsnew cleanup * include 0.9.3 in whatsnew index * create empty 0.9.4 whatsnew template * sphinx fixes * release date += 1
1 parent ce7ddbc commit 73965c2

File tree

3 files changed

+42
-26
lines changed

3 files changed

+42
-26
lines changed

docs/sphinx/source/whatsnew.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ What's New
66

77
These are new features and improvements of note in each release.
88

9+
.. include:: whatsnew/v0.9.3.rst
910
.. include:: whatsnew/v0.9.2.rst
1011
.. include:: whatsnew/v0.9.1.rst
1112
.. include:: whatsnew/v0.9.0.rst

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

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
.. _whatsnew_0930:
22

3-
v0.9.3 (TBD)
4-
------------------------
5-
6-
Deprecations
7-
~~~~~~~~~~~~
8-
* Removed the kwarg ``closed`` from ``pd.date_range`` in the examples since it is deprecated for pandas >= 1.4.0. (:pull:`1540`)
3+
v0.9.3 (September 15, 2022)
4+
---------------------------
95

106
Enhancements
117
~~~~~~~~~~~~
@@ -17,34 +13,18 @@ Enhancements
1713
:py:func:`~pvlib.location.lookup_altitude`
1814
(:issue:`1516`, :pull:`1518`)
1915
* New module to calculate spectral mismatch from field spectral measurements
20-
:py:func:`~pvlib.spectrum.mismatch.get_example_spectral_response`
21-
:py:func:`~pvlib.spectrum.mismatch.get_am15g`
22-
:py:func:`~pvlib.spectrum.mismatch.calc_spectral_mismatch_field`
16+
:py:func:`~pvlib.spectrum.get_example_spectral_response`
17+
:py:func:`~pvlib.spectrum.get_am15g`
18+
:py:func:`~pvlib.spectrum.calc_spectral_mismatch_field`
2319
(:issue:`1523`, :pull:`1524`)
2420
* Added Townsend-Powers monthly snow loss model:
2521
:py:func:`pvlib.snow.loss_townsend`
2622
(:issue:`1246`, :pull:`1251`, :pull:`1468`)
2723

28-
Bug fixes
29-
~~~~~~~~~
30-
31-
32-
Testing
33-
~~~~~~~
34-
35-
3624
Documentation
3725
~~~~~~~~~~~~~
3826
* Clarified description of cross-axis slope in :py:mod:`pvlib.tracking` (:pull:`1530`)
39-
40-
41-
Benchmarking
42-
~~~~~~~~~~~~~
43-
44-
45-
Requirements
46-
~~~~~~~~~~~~
47-
27+
* Removed the kwarg ``closed`` from ``pd.date_range`` in the examples since it is deprecated for pandas >= 1.4.0. (:pull:`1540`)
4828

4929
Contributors
5030
~~~~~~~~~~~~
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
.. _whatsnew_0940:
2+
3+
v0.9.4 (TBD)
4+
------------------------
5+
6+
Deprecations
7+
~~~~~~~~~~~~
8+
9+
10+
Enhancements
11+
~~~~~~~~~~~~
12+
13+
14+
Bug fixes
15+
~~~~~~~~~
16+
17+
18+
Testing
19+
~~~~~~~
20+
21+
22+
Documentation
23+
~~~~~~~~~~~~~
24+
25+
26+
Benchmarking
27+
~~~~~~~~~~~~~
28+
29+
30+
Requirements
31+
~~~~~~~~~~~~
32+
33+
34+
Contributors
35+
~~~~~~~~~~~~

0 commit comments

Comments
 (0)