@@ -84,7 +84,7 @@ API Changes
84
84
85
85
* Changes related to spectral modifier (:issue: `782 `):
86
86
* Changes to functions
87
- - Added the argument `pw_min ` and `pw_max `, default values 0.1 and 8 resp.,
87
+ - Added the argument `pw_min ` and `pw_max `, default values 0.1 and 8 resp.,
88
88
to `atmosphere.first_solar_spectral_correction `. This function now returns NaN
89
89
if pw value higher than `pw_max `.
90
90
@@ -101,6 +101,9 @@ API Changes
101
101
argument for capability during the deprecation period.
102
102
* Parameter `pvsystem.DC_MODEL_PARAMS ` is renamed to `pvsystem._DC_MODEL_PARAMS `.
103
103
Users should not rely on this dictionary's existence or structure.
104
+ * :py:func: `pvlib.iotools.midc.read_midc ` now passes additional keyword
105
+ arguments to `pandas.read_csv `
106
+ * Add `timeout ` argument to :py:func: `pvlib.iotools.midc.read_midc_raw_data_from_nrel `
104
107
105
108
Enhancements
106
109
~~~~~~~~~~~~
@@ -133,6 +136,8 @@ Bug fixes
133
136
longitude or latitude degree to an index number in a Linke turbidity lookup
134
137
table. Also rename the function to `clearsky._degrees_to_index `.
135
138
(:issue: `754 `)
139
+ * Fix reading raw MIDC CSV files from NREL where the number of header
140
+ columns does not match the number of data columns.
136
141
137
142
Testing
138
143
~~~~~~~
@@ -152,7 +157,7 @@ Documentation
152
157
* Edited docstring for `pvsystem.sapm ` to remove DataFrame option for input
153
158
`module `. The DataFrame option was never tested and would cause an error if
154
159
used. (:issue: `785 `)
155
- * Note warning about _TMY3.epw files retrieved from energyplus.net in docstring
160
+ * Note warning about _TMY3.epw files retrieved from energyplus.net in docstring
156
161
of `epw.read_epw `
157
162
158
163
Removal of prior version deprecations
@@ -180,3 +185,4 @@ Contributors
180
185
* Miguel Sánchez de León Peque (:ghuser: `Peque `)
181
186
* Tanguy Lunel (:ghuser: `tylunel `)
182
187
* Veronica Guo (:ghuser: `veronicaguo `)
188
+ * Tony Lorenzo (:ghuser: `alorenzo175 `)
0 commit comments