-
Notifications
You must be signed in to change notification settings - Fork 17
[MNT] Automated pre-commit hook update
#343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
full pre-commit
Run pre-commit for all files on a PR
maintenance
Continuous integration, unit testing & package distribution
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated weekly update to
.pre-commit-config.yamlhook versions.