Skip to content

Releases: aeon-toolkit/aeon

aeon v0.11.1

07 Sep 12:18
c313c4b
Compare
Choose a tag to compare

See our changelog to view all changes for this release.

This release will be the last 0.X minor release. Other than patches, the next release will be 1.0.0 which contains a large amount of framework changes.

Highlights

  • STOMP anomaly detector
  • QUANT regressor
  • Series search for similarity search module
  • Piecewise Linear Approximation (PLA) collection transform

New Contributors

All Contributors

@baraline, @CodeLionX, @Cyril-Meyer, @dguijo, @IRKnyazev, @MatthewMiddlehurst, @Moonzyyy, @TonyBagnall, @wenig

Full Changelog: v0.11.0...v0.11.1

aeon v0.11.0

21 Aug 11:37
75e8ef5
Compare
Choose a tag to compare

See our changelog to view all changes for this release.

This release will be the last 0.X minor release. Other than patches, the next release will be 1.0.0 which contains a large amount of framework changes.

Highlights

  • Added Proximity Forest classifier
  • Added a composable ensemble for classification and regression
  • New deep learning networks in AEBiGRUNetwork, AEDRNNNetwork and AEAttentionBiGRUNetwork
  • Lots of bug and documentation fixes

New Contributors

All Contributors

@aadya940, @aryanpola, @baraline, @chrisholder, @CodeLionX, @Cyril-Meyer, @Datadote, @dguijo, @ghost, @hadifawaz1999, @harshithasudhakar, @IRKnyazev, @itsdivya1309, @MatthewMiddlehurst, @Moonzyyy, @PatriceJada, @phershbe, @Sharathchenna, @TonyBagnall

Full Changelog: v0.10.0...v0.11.0

aeon v0.10.0

11 Jul 09:34
0ab30bf
Compare
Choose a tag to compare

See our changelog to view all changes for this release.

Highlights

  • Dropped support for Python 3.8
  • Announcement of deprecations for v1.0.0, includes removal and rework of the current forecasting and transformation frameworks
  • New anomaly detection methods: DWT-MLEAD, K-Means, and an adapter for PyOD
  • New data loaders for anomaly detection and segmentation benchmark archives
  • New Proximity Tree classifier using aeon distances, Proximity Forest to follow.*
  • New feature-based and dummy clusterers
  • New FLUSS and BinSeg segmenters
  • Addition of visualisation tools for shapelets

New Contributors

All Contributors

@aadya940, @Abhash297, @adm-unl, @baraline, @chrisholder, @CodeLionX, @ermshaua, @futuer-szd, @hadifawaz1999, @itsdivya1309, @MatthewMiddlehurst, @Moonzyyy, @patrickzib, @TonyBagnall, @zy18811

Full Changelog: v0.9.0...v0.10.0

aeon v0.9.0

31 May 18:59
708db2e
Compare
Choose a tag to compare

See our changelog to view all changes for this release.

Highlights

  • New anomaly detection base class and MERLIN anomaly detector
  • Implementation for the RSAST classifier
  • Fixes for pipelines and new clustering and collection transformer pipeline classes
  • Improved model loading ability for deep learning modules
  • Large number of deprecations as we port transformations over to a new interface

New Contributors

All Contributors

@aadya940, @AnonymousCodes911, @baraline, @chrisholder, @CodeLionX, @hadifawaz1999, @itsdivya1309, @jasonmokk, @MatthewMiddlehurst, @maxwell1503, @nileenagp, @nirojasva, @TonyBagnall

Full Changelog: v0.8.1...v0.9.0

aeon v0.8.1

25 Apr 09:55
317f2a6
Compare
Choose a tag to compare

See our changelog to view all changes for this release.

Highlights

  • Mostly bug fixes, documentation improvements and new deprecations
  • Subgradient barycentre averaging is available for clustering

New Contributors

All Contributors

