File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ recursive-include docs *
22recursive-include examples *
33recursive-include results *
44recursive-include tsml_eval *.py
5- recursive-include tsml_eval/datasets *.ts
5+ recursive-include tsml_eval/datasets *.ts *.csv
66recursive-exclude tsml_eval/publications *.csv *.txt *.ipynb
77recursive-exclude tsml_eval/utils *.csv
88include .coveragerc
@@ -13,12 +13,13 @@ include README.md
1313
1414recursive-exclude .github *
1515recursive-exclude _build_tools *
16- recursive-exclude _uea_experiments *
16+ recursive-exclude _tsml_group_experiments *
1717exclude .codecov.yml
1818exclude .gitattributes
1919exclude .gitignore
2020exclude .pre-commit-config.yaml
2121exclude .readthedocs.yml
22+ exclude sweep.yaml
2223
2324# these are in _wip currently, may want to remove in the future
2425recursive-include tsml_eval/_wip *.csv *.ipynb *.sh *.txt
Original file line number Diff line number Diff line change 1313tsml-eval contains benchmarking and evaluation tools for time series machine learning
1414algorithms.
1515
16- The current release of tsml-eval is v0.1.0 .
16+ The current release of tsml-eval is v0.1.1 .
1717
1818Installation
1919------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " tsml-eval"
7- version = " 0.1.0 "
7+ version = " 0.1.1 "
88description = " A package for benchmarking time series machine learning tools."
99authors = [
1010 {
name =
" Matthew Middlehurst" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 11"""tsml-eval."""
22
3- __version__ = "0.1.0 "
3+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments