File tree Expand file tree Collapse file tree 11 files changed +513
-514
lines changed Expand file tree Collapse file tree 11 files changed +513
-514
lines changed Original file line number Diff line number Diff line change 11name : 🐛 Bug report
2- description : Report a bug currently impacting tsml-eval .
2+ description : Report a bug currently impacting tsml-py .
33title : " [BUG] "
44labels : ["bug"]
55
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
Original file line number Diff line number Diff line change 11name : 📖 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.
33title : " [DOC] "
44labels : ["documentation"]
55
Original file line number Diff line number Diff line change 11name : ✨ Feature request
2- description : Suggest a new algorithm or idea for tsml-eval .
2+ description : Suggest a new algorithm or idea for tsml-py .
33title : " [ENH] "
44labels : ["enhancement"]
55
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 9494
9595pr .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 }
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ all_extras = [
5858]
5959unstable_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]
6363dev = [
6464 " pre-commit" ,
Original file line number Diff line number Diff line change 88 "FunctionTransformer" ,
99 "RandomIntervalTransformer" ,
1010 "SupervisedIntervalTransformer" ,
11- "FixedIntervalTransformer" ,
11+ # "FixedIntervalTransformer",
1212 "PeriodogramTransformer" ,
13- "QuantileTransformer" ,
13+ # "QuantileTransformer",
1414 # "SFATransformer",
1515 "RandomShapeletTransformer" ,
1616 "RandomDilatedShapeletTransformer" ,
2424from tsml .transformations ._fpca import FPCATransformer
2525from tsml .transformations ._function_transformer import FunctionTransformer
2626from tsml .transformations ._interval_extraction import (
27- FixedIntervalTransformer ,
2827 RandomIntervalTransformer ,
2928 SupervisedIntervalTransformer ,
3029)
3130from tsml .transformations ._periodogram import PeriodogramTransformer
32- from tsml .transformations ._quantile import QuantileTransformer
3331from tsml .transformations ._shapelet_transform import (
3432 RandomDilatedShapeletTransformer ,
3533 RandomShapeletTransformer ,
You can’t perform that action at this time.
0 commit comments