diff --git a/docs/changelogs/v0.10.md b/docs/changelogs/v0.10.md index bd807cf10e..31dbe01f27 100644 --- a/docs/changelogs/v0.10.md +++ b/docs/changelogs/v0.10.md @@ -4,7 +4,14 @@ July 2024 ## Highlights -- todo +- 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 ({user}`CodeLionX`) +- New data loaders for anomaly detection and segmentation benchmark archives ({user}`CodeLionX`, {user}`ermshaua`) +- New Proximity Tree classifier using aeon distances, Proximity Forest to follow. ({user}`itsdivya1309`) +- New feature-based and dummy clusterers ({user}`MatthewMiddlehurst`, {user}`aadya940`) +- New FLUSS and BinSeg segmenters ({user}`patrickzib`) +- Addition of visualisation tools for shapelets ({user}`baraline`) ## Anomaly Detection