File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ recursive-include docs *
2
2
recursive-include examples *
3
3
recursive-include results *
4
4
recursive-include tsml_eval *.py
5
- recursive-include tsml_eval/datasets *.ts
5
+ recursive-include tsml_eval/datasets *.ts *.csv
6
6
recursive-exclude tsml_eval/publications *.csv *.txt *.ipynb
7
7
recursive-exclude tsml_eval/utils *.csv
8
8
include .coveragerc
@@ -13,12 +13,13 @@ include README.md
13
13
14
14
recursive-exclude .github *
15
15
recursive-exclude _build_tools *
16
- recursive-exclude _uea_experiments *
16
+ recursive-exclude _tsml_group_experiments *
17
17
exclude .codecov.yml
18
18
exclude .gitattributes
19
19
exclude .gitignore
20
20
exclude .pre-commit-config.yaml
21
21
exclude .readthedocs.yml
22
+ exclude sweep.yaml
22
23
23
24
# these are in _wip currently, may want to remove in the future
24
25
recursive-include tsml_eval/_wip *.csv *.ipynb *.sh *.txt
Original file line number Diff line number Diff line change 13
13
tsml-eval contains benchmarking and evaluation tools for time series machine learning
14
14
algorithms.
15
15
16
- The current release of tsml-eval is v0.1.0 .
16
+ The current release of tsml-eval is v0.1.1 .
17
17
18
18
Installation
19
19
------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " tsml-eval"
7
- version = " 0.1.0 "
7
+ version = " 0.1.1 "
8
8
description = " A package for benchmarking time series machine learning tools."
9
9
authors = [
10
10
{
name =
" Matthew Middlehurst" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 1
1
"""tsml-eval."""
2
2
3
- __version__ = "0.1.0 "
3
+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments