Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Updates the requirements on scikit-learn and sphinx to permit the latest version.
Updates scikit-learn to 1.5.2

Release notes

Sourced from scikit-learn's releases.

Scikit-learn 1.5.2

We're happy to announce the 1.5.2 release.

This release contains fixes for a few regressions introduced in 1.5.

You can see the changelog here: https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-2

You can upgrade with pip as usual:

pip install -U scikit-learn

The conda-forge builds can be installed using:

conda install -c conda-forge scikit-learn

Thanks to everyone who contributed to this release !

Commits
  • 156ef14 [cd build] trigger ci/cd
  • 40c7416 DOC update the list of contributors for 1.5.2 (#29819)
  • c119c7e DOC add orphan option to developers/index.rst
  • 4d838dc TST fix tolerance as in #29400
  • 2e79f52 DOC fix entry in changelog for backport happening in 1.5.2 (#29815)
  • c735641 MAINT install setuptools for debian-32bits
  • c993dd2 DOC update repr for NumPy 2.0
  • 8ade4f5 MAINT bump from 1.5.1 to 1.5.2
  • 04b71d2 FIX solve conflict git
  • b5b5017 MAINT update lock file
  • Additional commits viewable in compare view

Updates sphinx to 8.1.3

Release notes

Sourced from sphinx's releases.

Sphinx 8.1.3

Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html

Bugs fixed

  • #13013: Restore support for cut_lines() with no object type. Patch by Adam Turner.
Changelog

Sourced from sphinx's changelog.

Release 8.1.3 (released Oct 13, 2024)

Bugs fixed

  • #13013: Restore support for :func:!cut_lines with no object type. Patch by Adam Turner.

Release 8.1.2 (released Oct 12, 2024)

Bugs fixed

  • #13012: Expose :exc:sphinx.errors.ExtensionError in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. :exc:!ExtensionError has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner.

Release 8.1.1 (released Oct 11, 2024)

Bugs fixed

  • #13006: Use the preferred https://www.cve.org/ URL for the :rst:role::cve: <cve> role. Patch by Hugo van Kemenade.
  • #13007: LaTeX: Improve resiliency when the required fontawesome or fontawesome5 packages are not installed. Patch by Jean-François B.

Release 8.1.0 (released Oct 10, 2024)

Dependencies

  • #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner.
  • #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B.

Incompatible changes

  • #12763: Remove unused internal class sphinx.util.Tee.

... (truncated)

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.

Updates `scikit-learn` to 1.5.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.0...1.5.2)

Updates `sphinx` to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.1.3)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies This issue or PR is related to dependencies maintenance Continuous integration, unit testing & package distribution labels Dec 5, 2024
@MatthewMiddlehurst MatthewMiddlehurst merged commit e825048 into main Dec 5, 2024
11 checks passed
@MatthewMiddlehurst MatthewMiddlehurst deleted the dependabot/pip/python-packages-91baa54cb3 branch December 5, 2024 16:58
LinGinQiu added a commit that referenced this pull request Mar 4, 2025
* notebook (#309)

* [PUB] Kesba notebook fix (#312)

* notebook

* fix

* renmae to kasba (#313)

* `aeon` 1.0.0 and results loaders (#315)

* Automated `pre-commit` hook update

* aeon 1.0.0 and results collators

* api

* lint

* lint

* tsml

* notebooks

* fixed and added elasticsom kshape and ksc

* Automatic `pre-commit` fixes

* added functionality to run by long hand name

* Automatic `pre-commit` fixes

* fix

* clustering

* just kmeans for now

* distance names

* fixed notebooks

* Automatic `pre-commit` fixes

* remove extra cells

* revert notebook

* update

---------

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: chrisholder <chrisholder987@hotmail.com>
Co-authored-by: chrisholder <chrisholder@users.noreply.github.com>

* [MNT] Bump the python-packages group across 1 directory with 2 updates (#316)

Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.

Updates `scikit-learn` to 1.5.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.0...1.5.2)

Updates `sphinx` to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.1.3)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [MNT] Bump codecov/codecov-action in the github-actions group (#307)

Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>

* Automated `pre-commit` hook update (#303)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>

* Update workflows (#317)

* workflow updates

* no _wip

* seaborn

* fixes

* only raise on submodule mossing

* author to maintainer (#319)

* clustering for v1.0.0 (#318)

* Automated `pre-commit` hook update (#320)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* [MNT] Update scikit-learn requirement in the python-packages group (#321)

Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version.

Updates `scikit-learn` to 1.6.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.0...1.6.0)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Automated `pre-commit` hook update (#323)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* [ENH] Parameter to transform data in experiments (#322)

* data transform option

* scatter fix

* fixes

* tsml in extras

* tsml bound

* tsml bound

* temp comment out tsml extras

* comment xgboost

* more deps

* esig bound

* esig bound

* fixes

* fixes

* docs

* notebook

* Automated `pre-commit` hook update (#324)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* Unequal wip and new metrics (#325)

* data transform option

* scatter fix

* fixes

* tsml in extras

* tsml bound

* tsml bound

* temp comment out tsml extras

* comment xgboost

* more deps

* esig bound

* esig bound

* fixes

* fixes

* docs

* notebook

* unequal stuff

* doc

* Automated `pre-commit` hook update (#328)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* Fixes and more unequal length junk (#326)

* data transform option

* scatter fix

* fixes

* tsml in extras

* tsml bound

* tsml bound

* temp comment out tsml extras

* comment xgboost

* more deps

* esig bound

* esig bound

* fixes

* fixes

* docs

* notebook

* unequal stuff

* doc

* more unequal

* eval figs

* fix

* fixes

* [MNT] Bump crs-k/stale-branches in the github-actions group (#329)

Bumps the github-actions group with 1 update: [crs-k/stale-branches](https://github.com/crs-k/stale-branches).


Updates `crs-k/stale-branches` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/crs-k/stale-branches/releases)
- [Commits](crs-k/stale-branches@v6.0.2...v7.0.0)

---
updated-dependencies:
- dependency-name: crs-k/stale-branches
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>

* Include estimator class in results files and better testing for get_estimator methods (#331)

* better testing for get_estimator bugs

* xgboost

* mypy

* mypy

* mypy

* [ENH} add mrhydra option  (#332)

* add mrhydra option

* Automatic `pre-commit` fixes

---------

Co-authored-by: TonyBagnall <9594042+TonyBagnall@users.noreply.github.com>

* Release 0.5.0 (#333)

* better testing for get_estimator bugs

* xgboost

* mypy

* mypy

* mypy

* release

* Release workflow (#334)

* better testing for get_estimator bugs

* xgboost

* mypy

* mypy

* mypy

* release

* no unstable extras in release

* Automated `pre-commit` hook update (#336)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* iridis batch script (#337)

* initial commit

* scripts

* Update README.md (#338)

* Iridis batch script fix (#339)

* initial commit

* scripts

* fixes

* [MNT] Update sphinx requirement in the python-packages group (#342)

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.

Updates `sphinx` to 8.2.1
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.2.1/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.2.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [MNT] Bump ossf/scorecard-action in the github-actions group (#341)

Bumps the github-actions group with 1 update: [ossf/scorecard-action](https://github.com/ossf/scorecard-action).


Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* script update (#340)

* Automated `pre-commit` hook update (#343)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: chrisholder <chrisholder987@hotmail.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>
Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: chrisholder <chrisholder@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tsml-actions-bot[bot] <151061772+tsml-actions-bot[bot]@users.noreply.github.com>
Co-authored-by: Tony Bagnall <ajb@uea.ac.uk>
Co-authored-by: TonyBagnall <9594042+TonyBagnall@users.noreply.github.com>
MatthewMiddlehurst added a commit that referenced this pull request Apr 15, 2025
* merge main (#345)

* notebook (#309)

* [PUB] Kesba notebook fix (#312)

* notebook

* fix

* renmae to kasba (#313)

* `aeon` 1.0.0 and results loaders (#315)

* Automated `pre-commit` hook update

* aeon 1.0.0 and results collators

* api

* lint

* lint

* tsml

* notebooks

* fixed and added elasticsom kshape and ksc

* Automatic `pre-commit` fixes

* added functionality to run by long hand name

* Automatic `pre-commit` fixes

* fix

* clustering

* just kmeans for now

* distance names

* fixed notebooks

* Automatic `pre-commit` fixes

* remove extra cells

* revert notebook

* update

---------

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: chrisholder <chrisholder987@hotmail.com>
Co-authored-by: chrisholder <chrisholder@users.noreply.github.com>

* [MNT] Bump the python-packages group across 1 directory with 2 updates (#316)

Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.

Updates `scikit-learn` to 1.5.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.0...1.5.2)

Updates `sphinx` to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.1.3)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [MNT] Bump codecov/codecov-action in the github-actions group (#307)

Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>

* Automated `pre-commit` hook update (#303)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>

* Update workflows (#317)

* workflow updates

* no _wip

* seaborn

* fixes

* only raise on submodule mossing

* author to maintainer (#319)

* clustering for v1.0.0 (#318)

* Automated `pre-commit` hook update (#320)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* [MNT] Update scikit-learn requirement in the python-packages group (#321)

Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version.

Updates `scikit-learn` to 1.6.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.0...1.6.0)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Automated `pre-commit` hook update (#323)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* [ENH] Parameter to transform data in experiments (#322)

* data transform option

* scatter fix

* fixes

* tsml in extras

* tsml bound

* tsml bound

* temp comment out tsml extras

* comment xgboost

* more deps

* esig bound

* esig bound

* fixes

* fixes

* docs

* notebook

* Automated `pre-commit` hook update (#324)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* Unequal wip and new metrics (#325)

* data transform option

* scatter fix

* fixes

* tsml in extras

* tsml bound

* tsml bound

* temp comment out tsml extras

* comment xgboost

* more deps

* esig bound

* esig bound

* fixes

* fixes

* docs

* notebook

* unequal stuff

* doc

* Automated `pre-commit` hook update (#328)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* Fixes and more unequal length junk (#326)

* data transform option

* scatter fix

* fixes

* tsml in extras

* tsml bound

* tsml bound

* temp comment out tsml extras

* comment xgboost

* more deps

* esig bound

* esig bound

* fixes

* fixes

* docs

* notebook

* unequal stuff

* doc

* more unequal

* eval figs

* fix

* fixes

* [MNT] Bump crs-k/stale-branches in the github-actions group (#329)

Bumps the github-actions group with 1 update: [crs-k/stale-branches](https://github.com/crs-k/stale-branches).


Updates `crs-k/stale-branches` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/crs-k/stale-branches/releases)
- [Commits](crs-k/stale-branches@v6.0.2...v7.0.0)

---
updated-dependencies:
- dependency-name: crs-k/stale-branches
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>

* Include estimator class in results files and better testing for get_estimator methods (#331)

* better testing for get_estimator bugs

* xgboost

* mypy

* mypy

* mypy

* [ENH} add mrhydra option  (#332)

* add mrhydra option

* Automatic `pre-commit` fixes

---------

Co-authored-by: TonyBagnall <9594042+TonyBagnall@users.noreply.github.com>

* Release 0.5.0 (#333)

* better testing for get_estimator bugs

* xgboost

* mypy

* mypy

* mypy

* release

* Release workflow (#334)

* better testing for get_estimator bugs

* xgboost

* mypy

* mypy

* mypy

* release

* no unstable extras in release

* Automated `pre-commit` hook update (#336)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* iridis batch script (#337)

* initial commit

* scripts

* Update README.md (#338)

* Iridis batch script fix (#339)

* initial commit

* scripts

* fixes

* [MNT] Update sphinx requirement in the python-packages group (#342)

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.

Updates `sphinx` to 8.2.1
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.2.1/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.2.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [MNT] Bump ossf/scorecard-action in the github-actions group (#341)

Bumps the github-actions group with 1 update: [ossf/scorecard-action](https://github.com/ossf/scorecard-action).


Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* script update (#340)

* Automated `pre-commit` hook update (#343)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: chrisholder <chrisholder987@hotmail.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>
Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: chrisholder <chrisholder@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tsml-actions-bot[bot] <151061772+tsml-actions-bot[bot]@users.noreply.github.com>
Co-authored-by: Tony Bagnall <ajb@uea.ac.uk>
Co-authored-by: TonyBagnall <9594042+TonyBagnall@users.noreply.github.com>

* Revert "merge main (#345)" (#346)

This reverts commit 04f6acc.

* merge main and changed aeon version

* rebalance transformation

* rebalance transformation for transfer the aeon (branch elastic) to local tsml-eval

* Automatic `pre-commit` fixes

* tidy up experiments

* TSML and rebalance and esmote update

* TSML and rebalance and esmote update

* distance function update from Chris H's aeon branch to tsml.

* mm changes

* Automatic `pre-commit` fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: chrisholder <chrisholder987@hotmail.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>
Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: chrisholder <chrisholder@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tsml-actions-bot[bot] <151061772+tsml-actions-bot[bot]@users.noreply.github.com>
Co-authored-by: Tony Bagnall <ajb@uea.ac.uk>
Co-authored-by: TonyBagnall <9594042+TonyBagnall@users.noreply.github.com>
Mithrillion pushed a commit to Mithrillion/tsml-eval that referenced this pull request Aug 29, 2025
…ning#361)

* merge main (time-series-machine-learning#345)

* notebook (time-series-machine-learning#309)

* [PUB] Kesba notebook fix (time-series-machine-learning#312)

* notebook

* fix

* renmae to kasba (time-series-machine-learning#313)

* `aeon` 1.0.0 and results loaders (time-series-machine-learning#315)

* Automated `pre-commit` hook update

* aeon 1.0.0 and results collators

* api

* lint

* lint

* tsml

* notebooks

* fixed and added elasticsom kshape and ksc

* Automatic `pre-commit` fixes

* added functionality to run by long hand name

* Automatic `pre-commit` fixes

* fix

* clustering

* just kmeans for now

* distance names

* fixed notebooks

* Automatic `pre-commit` fixes

* remove extra cells

* revert notebook

* update

---------

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: chrisholder <chrisholder987@hotmail.com>
Co-authored-by: chrisholder <chrisholder@users.noreply.github.com>

* [MNT] Bump the python-packages group across 1 directory with 2 updates (time-series-machine-learning#316)

Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.

Updates `scikit-learn` to 1.5.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.0...1.5.2)

Updates `sphinx` to 8.1.3
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.1.3)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: python-packages
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [MNT] Bump codecov/codecov-action in the github-actions group (time-series-machine-learning#307)

Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `codecov/codecov-action` from 4 to 5
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>

* Automated `pre-commit` hook update (time-series-machine-learning#303)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>

* Update workflows (time-series-machine-learning#317)

* workflow updates

* no _wip

* seaborn

* fixes

* only raise on submodule mossing

* author to maintainer (time-series-machine-learning#319)

* clustering for v1.0.0 (time-series-machine-learning#318)

* Automated `pre-commit` hook update (time-series-machine-learning#320)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* [MNT] Update scikit-learn requirement in the python-packages group (time-series-machine-learning#321)

Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version.

Updates `scikit-learn` to 1.6.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.0...1.6.0)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Automated `pre-commit` hook update (time-series-machine-learning#323)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* [ENH] Parameter to transform data in experiments (time-series-machine-learning#322)

* data transform option

* scatter fix

* fixes

* tsml in extras

* tsml bound

* tsml bound

* temp comment out tsml extras

* comment xgboost

* more deps

* esig bound

* esig bound

* fixes

* fixes

* docs

* notebook

* Automated `pre-commit` hook update (time-series-machine-learning#324)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* Unequal wip and new metrics (time-series-machine-learning#325)

* data transform option

* scatter fix

* fixes

* tsml in extras

* tsml bound

* tsml bound

* temp comment out tsml extras

* comment xgboost

* more deps

* esig bound

* esig bound

* fixes

* fixes

* docs

* notebook

* unequal stuff

* doc

* Automated `pre-commit` hook update (time-series-machine-learning#328)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* Fixes and more unequal length junk (time-series-machine-learning#326)

* data transform option

* scatter fix

* fixes

* tsml in extras

* tsml bound

* tsml bound

* temp comment out tsml extras

* comment xgboost

* more deps

* esig bound

* esig bound

* fixes

* fixes

* docs

* notebook

* unequal stuff

* doc

* more unequal

* eval figs

* fix

* fixes

* [MNT] Bump crs-k/stale-branches in the github-actions group (time-series-machine-learning#329)

Bumps the github-actions group with 1 update: [crs-k/stale-branches](https://github.com/crs-k/stale-branches).


Updates `crs-k/stale-branches` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/crs-k/stale-branches/releases)
- [Commits](crs-k/stale-branches@v6.0.2...v7.0.0)

---
updated-dependencies:
- dependency-name: crs-k/stale-branches
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>

* Include estimator class in results files and better testing for get_estimator methods (time-series-machine-learning#331)

* better testing for get_estimator bugs

* xgboost

* mypy

* mypy

* mypy

* [ENH} add mrhydra option  (time-series-machine-learning#332)

* add mrhydra option

* Automatic `pre-commit` fixes

---------

Co-authored-by: TonyBagnall <9594042+TonyBagnall@users.noreply.github.com>

* Release 0.5.0 (time-series-machine-learning#333)

* better testing for get_estimator bugs

* xgboost

* mypy

* mypy

* mypy

* release

* Release workflow (time-series-machine-learning#334)

* better testing for get_estimator bugs

* xgboost

* mypy

* mypy

* mypy

* release

* no unstable extras in release

* Automated `pre-commit` hook update (time-series-machine-learning#336)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

* iridis batch script (time-series-machine-learning#337)

* initial commit

* scripts

* Update README.md (time-series-machine-learning#338)

* Iridis batch script fix (time-series-machine-learning#339)

* initial commit

* scripts

* fixes

* [MNT] Update sphinx requirement in the python-packages group (time-series-machine-learning#342)

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.

Updates `sphinx` to 8.2.1
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.2.1/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.2.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* [MNT] Bump ossf/scorecard-action in the github-actions group (time-series-machine-learning#341)

Bumps the github-actions group with 1 update: [ossf/scorecard-action](https://github.com/ossf/scorecard-action).


Updates `ossf/scorecard-action` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@v2.4.0...v2.4.1)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* script update (time-series-machine-learning#340)

* Automated `pre-commit` hook update (time-series-machine-learning#343)

Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: chrisholder <chrisholder987@hotmail.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>
Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: chrisholder <chrisholder@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tsml-actions-bot[bot] <151061772+tsml-actions-bot[bot]@users.noreply.github.com>
Co-authored-by: Tony Bagnall <ajb@uea.ac.uk>
Co-authored-by: TonyBagnall <9594042+TonyBagnall@users.noreply.github.com>

* Revert "merge main (time-series-machine-learning#345)" (time-series-machine-learning#346)

This reverts commit 04f6acc.

* merge main and changed aeon version

* rebalance transformation

* rebalance transformation for transfer the aeon (branch elastic) to local tsml-eval

* Automatic `pre-commit` fixes

* tidy up experiments

* TSML and rebalance and esmote update

* TSML and rebalance and esmote update

* distance function update from Chris H's aeon branch to tsml.

* mm changes

* Automatic `pre-commit` fixes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: chrisholder <chrisholder987@hotmail.com>
Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>
Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Co-authored-by: chrisholder <chrisholder@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tsml-actions-bot[bot] <151061772+tsml-actions-bot[bot]@users.noreply.github.com>
Co-authored-by: Tony Bagnall <ajb@uea.ac.uk>
Co-authored-by: TonyBagnall <9594042+TonyBagnall@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies This issue or PR is related to dependencies maintenance Continuous integration, unit testing & package distribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants