Skip to content

Commit 138b6bd

Browse files
README fixes and commenting out in-progress work (#20)
* fixes * commed mypy * c22 * transform no longer requires y * fixes * fixes * fixes
1 parent ac4ccf1 commit 138b6bd

File tree

11 files changed

+513
-514
lines changed

11 files changed

+513
-514
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 🐛 Bug report
2-
description: Report a bug currently impacting tsml-eval.
2+
description: Report a bug currently impacting tsml-py.
33
title: "[BUG] "
44
labels: ["bug"]
55

@@ -8,7 +8,7 @@ body:
88
attributes:
99
value: >
1010
#### You can see if he bug has already been addressed by searching
11-
through the open and closed [issues](https://github.com/time-series-machine-learning/tsml-eval/issues?q=is%3Aissue).
11+
through the open and closed [issues](https://github.com/time-series-machine-learning/tsml-py/issues?q=is%3Aissue).
1212
- type: textarea
1313
attributes:
1414
label: Describe the bug

.github/ISSUE_TEMPLATE/doc_improvement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 📖 Documentation improvement
2-
description: Create a report to help us improve the tsml-eval documentation.
2+
description: Create a report to help us improve the tsml-py documentation.
33
title: "[DOC] "
44
labels: ["documentation"]
55

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ✨ Feature request
2-
description: Suggest a new algorithm or idea for tsml-eval.
2+
description: Suggest a new algorithm or idea for tsml-py.
33
title: "[ENH] "
44
labels: ["enhancement"]
55

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ repos:
6161
args: ["--convention=numpy"]
6262
additional_dependencies: [ toml, tomli ]
6363

64-
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: v1.8.0
66-
hooks:
67-
- id: mypy
68-
files: tsml/
69-
additional_dependencies: [ pytest ]
64+
# - repo: https://github.com/pre-commit/mirrors-mypy
65+
# rev: v1.8.0
66+
# hooks:
67+
# - id: mypy
68+
# files: tsml/
69+
# additional_dependencies: [ pytest ]
7070

7171
- repo: https://github.com/mgedmin/check-manifest
7272
rev: "0.49"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
[![github-actions-release](https://img.shields.io/github/actions/workflow/status/time-series-machine-learning/tsml/release.yml?logo=github&label=build%20%28release%29)](https://github.com/time-series-machine-learning/tsml/actions/workflows/release.yml)
2-
[![github-actions-main](https://img.shields.io/github/actions/workflow/status/time-series-machine-learning/tsml/tests.yml?logo=github&branch=main&label=build%20%28main%29)](https://github.com/time-series-machine-learning/tsml/actions/workflows/tests.yml)
1+
[![github-actions-release](https://img.shields.io/github/actions/workflow/status/time-series-machine-learning/tsml-py/release.yml?logo=github&label=build%20%28release%29)](https://github.com/time-series-machine-learning/tsml-py/actions/workflows/release.yml)
2+
[![github-actions-main](https://img.shields.io/github/actions/workflow/status/time-series-machine-learning/tsml-py/tests.yml?logo=github&branch=main&label=build%20%28main%29)](https://github.com/time-series-machine-learning/tsml-py/actions/workflows/tests.yml)
33
[![docs-release](https://img.shields.io/readthedocs/tsml/stable?logo=readthedocs&label=docs%20%28stable%29)](https://tsml.readthedocs.io/en/stable/)
44
[![docs-main](https://img.shields.io/readthedocs/tsml/latest?logo=readthedocs&label=docs%20%28latest%29)](https://tsml.readthedocs.io/en/latest/)
5-
[![codecov](https://img.shields.io/codecov/c/github/time-series-machine-learning/tsml?label=codecov&logo=codecov)](https://codecov.io/gh/time-series-machine-learning/tsml)
5+
[![codecov](https://img.shields.io/codecov/c/github/time-series-machine-learning/tsml-py?label=codecov&logo=codecov)](https://codecov.io/gh/time-series-machine-learning/tsml-py)
66
[![pypi](https://img.shields.io/pypi/v/tsml?logo=pypi&color=blue)](https://pypi.org/project/tsml/)
77
[![!conda](https://img.shields.io/conda/vn/conda-forge/tsml?logo=anaconda&color=blue)](https://anaconda.org/conda-forge/tsml)
88
[![python-versions](https://img.shields.io/pypi/pyversions/tsml?logo=python)](https://www.python.org/)
99
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
10-
[![license](https://img.shields.io/badge/license-BSD%203--Clause-green?logo=style)](https://github.com/time-series-machine-learning/tsml/blob/main/LICENSE)
10+
[![license](https://img.shields.io/badge/license-BSD%203--Clause-green?logo=style)](https://github.com/time-series-machine-learning/tsml-py/blob/main/LICENSE)
1111

1212
# tsml-py
1313

build_tools/pr_open_commenter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
pr.create_issue_comment(
9696
f"""
97-
## Thank you for contributing to `tsml`!
97+
## Thank you for contributing to `tsml-py`
9898
9999
{title_labels_str}
100100
{content_labels_str}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ all_extras = [
5858
]
5959
unstable_extras = [
6060
"mrsqm>=0.0.1 ; platform_system == 'Darwin'", # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)
61-
"pycatch22>=0.4.2", # Known to fail installation on some setups
61+
"pycatch22<=0.4.3", # Known to fail installation on some setups
6262
]
6363
dev = [
6464
"pre-commit",

tsml/transformations/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"FunctionTransformer",
99
"RandomIntervalTransformer",
1010
"SupervisedIntervalTransformer",
11-
"FixedIntervalTransformer",
11+
# "FixedIntervalTransformer",
1212
"PeriodogramTransformer",
13-
"QuantileTransformer",
13+
# "QuantileTransformer",
1414
# "SFATransformer",
1515
"RandomShapeletTransformer",
1616
"RandomDilatedShapeletTransformer",
@@ -24,12 +24,10 @@
2424
from tsml.transformations._fpca import FPCATransformer
2525
from tsml.transformations._function_transformer import FunctionTransformer
2626
from tsml.transformations._interval_extraction import (
27-
FixedIntervalTransformer,
2827
RandomIntervalTransformer,
2928
SupervisedIntervalTransformer,
3029
)
3130
from tsml.transformations._periodogram import PeriodogramTransformer
32-
from tsml.transformations._quantile import QuantileTransformer
3331
from tsml.transformations._shapelet_transform import (
3432
RandomDilatedShapeletTransformer,
3533
RandomShapeletTransformer,

0 commit comments

Comments
 (0)