Skip to content

aeon v0.4.0

Compare
Choose a tag to compare
@MatthewMiddlehurst MatthewMiddlehurst released this 29 Jul 11:02
· 1183 commits to main since this release
902ee00

See our changelog to view all changes for this release.

Following this release the deprecation policy remains suspended. Future releases may have breaking changes, so it may be wise to set an upper bound on the package version.

Highlights

  • Data downloading functions for popular classification, regression and forecasting archives are now available
  • Implementations for the RSTSF interval-based and the RDST shapelet-based classifiers have been added to the classification module
  • Time series adaptations for the PAM, CLARA, CLARANS clustering algorithms have been added to the clustering module
  • The interval-based forests in the classification module have been reworked to use a new base class, including speed-ups and also allowing the implementation of regression versions (RISERegressor, CIFRegressor and DrCIFRegressor)
  • ResNet and FCN deep learning regressors are now available
  • Large portions of the website documentation have been overhauled, including the examples page and introduction notebooks for data types and data loading

All Contributors

@baraline, @chrisholder, @hadifawaz1999, @MatthewMiddlehurst, @TonyBagnall

Full Changelog: v0.3.0...v0.4.0