Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ recursive-include docs *
recursive-include examples *
recursive-include results *
recursive-include tsml_eval *.py
recursive-include tsml_eval/datasets *.ts
recursive-include tsml_eval/datasets *.ts *.csv
recursive-exclude tsml_eval/publications *.csv *.txt *.ipynb
recursive-exclude tsml_eval/utils *.csv
include .coveragerc
Expand All @@ -13,12 +13,13 @@ include README.md

recursive-exclude .github *
recursive-exclude _build_tools *
recursive-exclude _uea_experiments *
recursive-exclude _tsml_group_experiments *
exclude .codecov.yml
exclude .gitattributes
exclude .gitignore
exclude .pre-commit-config.yaml
exclude .readthedocs.yml
exclude sweep.yaml

# these are in _wip currently, may want to remove in the future
recursive-include tsml_eval/_wip *.csv *.ipynb *.sh *.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
tsml-eval contains benchmarking and evaluation tools for time series machine learning
algorithms.

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

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tsml-eval"
version = "0.1.0"
version = "0.1.1"
description = "A package for benchmarking time series machine learning tools."
authors = [
{name = "Matthew Middlehurst", email = "m.middlehurst@uea.ac.uk"},
Expand Down
2 changes: 1 addition & 1 deletion tsml_eval/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""tsml-eval."""

__version__ = "0.1.0"
__version__ = "0.1.1"