v0.4.0
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 withtarget_delta_t > 0
now returnPrediction
objects withinit_time
andlead_time
dimensions with atime
(valid time) coordinate, rather than a singletime
dimension (which used to correspond to forecast initialisation time).
Full Changelog: v0.3.8...v0.4.0