File tree Expand file tree Collapse file tree 3 files changed +42
-26
lines changed Expand file tree Collapse file tree 3 files changed +42
-26
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ What's New
66
77These 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
Original file line number Diff line number Diff line change 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
106Enhancements
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-
3624Documentation
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
4929Contributors
5030~~~~~~~~~~~~
Original file line number Diff line number Diff line change 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+ ~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments