Skip to content

Releases: aeon-toolkit/aeon

aeon v0.5.0

05 Oct 12:40
c0139b2
Compare
Choose a tag to compare

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. It is likely a deprecation policy will be implemented and enforced starting v0.6.0, however.

Highlights

  • New distance measures with ADTW and ShapeDTW (@chrisholder, @hadifawaz1999)
  • Multiple new functions in the benchmarking module for creating figures i.e. Critical difference diagrams (@dguijo)
  • New example notebooks and tidied versions of existing ones
  • Lots of new bugfixes and testing to keep our estimators bug free (as much as possible at least)!

New Contributors

All Contributors

@chrisholder, @dguijo, @hadifawaz1999, @haskarb, @hedeershowk, @kevinlu1248, @kgmuzungu, @MatthewMiddlehurst, @patrickzib, @steenrotsman, @sylvaincom, @TonyBagnall

Full Changelog: v0.4.0...v0.5.0

aeon v0.4.0

29 Jul 11:02
902ee00
Compare
Choose a tag to compare

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

aeon v0.3.0

10 Jun 10:52
4248080
Compare
Choose a tag to compare

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

  • An interface to the MrSQM algorithm has been added to the classification module.
  • k-NN estimators and the Elastic Ensemble classifier now support unequal length series.
  • The SAX transformation has been refactored to improve performance.
  • A new collection transformer base class has been added to the transformations module for more efficient transformation using collections of time series.
  • A rework of the benchmarking module has begun, starting with the introduction of functionality from kotsu

New Contributors

All Contributors

@chrisholder, @DBCerigo, @GuiArcencio, @hadifawaz1999, @MatthewMiddlehurst, @RafaAyGar, @TonyBagnall

Full Changelog: v0.2.0...v0.3.0

aeon v0.2.0

12 May 15:58
fe6cd12
Compare
Choose a tag to compare

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

  • aeon now supports Python 3.11!
  • New estimators are available in the regression package, including InceptionTime (@hadifawaz1999) and FreshPRINCE (@dguijo)
  • The distances module has been reworked, and the distances available are now faster (@chrisholder)
  • The RandomDilatedShapeletTransform for collections of series is now available (@baraline)
  • The 'Getting Started' page on the documentation has been rewritten with clearer introductions to each module

New Contributors

All Contributors

@baraline, @chrisholder, @dguijo, @GuiArcencio, @GuzalBulatova, @hadifawaz1999, @lmmentel, @MatthewMiddlehurst, @TonyBagnall

Full Changelog: v0.1.0...v0.2.0

aeon v0.1.0

14 Apr 11:03
ee7fad1
Compare
Choose a tag to compare

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

  • aeon is now available on PyPI!
  • pandas 2 support is available for core functionality
  • Deep learning approaches in the classification module have been reworked and are more configurable
  • New estimators for classification in Inception Time (@hadifawaz1999) and WEASEL 2.0 (@patrickzib)
  • Improved transformers for selecting channels of multivariate time series (@haskarb)

New Contributors

All Contributors

@aiwalter, @chrisholder, @GuiArcencio, @hadifawaz1999, @haskarb, @lmmentel, @MatthewMiddlehurst, @patrickzib, @scorcism, @TonyBagnall

Full Changelog: sktime-v0.16.0...v0.1.0

aeon v0.1.0rc0

18 Mar 12:18
5178d35
Compare
Choose a tag to compare
aeon v0.1.0rc0 Pre-release
Pre-release

This is an early pre-release of aeon.

This is mainly for testing purposes, a full changelog of changes from sktime v0.16.0 will be provided in a later version or the release proper.

To install aeon pre-releases from PyPI, use:

python -m pip install --pre aeon
Auto generated changelog:

What's Changed

🚀 Features

🐛 Bug Fixes

Other Changes

Full Changelog: sktime-v0.16.0...v0.1.0rc0

New Contributors

Read more

sktime v0.16.0 (pre-fork)

03 Feb 10:10
4dd1b3b
Compare
Choose a tag to compare

Final pre-fork release. Subsequent releases will deviate from the original sktime repository, with the first release having breaking changes.

(see also https://github.com/sktime/sktime/releases/tag/v0.16.0)