This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
Releases: baraline/convst
Releases · baraline/convst
v0.3.1
v0.3.0
v0.2.7
v0.2.6
v0.2.5
What's Changed
This version will result in a loss of time performance for RDST Ensemble, but removes the problem of numba cache explosion that was happening. Joblib backend now uses threads rather than processes for Ensemble by default, which was causing the re-compilation of some functions.
Some class color for interpreter plot were also not in line with the boxplot graphs.
- Adding recent CSV results by @baraline in #35
- Tentative fix for numba cache + interpreter class colors by @baraline in #36
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Debug length change if l>m by @baraline in #26
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #27
- Add plot utils, modify base dilation generation scheme by @baraline in #29
- Remove prime dilation as default to avoid test fail due to loss of accuracy by @baraline in #30
- Updating version and removing test and docs dependencies by @baraline in #31
- Reverting docs dependencies by @baraline in #32
New Contributors
- @lgtm-com made their first contribution in #27
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
v0.2.1
FIx bugs introduced by v0.2.0
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- New RDST API for all type of time series data, new parameters for shapelet sampling (subsampling, alpha similarity).
- New RDST Ensemble classifier
- New Interpreter classes for RDST classifiers (WIP)
- Bug fixes from v0.1.5.2
- Some optimizations for shapelet generation and transform
- Update of the paper scripts to the new API
What's Changed
Full Changelog: v0.1.5.2...v0.2.0