-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* actually change python version * dummy classifiers and sklearn lower bound change * test fix * test fix * dev * early sklearn version fixes * all interval classifiers
- Loading branch information
1 parent
d0a8c6d
commit fb4f7ab
Showing
20 changed files
with
617 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "tsml" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
description = "A toolkit for time series machine learning algorithms." | ||
authors = [ | ||
{name = "Matthew Middlehurst", email = "[email protected]"}, | ||
|
@@ -42,8 +42,9 @@ dependencies = [ | |
|
||
[project.optional-dependencies] | ||
extras = [ | ||
"pycatch22", | ||
"pyfftw" | ||
"pycatch22>=0.4.2", | ||
"pyfftw>=0.12.0", | ||
"statsmodels>=0.12.1", | ||
] | ||
dev = [ | ||
"pre-commit", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
"""tsml.""" | ||
|
||
__version__ = "0.0.4" | ||
__version__ = "0.0.5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.