Skip to content

Latest commit

 

History

History
120 lines (109 loc) · 6.17 KB

File metadata and controls

120 lines (109 loc) · 6.17 KB
.. py:currentmodule:: solarforecastarbiter

1.0.0rc4 (October 29, 2020)

This is the fourth 1.0 release candidate.

API Changes

Enhancements

Bug fixes

  • Night time validation flag for non-instantaneous data is now calculated based on the percentage of night time points in the interval, rather than the night time flag at the interval label. (:issue:`577`, :pull:`579`)
  • Irradiance limit flags and clear sky exceeded flag for non-instantaneous data now use average solar position over the interval, rather than the solar position at the interval label. (:pull:`579`)
  • Filtering on flags such as NIGHTTIME may now be applied after resampling so that interval averages are still calculated correctly. (:issue:`556`, :pull:`580`)
  • Allow for scaling of x axis tick frequency on report metric plots to avoid crowding for date category. (:issue:`578`) (:pull:`581`)
  • Fix spacing of plot titles to avoid long names running out of container and Plotly toolbar overlap. (:issue:`577`) (:pull:`581`)
  • Dynamically calculate plot height to avoid truncating long forecast names in total metric plots. (:issue:`576`) (:pull:`581`) (:pull:`582`)
  • Fix GEFS file fetching for upgraded model (:issue:`544`) (:pull:`584`)
  • Fixed issue with overlapping table entries for report metric, validation, and preprocessing tables. Tables are now horizontally scrollable to avoid overlap of columns. (:issue:`418`) (:pull:`588`)
  • Fixed bug causing KeyError to be raised when computing an aggregate outside an included observation's effective_from and effective_until. (:issue:`587`)(:pull:`590`)
  • Fixed bug in process management when fetching NWP files which caused the script to hang indefinitely if a process were killed by the OS (:issue:`343`) (:pull:`594`)
  • Stop errors generated in the report process from being sent to sentry (:issue:`329`) (:pull:`597`)
  • Avoid stacking of forecasts errors in the Total plots in reports and show the full forecast name on hover (:issue:`463`) (:pull:`599`)

Contributors