Skip to content

Commit 0f3156c

Browse files
Update dependencies and remove aeon estimators (#67)
* aeon estimator purge * fixes * fixes * extras * fixes * fixes * fixes * doc * fix * fix * fix
1 parent 008128a commit 0f3156c

35 files changed

+116
-8448
lines changed

.github/ISSUE_TEMPLATE/sweep.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/pr_opened.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.github/workflows/pr_precommit.yml

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request_target:
7+
pull_request:
88
branches:
99
- main
1010

@@ -30,36 +30,13 @@ jobs:
3030
run: echo '${{ steps.changed-files.outputs.all_changed_files }}'
3131

3232
# only check the full repository if PR and correctly labelled
33-
- if: ${{ github.event_name == 'pull_request_target' && contains(github.event.pull_request.labels.*.name, 'full pre-commit') }}
33+
- if: ${{ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'full pre-commit') }}
3434
name: Full pre-commit
3535
uses: pre-commit/action@v3.0.1
3636
with:
3737
extra_args: --all-files
38-
- if: ${{ github.event_name != 'pull_request_target' || !contains(github.event.pull_request.labels.*.name, 'full pre-commit') }}
38+
- if: ${{ github.event_name != 'pull_request' || !contains(github.event.pull_request.labels.*.name, 'full pre-commit') }}
3939
name: Local pre-commit
4040
uses: pre-commit/action@v3.0.1
4141
with:
4242
extra_args: --files ${{ steps.changed-files.outputs.all_changed_files }}
43-
44-
# push fixes if pre-commit fails and PR is eligible
45-
- if: ${{ failure() && github.event_name == 'pull_request_target' && !github.event.pull_request.draft && !contains(github.event.pull_request.labels.*.name, 'stop pre-commit fixes')}}
46-
uses: actions/create-github-app-token@v1
47-
id: app-token
48-
with:
49-
app-id: ${{ vars.PR_APP_ID }}
50-
private-key: ${{ secrets.PR_APP_KEY }}
51-
52-
- if: ${{ failure() && github.event_name == 'pull_request_target' && !github.event.pull_request.draft && !contains(github.event.pull_request.labels.*.name, 'stop pre-commit fixes') }}
53-
name: Checkout
54-
uses: actions/checkout@v4
55-
with:
56-
repository: ${{ github.event.pull_request.head.repo.full_name }}
57-
ref: ${{ github.head_ref }}
58-
token: ${{ steps.app-token.outputs.token }}
59-
60-
- if: ${{ failure() && github.event_name == 'pull_request_target' && !github.event.pull_request.draft && !contains(github.event.pull_request.labels.*.name, 'stop pre-commit fixes')}}
61-
name: Push pre-commit fixes
62-
uses: stefanzweifel/git-auto-commit-action@v5
63-
with:
64-
commit_message: Automatic `pre-commit` fixes
65-
commit_user_name: tsml-actions-bot[bot]

.github/workflows/pre_commit.yml

Whitespace-only changes.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[![github-actions-release](https://img.shields.io/github/actions/workflow/status/time-series-machine-learning/tsml-py/release.yml?logo=github&label=build%20%28release%29)](https://github.com/time-series-machine-learning/tsml-py/actions/workflows/release.yml)
22
[![github-actions-main](https://img.shields.io/github/actions/workflow/status/time-series-machine-learning/tsml-py/periodic_tests.yml?logo=github&branch=main&label=build%20%28main%29)](https://github.com/time-series-machine-learning/tsml-py/actions/workflows/periodic_tests.yml)
3-
[![codecov](https://img.shields.io/codecov/c/github/time-series-machine-learning/tsml-py?label=codecov&logo=codecov)](https://codecov.io/gh/time-series-machine-learning/tsml-py)
43
[![pypi](https://img.shields.io/pypi/v/tsml?logo=pypi&color=blue)](https://pypi.org/project/tsml/)
54
[![!conda](https://img.shields.io/conda/vn/conda-forge/tsml?logo=anaconda&color=blue)](https://anaconda.org/conda-forge/tsml)
65
[![python-versions](https://img.shields.io/pypi/pyversions/tsml?logo=python)](https://www.python.org/)
@@ -9,10 +8,10 @@
98

109
# tsml-py
1110

12-
A toolkit for time series machine learning algorithms.
11+
A toolkit for in-development time series machine learning algorithms.
1312

1413
Please see [`tsml_eval`](https://github.com/time-series-machine-learning/tsml-eval) and
15-
[`aeon`](https://github.com/aeon-toolkit/aeon) for more developed packages. This package
14+
[`aeon`](https://github.com/aeon-toolkit/aeon) for more developed and stable packages. This package
1615
is more of a sandbox for testing out new ideas and algorithms. It may contain some
1716
algorithms and implementations that are not available in the other toolkits.
1817

@@ -28,4 +27,5 @@ pip install tsml
2827

2928
## Acknowledgements
3029

31-
This work is supported by the UK Engineering and Physical Sciences Research Council (EPSRC) EP/W030756/1
30+
This work is supported by the UK Engineering and Physical Sciences Research Council
31+
(EPSRC) EP/W030756/1

build_tools/pr_labeler.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

build_tools/pr_open_commenter.py

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)