Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Releases: baraline/convst

v0.3.1

Choose a tag to compare

@baraline baraline released this 03 Aug 07:27
0e41569

Update tests for py 3.11
Update dependencies
Update interpreter API
Update dataset API for aeon 0.4

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@baraline baraline released this 12 Jun 17:15
597d852

What's Changed

  • correcting key error issue, removing sktime as dependency, replaced by aeon by @baraline in #48
  • removed distance function as function / class parameter to avoid Numba compilation issues.
    Full Changelog: v0.2.7...v0.3.0

v0.2.7

Choose a tag to compare

@baraline baraline released this 16 Mar 18:57
a2ec562

What's Changed

Fix for multivariate transformation not correctly working when using numba parallel option and n_jobs>1.

  • Fix for parallel multivariate initialisation by @baraline in #45

Full Changelog: v0.2.6...v0.2.7

v0.2.6

Choose a tag to compare

@baraline baraline released this 11 Mar 13:09
4913df1

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@baraline baraline released this 29 Dec 10:15
52adf24

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

Choose a tag to compare

@baraline baraline released this 05 Dec 16:04
48162b7

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

Choose a tag to compare

@baraline baraline released this 09 Nov 11:14
47869a6

What's Changed

  • Fixing RDST Ensemble n_jobs, adding length bounds and dilation scheme parameter by @baraline in #23
  • Correction n_jobs setting, ambiguous names and prime generation by @baraline in #25

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@baraline baraline released this 04 Nov 12:18
008f57b

What's Changed

  • 21 bug alpha similarity with multiple input lengths by @baraline in #22

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@baraline baraline released this 05 Oct 19:25
28094d6

FIx bugs introduced by v0.2.0

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@baraline baraline released this 27 Sep 19:50
  • 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