File tree 4 files changed +6
-8
lines changed
4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- recursive-include docs *
2
1
recursive-include tsml *.py
3
2
recursive-include tsml/datasets *.ts
4
3
include .coveragerc
@@ -13,5 +12,3 @@ exclude .codecov.yml
13
12
exclude .gitattributes
14
13
exclude .gitignore
15
14
exclude .pre-commit-config.yaml
16
- exclude .readthedocs.yml
17
- exclude sweep.yaml
Original file line number Diff line number Diff line change 8
8
9
9
# tsml-py
10
10
11
- A toolkit for in-development time series machine learning algorithms.
11
+ A repository for in-development time series machine learning algorithms and other odd
12
+ bits by Matthew Middlehurst.
12
13
13
14
Please see [ ` tsml_eval ` ] ( https://github.com/time-series-machine-learning/tsml-eval ) and
14
15
[ ` aeon ` ] ( https://github.com/aeon-toolkit/aeon ) for more developed and stable packages. This package
15
16
is more of a sandbox for testing out new ideas and algorithms. It may contain some
16
17
algorithms and implementations that are not available in the other toolkits.
17
18
18
- The current release of ` tsml ` is v0.4 .0.
19
+ The current release of ` tsml ` is v0.5 .0.
19
20
20
21
## Installation
21
22
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " tsml"
7
- version = " 0.4 .0"
8
- description = " A toolkit for time series machine learning algorithms."
7
+ version = " 0.5 .0"
8
+ description = " A development sandbox for time series machine learning algorithms."
9
9
authors = [
10
10
{name = " Matthew Middlehurst" , email = " m.b.middlehurst@soton.ac.uk" },
11
11
]
Original file line number Diff line number Diff line change 1
1
"""tsml."""
2
2
3
- __version__ = "0.4 .0"
3
+ __version__ = "0.5 .0"
You can’t perform that action at this time.
0 commit comments