| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-19 | 721 Bytes | |
| v0.8.0 source code.tar.gz | 2026-02-19 | 9.7 MB | |
| v0.8.0 source code.zip | 2026-02-19 | 9.8 MB | |
| Totals: 3 Items | 19.5 MB | 1 | |
version 0.8.0
Changed
Rework cdist_dtw and underlying Numba jited DTW computation to speed things up for numpy Backends.
Masks as returned by compute_mask, sakoe_chiba_mask and itakura_mask now have boolean values.
Backend attributes are now dynamic.
Ensure dtype is preserved in to_time_series_dataset
Fixed centroids computations in K-shape for multivariate timeseries (https://github.com/tslearn-team/tslearn/issues/288)
Fixed json and pickle serialization for LearningShapelet (https://github.com/tslearn-team/tslearn/issues/387)(https://github.com/tslearn-team/tslearn/issues/403)
Added
DBSCAN estimator for timeseries (https://github.com/tslearn-team/tslearn/issues/598)