File tree 3 files changed +42
-26
lines changed 3 files changed +42
-26
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ What's New
6
6
7
7
These are new features and improvements of note in each release.
8
8
9
+ .. include :: whatsnew/v0.9.3.rst
9
10
.. include :: whatsnew/v0.9.2.rst
10
11
.. include :: whatsnew/v0.9.1.rst
11
12
.. include :: whatsnew/v0.9.0.rst
Original file line number Diff line number Diff line change 1
1
.. _whatsnew_0930 :
2
2
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
+ ---------------------------
9
5
10
6
Enhancements
11
7
~~~~~~~~~~~~
@@ -17,34 +13,18 @@ Enhancements
17
13
:py:func: `~pvlib.location.lookup_altitude `
18
14
(:issue: `1516 `, :pull: `1518 `)
19
15
* 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 `
23
19
(:issue: `1523 `, :pull: `1524 `)
24
20
* Added Townsend-Powers monthly snow loss model:
25
21
:py:func: `pvlib.snow.loss_townsend `
26
22
(:issue: `1246 `, :pull: `1251 `, :pull: `1468 `)
27
23
28
- Bug fixes
29
- ~~~~~~~~~
30
-
31
-
32
- Testing
33
- ~~~~~~~
34
-
35
-
36
24
Documentation
37
25
~~~~~~~~~~~~~
38
26
* 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 `)
48
28
49
29
Contributors
50
30
~~~~~~~~~~~~
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