Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Updates the requirements on aeon to permit the latest version.

Release notes

Sourced from aeon's releases.

aeon v1.3.0

See our changelog to view all changes for this release.

Highlights

  • A massive update to the forecasting module and its framework. New forecasters include ARIMA/AutoARIMA, SETAR-Tree/Forest, Theta, TAR/SETAR, and deep learners. Thank you to all contributors including our GSoC 2024 students!
  • The shapelet transform and extending algorithms now accept unequal length series and have had a massive speed-up
  • KNN and KMeans algorithms now have n_jobs support for multithreading
  • A download function for the RehabPile dataset collection has been implemented
  • An implementation of ESMOTE for imbalanced classification problems has been added to the collection transformers module
  • The Time Mixup Contrastive Learning (TimeMCL) algorithm has been added to the self supervised module housed in the transformations package

New Contributors

All Contributors

@​alexbanwell1, @​angus924, @​aryanpola, @​baraline, @​chrisholder, @​CodeFor2001, @​hadifawaz1999, @​inclinedadarsh, @​Kaustbh, @​kavya-r30, @​LinGinQiu, @​lucifer4073, @​MatthewMiddlehurst, @​OutragedOctopus, @​PipaFlores, @​Ramana-Raja, @​sarthakuwar, @​shinymack, @​TinaJin0228, @​TonyBagnall, @​yarikoptic

Full Changelog: aeon-toolkit/aeon@v1.2.0...v1.3.0

Changelog

Sourced from aeon's changelog.

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and we adhere to Semantic Versioning. The source code for all releases is available on GitHub.

To stay up to date with aeon releases, subscribe to aeon here or follow us on LinkedIn.

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

📚 Documentation preview 📚: https://torchmetrics--3265.org.readthedocs.build/en/3265/

Updates the requirements on [aeon](https://github.com/aeon-toolkit/aeon) to permit the latest version.
- [Release notes](https://github.com/aeon-toolkit/aeon/releases)
- [Changelog](https://github.com/aeon-toolkit/aeon/blob/main/docs/changelog.md)
- [Commits](aeon-toolkit/aeon@v1.0.0...v1.3.0)

---
updated-dependencies:
- dependency-name: aeon
  dependency-version: 1.3.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the test / CI testing or CI label Sep 15, 2025
@dependabot dependabot bot added the test / CI testing or CI label Sep 15, 2025
@mergify mergify bot added the ready label Sep 16, 2025
@Borda
Copy link
Collaborator

Borda commented Sep 17, 2025

@dependabot rebase

Copy link

codecov bot commented Sep 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37%. Comparing base (122a852) to head (0d9e02b).

❌ Your project check has failed because the head coverage (37%) is below the target coverage (95%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #3265    +/-   ##
=======================================
- Coverage      37%     37%    -1%     
=======================================
  Files         364     349    -15     
  Lines       20096   19901   -195     
=======================================
- Hits         7520    7326   -194     
+ Misses      12576   12575     -1     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@SkafteNicki SkafteNicki requested a review from lantiga as a code owner October 6, 2025 07:17
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation ready test / CI testing or CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants