File tree 2 files changed +97
-86
lines changed
docs/sphinx/source/whatsnew
2 files changed +97
-86
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ API Changes
12
12
13
13
* Renamed ``series_modules`` to ``modules_per_string`` and
14
14
``parallel_modules`` to ``strings_per_inverter``. (:issue:`176`)
15
+ * Changed two of the TMY3 data reader fields for consistency with
16
+ the rest of the fields and with PVLIB MATLAB. Changed
17
+ 'PresWth source' to 'PresWthSource', and 'PresWth uncert' to
18
+ 'PresWthUncertainty'. (:issue:`193`)
15
19
16
20
17
21
Enhancements
@@ -48,6 +52,7 @@ Bug fixes
48
52
(:issue:`191`)
49
53
50
54
55
+
51
56
Documentation
52
57
~~~~~~~~~~~~~
53
58
@@ -60,6 +65,8 @@ Documentation
60
65
(:issue:`182`)
61
66
* Change authors to *PVLIB Python Developers* and clean up setup.py.
62
67
(:issue:`184`)
68
+ * Document the PresWth, PresWthSource, and PresWthUncertainty fields in
69
+ the TMY3 data reader. (:issue:`193`)
63
70
64
71
65
72
Other
You can’t perform that action at this time.
0 commit comments