Download Latest Version Release of version 0.13.0 source code.zip (2.8 MB)
Email in envelope

Get an email when there's a new version of pyts

Home / v0.12.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2021-10-31 992 Bytes
Release of version 0.12.0 source code.tar.gz 2021-10-31 2.6 MB
Release of version 0.12.0 source code.zip 2021-10-31 2.7 MB
Totals: 3 Items   5.4 MB 0

A new version of pyts is released! The highlights of this release are:

  • Add support for Python 3.9 and drop support for Python 3.6.

  • Add the Time Series Forest algorithm implemented as pyts.classification.TimeSeriesForest.

  • Add the Time Series Bag-of-Features algorithm implemented as pyts.classification.TSBF.

  • Replace scikit-learn mixin classes with pyts mixin classes to have standardized docstrings.

  • Update the examples in the Imaging time series section of the gallery of examples.

  • Remove some constraints when discretizing time series (number of bins, time series with low variance) that impact the following classes:

  • pyts.preprocessing.KBinsDiscretizer

  • pyts.approximation.SymbolicAggregateApproximation
  • pyts.bag_of_words.BagOfWords
  • pyts.classification.SAXVSM

  • Remove specific functions for the different variants of Dynamic Time Warping (all dtw_* functions), only the main pyts.metrics.dtw is kept.

Source: README.md, updated 2021-10-31