| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-30 | 1.4 kB | |
| v0.9.0 source code.tar.gz | 2026-06-30 | 19.4 MB | |
| v0.9.0 source code.zip | 2026-06-30 | 19.5 MB | |
| Totals: 3 Items | 39.0 MB | 0 | |
v0.9.0
Added
- Allow parallel computation of DTW barycenters and plug it in
TimeSeriesKMeans. NonMyopicEarlyClassifiercan now be used with yet incomplete series or streamed inputs to retrieve optimal classification timing.- Add mae, mse and mase performance metrics for datasets
TimeSeriesFeatureSynchronizeris a new preprocessing to deal with acquisition of features at different sampling rates or desynchronized timestamps.- Add
root_dirparameter toUCR_UEA_datasetsto allow users to specify where downloaded datasets should be cached. If None, a default directory is used, either in$XDG_DATA_HOME/tslearn/UCR_UEAif the environment variable is set or~/.tslearn/datasetsotherwise. - Add
VARIMAandAutoVARIMAforcasting estimator.
Changed
- Fix masking issue in
LearningShapeletswith Keras 3.14 - Fix imputer crash (#659)
TimeSeriesScalerMinMaxandTimeSeriesScalerMeanVariancenow scales based on fitted data characteristics whenper_timeseriesis False. (#280)- Fix
LearningShapelets.shapelets_attribute computation. - Fix
LearningShapeletswith MPS due to unsupported float64 precision - Rework
dtwandfrechetcomputation for torch backend to speed things up.