Skip to content

Commit 5dac9ce

Browse files
ver and manifest update (#129)
1 parent 85df655 commit 5dac9ce

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Diff for: MANIFEST.in

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ recursive-include docs *
22
recursive-include examples *
33
recursive-include results *
44
recursive-include tsml_eval *.py
5-
recursive-include tsml_eval/datasets *.ts
5+
recursive-include tsml_eval/datasets *.ts *.csv
66
recursive-exclude tsml_eval/publications *.csv *.txt *.ipynb
77
recursive-exclude tsml_eval/utils *.csv
88
include .coveragerc
@@ -13,12 +13,13 @@ include README.md
1313

1414
recursive-exclude .github *
1515
recursive-exclude _build_tools *
16-
recursive-exclude _uea_experiments *
16+
recursive-exclude _tsml_group_experiments *
1717
exclude .codecov.yml
1818
exclude .gitattributes
1919
exclude .gitignore
2020
exclude .pre-commit-config.yaml
2121
exclude .readthedocs.yml
22+
exclude sweep.yaml
2223

2324
# these are in _wip currently, may want to remove in the future
2425
recursive-include tsml_eval/_wip *.csv *.ipynb *.sh *.txt

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
tsml-eval contains benchmarking and evaluation tools for time series machine learning
1414
algorithms.
1515

16-
The current release of tsml-eval is v0.1.0.
16+
The current release of tsml-eval is v0.1.1.
1717

1818
Installation
1919
------------

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tsml-eval"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A package for benchmarking time series machine learning tools."
99
authors = [
1010
{name = "Matthew Middlehurst", email = "[email protected]"},

Diff for: tsml_eval/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""tsml-eval."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)