We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc8626 commit 9dd48a8Copy full SHA for 9dd48a8
README.md
@@ -16,7 +16,7 @@
16
`tsml-eval` contains benchmarking and evaluation tools for time series machine learning
17
algorithms.
18
19
-The current release of `tsml-eval` is v0.2.1.
+The current release of `tsml-eval` is v0.3.0.
20
21
## Installation
22
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "tsml-eval"
7
-version = "0.2.1"
+version = "0.3.0"
8
description = "A package for benchmarking time series machine learning tools."
9
authors = [
10
{name = "Matthew Middlehurst", email = "[email protected]"},
tsml_eval/__init__.py
@@ -1,3 +1,3 @@
1
"""tsml-eval."""
2
3
-__version__ = "0.2.1"
+__version__ = "0.3.0"
0 commit comments