diff --git a/docs/changelogs/v1.0.md b/docs/changelogs/v1.0.md index 9436fb74fe..ea79ef8db0 100644 --- a/docs/changelogs/v1.0.md +++ b/docs/changelogs/v1.0.md @@ -2,10 +2,29 @@ November 2024 -aeon 1.0.0 is our first major release! It is the result of nearly 5 years of development. -aeon has been the work of 254 contributors spread over 4691 pull requests. We want to +aeon 1.0.0 is our first major release. It contains a large number of new features +and removes a significant body of legacy code. We want to thank every contributor who has helped make this release possible. +This major release includes breaking changes that could not happen in a regular +minor release. This includes the removal of the old forecasting wrapper based code, +the datatypes module and the previous transformer module. Our focus now is on +writing more efficient code that is based on efficient array based bespoke +implementations. + +Highlights: + +- Introduction of a new experimental forecasting module. +- Restructuring and expansion of the clustering module, including deep learning + clustering. +- Explicit split of the transformation module into series transformers and collection + transformers. +- Extended anomaly detection module. +- Completely new testing suite. +- Enhanced visualisation tools. +- Improved documentation and examples. +- Introduction of more multivariate capable deep learning estimators. + ## Anomaly Detection ### Bug Fixes @@ -483,11 +502,6 @@ thank every contributor who has helped make this release possible. - [REF] Rename `BaseEstimator` to `BaseAeonEstimator` ({pr}`2162`) {user}`MatthewMiddlehurst` - [REF,ENH] Refactor test params/instance methods and disable `sklearn` metadata function creation ({pr}`2237`) {user}`MatthewMiddlehurst` -### Other - -- [DOC] Update .all-contributorsrc to add myself as a contributor ({pr}`2200`) {user}`alexbanwell1` -- [DOC] Seperated Notes and References ({pr}`2291`) {user}`aryanpola` - ## Contributors The following have contributed to this release through a collective 212 GitHub Pull Requests: