@@ -127,7 +127,7 @@ Enhancements
127127 for retrieving and reading BSRN solar radiation data files.
128128 (:pull: `1254 `, :pull: `1145 `, :issue: `1015 `)
129129* Add :func: `~pvlib.iotools.get_cams `,
130- :func: `~pvlib.iotools.parse_cams `, and
130+ :func: `~pvlib.iotools.parse_cams `, and
131131 :func: `~pvlib.iotools.read_cams `
132132 for retrieving, parsing, and reading CAMS Radiation and McClear time-series
133133 files. (:pull: `1175 `)
@@ -179,9 +179,9 @@ Enhancements
179179Bug fixes
180180~~~~~~~~~
181181* 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
185185 conditions.
186186 (:issue: `1238 `, :pull: `1239 `)
187187* Pass weather data to solar position calculations in
@@ -205,7 +205,9 @@ Bug fixes
205205* Changed deprecated use of ``.astype() `` to ``.view() `` in :py:mod: `~pvlib.solarposition `.
206206 (:pull: `1256 `, :issue: `1261 `, :pull: `1262 `)
207207* 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 `)
209211
210212Testing
211213~~~~~~~
0 commit comments