Skip to content

v0.4.0

Compare
Choose a tag to compare
@tom-andersson tom-andersson released this 20 Oct 17:10
· 26 commits to main since this release

What's Changed

  • Fix forecasting lead times and improve forecasting functionality by @tom-andersson in #132
  • Fix astype in coordinates matching when sampling data frames by @acocac in #126

Breaking changes

  • model.predict for models trained with target_delta_t > 0 now return Prediction objects with init_time and lead_time dimensions with a time (valid time) coordinate, rather than a single time dimension (which used to correspond to forecast initialisation time).

Full Changelog: v0.3.8...v0.4.0