| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-12 | 1.2 kB | |
| v0.7.0 source code.tar.gz | 2025-11-12 | 9.7 MB | |
| v0.7.0 source code.zip | 2025-11-12 | 9.8 MB | |
| Totals: 3 Items | 19.4 MB | 2 | |
version 0.7.0
Changed
- Explicit exception when using Global Alignment Kernel with sigma close to zero (https://github.com/tslearn-team/tslearn/issues/440)
- Fixed shifting in K-shape shape extraction process (https://github.com/tslearn-team/tslearn/issues/385)
- Support for scikit-learn up to 1.7 (https://github.com/tslearn-team/tslearn/issues/549)
- Fixed LearningShapelets with variable length timeseries (https://github.com/tslearn-team/tslearn/issues/352)
- The shapelets module now depends on Keras3+ and the underlying backend can be selected through the KERAS_BACKEND environment variable. Defaults to the first found installed backend among torch, tensorflow and jax (in that order).
Removed
- Support for Python versions 3.8 and 3.9 is dropped
Added
- per_timeseries and per_feature options for min-max and mean-variance scalers (https://github.com/tslearn-team/tslearn/issues/536)
- TimeSeriesImputerclass: missing value imputer for time series (https://github.com/tslearn-team/tslearn/issues/564)
- Frechet metrics and KNeighbors integration (https://github.com/tslearn-team/tslearn/issues/402)