@@ -127,7 +127,7 @@ Enhancements
127
127
for retrieving and reading BSRN solar radiation data files.
128
128
(:pull: `1254 `, :pull: `1145 `, :issue: `1015 `)
129
129
* Add :func: `~pvlib.iotools.get_cams `,
130
- :func: `~pvlib.iotools.parse_cams `, and
130
+ :func: `~pvlib.iotools.parse_cams `, and
131
131
:func: `~pvlib.iotools.read_cams `
132
132
for retrieving, parsing, and reading CAMS Radiation and McClear time-series
133
133
files. (:pull: `1175 `)
@@ -179,9 +179,9 @@ Enhancements
179
179
Bug fixes
180
180
~~~~~~~~~
181
181
* Corrected an error in :py:func: `~pvlib.irradiance.perez ` where the horizon
182
- irradiance component was prevented from taking negative values. Negative
183
- values are intentional according to the original publication. Changes in
184
- output are expected to be small and primarily occur at low irradiance
182
+ irradiance component was prevented from taking negative values. Negative
183
+ values are intentional according to the original publication. Changes in
184
+ output are expected to be small and primarily occur at low irradiance
185
185
conditions.
186
186
(:issue: `1238 `, :pull: `1239 `)
187
187
* Pass weather data to solar position calculations in
@@ -205,7 +205,9 @@ Bug fixes
205
205
* Changed deprecated use of ``.astype() `` to ``.view() `` in :py:mod: `~pvlib.solarposition `.
206
206
(:pull: `1256 `, :issue: `1261 `, :pull: `1262 `)
207
207
* Fix :py:func: `~pvlib.tracking.singleaxis ` AOI wrong when sun behind module.
208
- (:pull: `1273 `, :issue: `1221 `)
208
+ (:pull: `1273 `, :issue: `1221 `)
209
+ * Fix :py:meth: `~pvlib.forecast.ForecastModel.get_data ` failure to correct for
210
+ non-UTC timezones. (:issue: `1237 `, :pull: `1285 `)
209
211
210
212
Testing
211
213
~~~~~~~
0 commit comments