Skip to content

Commit

Permalink
Release 0.3.0 (#26)
Browse files Browse the repository at this point in the history
* fixes

* commed mypy

* c22

* transform no longer requires y

* fixes

* fixes

* fixes

* v0.3.0

* yml
  • Loading branch information
MatthewMiddlehurst authored Jan 9, 2024
1 parent 518f0a1 commit 0bd4673
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
File renamed without changes.
14 changes: 14 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
recursive-include docs *
recursive-include tsml *.py
recursive-include tsml/datasets *.ts
include .coveragerc
include LICENSE
include MANIFEST.in
include pyproject.toml
include README.md

recursive-exclude .github *
recursive-exclude build_tools *
exclude .codecov.yml
exclude .gitattributes
exclude .gitignore
exclude .pre-commit-config.yaml
exclude .readthedocs.yml
exclude sweep.yaml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

A toolkit for time series machine learning algorithms.

The current release of `tsml` is v0.2.1.
The current release of `tsml` is v0.3.0.

## 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"
version = "0.2.1"
version = "0.3.0"
description = "A toolkit for time series machine learning algorithms."
authors = [
{name = "Matthew Middlehurst", email = "m.b.middlehurst@soton.ac.uk"},
Expand Down
2 changes: 1 addition & 1 deletion tsml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""tsml."""

__version__ = "0.2.1"
__version__ = "0.3.0"

0 comments on commit 0bd4673

Please sign in to comment.