v0.10.0

July 2024

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 (@SebastianSchmidl)

  • New data loaders for anomaly detection and segmentation benchmark archives (@SebastianSchmidl, @ermshaua)

  • New Proximity Tree classifier using aeon distances, Proximity Forest to follow. (@itsdivya1309)

  • New feature-based and dummy clusterers (@MatthewMiddlehurst, @aadya940)

  • New FLUSS and BinSeg segmenters (@patrickzib)

  • Addition of visualisation tools for shapelets (@baraline)

Anomaly Detection

Documentation

Enhancements

Classification

Bug Fixes

  • [BUG] Fixing wrong output activation in MLPClassifier (#1597) @hadifawaz1999

  • [ENH,BUG] LearnedShapelets interfaced functions (#1687) @TonyBagnall

  • [BUG] Adding modelcheckpoint callback by default to deep learners when user chooses their own callbacks list (#1763) @hadifawaz1999

  • [BUG] Store n_timepoints and n_channels in fit to check in transform (#1758) @TonyBagnall

Deprecation

  • [DEP] Rocket,RotationForest and FreshPrince deprecations (plus a bug fix) (#1648) @TonyBagnall

Documentation

Enhancements

Clustering

Bug Fixes

Documentation

Enhancements

Datasets

Bug Fixes

Enhancements

  • [ENH] Loader for TimeEval (anomaly detection) datasets (#1588) @SebastianSchmidl

  • [ENH] Time Series Segmentation Benchmark + Human Activity Segmentation Challenge data loaders (#1755) @ermshaua

Maintenance

Distances

Bug Fixes

Enhancements

Forecasting

WARNING: The current forecasting framework is being removed in v1.0.0. To be replaced with a new framework. See the index page for more information.

Bug Fixes

Networks

Deprecation

Maintenance

Regression

Bug Fixes

  • [BUG] Remove squaring distances in KNN regression (#1697) @TonyBagnall

  • [BUG] Adding modelcheckpoint callback by default to deep learners when user chooses their own callbacks list (#1763) @hadifawaz1999

Deprecation

  • [DEP] Rocket,RotationForest and FreshPrince deprecations (plus a bug fix) (#1648) @TonyBagnall

Documentation

Enhancements

Segmentation

Enhancements

  • [ENH] axis=1 function default and removal of axis class default for series transformation and segmentation (#1625) @MatthewMiddlehurst

  • [ENH] Add FLUSS segmenter from stumpy (#1693) @patrickzib

  • [ENH] ClaSP: Adds parallelization for distance computations and numbarize function calls (#1692) @patrickzib

  • [ENH] Adds BinSeg Segmenter from Ruptures library (#1694) @patrickzib

  • [ENH] Time Series Segmentation Benchmark + Human Activity Segmentation Challenge data loaders (#1755) @ermshaua

Transformations

WARNING: The current BaseTransformer framework is being removed in v1.0.0. To be replaced with individual frameworks for collection and series transformations. See the index page for more information.

Bug Fixes

Deprecation

Documentation

Enhancements

Unit Testing

Bug Fixes

Deprecation

Enhancements

Maintenance

Refactored

Visualisations

Enhancements

Other

Bug Fixes

Deprecation

Documentation

Maintenance

Other

Contributors

The following have contributed to this release through a collective 107 GitHub Pull Requests:

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