Skip to content

Releases: sktime/pytorch-forecasting

Improving tests

23 Aug 17:07
72e687b
Compare
Choose a tag to compare
  • Add tests for MacOS
  • Automatic releases
  • Coverage reporting

Patch release

23 Aug 11:18
a3fbb80
Compare
Choose a tag to compare

This release improves robustness of the code.

Fixing bug across code, in particularly

  • Ensuring that code works on GPUs
  • Adding tests for models, dataset and normalisers
  • Test using GitHub Actions (tests on GPU are still missing)

Extend documentation by improving docstrings and adding two tutorials.

Improving default arguments for TimeSeriesDataSet to avoid surprises

Minor release

16 Aug 21:05
b9758be
Compare
Choose a tag to compare

Minor release

Added

  • Basic tests for data and model (mostly integration tests)
  • Automatic target normalization
  • Improved visualization and logging of temporal fusion transformer
  • Model bugfixes and performance improvements for temporal fusion transformer

Modified

  • Metrics are reduced to calculating loss. Target transformations are done by new target transformer