| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2020-03-21 | 779 Bytes | |
| Release of version 0.11.0 source code.tar.gz | 2020-03-21 | 2.6 MB | |
| Release of version 0.11.0 source code.zip | 2020-03-21 | 2.7 MB | |
| Totals: 3 Items | 5.3 MB | 0 | |
A new version of pyts is released! The highlights of this release are:
-
Add support for Python 3.8 and drop support for Python 3.5.
-
Rework the BagOfWords algorithm to match the description of the algorithm in the original paper. The former version of BagOfWords is available as WordExtractor in the
pyts.bag_of_wordsmodule. -
Update the SAXVSM classifier with the new version of BagOfWords.
-
Add the BagOfPatterns algorithm in the
pyts.transformationmodule. -
Add the ROCKET algorithm in the
pyts.transformationmodule. -
Add the LearningShapelets algorithm in the
pyts.classificationmodule. -
Deprecated specific functions for Dynamic Time Warping (all
dtw_*functions), only the mainpyts.metrics.dtwis kept.