@aadya940, @AnonymousCodes911, @chrisholder, @CodeLionX, @hadifawaz1999, @harshithasudhakar, @itsdivya1309, @MatthewMiddlehurst, @TonyBagnall, @tvilight4, @vNtzYy

Full Changelog: v0.8.0...v0.8.1

aeon v0.8.0

05 Apr 10:10
5f8974f
Compare
Choose a tag to compare

See our changelog to view all changes for this release.

Highlights

  • Deprecations from 0.7.0 have been removed, see the package deprecation sections for more details
  • typing-extensions has been added as a core dependency
  • The following deep learners are now available for regression: IndividualLITERegressor, LITETimeRegressor and EncoderRegressor
  • The HydraRegressor and MultiRocketHydraRegressor algorithms have been implemented for regression module
  • A wrapper for the tslearn LearningShapelets classifier has been added
  • Support for unequal length in pairwise distance calculation for the SBD and MSM distances is now available, this will be expanded to other distances in time

New Contributors

All Contributors

@aadya940, @AnonymousCodes911, @chrisholder, @CodeLionX, @hadifawaz1999, @harshithasudhakar, @itsdivya1309, @MatthewMiddlehurst, @TonyBagnall, @tvilight4, @vNtzYy

Full Changelog: v0.7.1...v0.8.0

aeon v0.7.1

04 Mar 18:44
4a58c4d
Compare
Choose a tag to compare

See our changelog to view all changes for this release.

Highlights

  • Adds the RIST, Hydra, MR-Hydra and QUANT classifiers
  • Adds the above for regression also, as well as MLPRegressor, RDSTRegressor and simple feature-based regressors
  • Adds the SBD distance
  • Website updates and improvements, including advertisement for GSoC 2024!

New Contributors

All Contributors

@aadya940, @AnonymousCodes911, @baraline, @chrisholder, @CodeLionX, @hadifawaz1999, @itsdivya1309, @MatthewMiddlehurst, @nimanzik, @Raya679, @TonyBagnall, @Vedant222

Full Changelog: v0.7.0...v0.7.1

aeon v0.7.0

09 Feb 10:57
e68231e
Compare
Choose a tag to compare

See our changelog to view all changes for this release.

Highlights

  • Implementations of the SASTTransformer and SASTClassifier
  • fit_predict/fit_predict_proba methods in BaseClassifier for (sensibly) estimating accuracy on train data
  • ResNet based auto-encoder to deep learning clustering module
  • Introducing BaseSegmenter for segmentation module
  • Python 3.12 is now available!
  • Various additions, documentation updates, and implementations for the visualisation module
  • Many deprecations of old and unmaintained functionality (if you wish to help maintaining these, please get in touch!)

New Contributors

All Contributors

@andregdmitri, @baraline, @dguijo, @frankl1, @hadifawaz1999, @hedeershowk, @jose-gilberto, @julu98, @MatthewMiddlehurst, @patrickzib, @TonyBagnall, @xiaopu222, @zy18811

Full Changelog: v0.6.0...v0.7.0

aeon v0.6.0

12 Dec 13:26
8fe7cf3
Compare
Choose a tag to compare

See our changelog to view all changes for this release.

Highlights

  • A deprecation policy is now in place for aeon and its subpackages.
  • New classification algorithms are available in RED CoMETS and LITETime.
  • A clustering subpackage for deep learning clustering has been added.
  • A new experimental similarity search subpackage has been added, and the annotation module has been split into segmentation and anomaly detection.
  • Minkowski distance has been added to distances.
  • Lots of small improvements and bug fixes!

New Contributors

All Contributors

@akshatvishu, @baraline, @chrisholder, @dguijo, @hadifawaz1999, @kevinlu1248, @MatthewMiddlehurst, @PaulRabich, @TonyBagnall, @wwzeng1, @xiaopu222, @zy18811

Full Changelog: v0.5.0...v0.6.0

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