File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1- recursive-include docs *
21recursive-include tsml *.py
32recursive-include tsml/datasets *.ts
43include .coveragerc
@@ -13,5 +12,3 @@ exclude .codecov.yml
1312exclude .gitattributes
1413exclude .gitignore
1514exclude .pre-commit-config.yaml
16- exclude .readthedocs.yml
17- exclude sweep.yaml
Original file line number Diff line number Diff line change 88
99# tsml-py
1010
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.
1213
1314Please see [ ` tsml_eval ` ] ( https://github.com/time-series-machine-learning/tsml-eval ) and
1415[ ` aeon ` ] ( https://github.com/aeon-toolkit/aeon ) for more developed and stable packages. This package
1516is more of a sandbox for testing out new ideas and algorithms. It may contain some
1617algorithms and implementations that are not available in the other toolkits.
1718
18- The current release of ` tsml ` is v0.4 .0.
19+ The current release of ` tsml ` is v0.5 .0.
1920
2021## Installation
2122
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " 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."
99authors = [
1010 {name = " Matthew Middlehurst" , email = " m.b.middlehurst@soton.ac.uk" },
1111]
Original file line number Diff line number Diff line change 11"""tsml."""
22
3- __version__ = "0.4 .0"
3+ __version__ = "0.5 .0"
You can’t perform that action at this time.
0 commit comments