Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBagnall committed Nov 27, 2024
1 parent a9ad415 commit 4c5a083
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions docs/changelogs/v1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4c5a083

Please sign in to comment.