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

v0.2.5

Compare
Choose a tag to compare
@baraline baraline released this 29 Dec 10:15
· 53 commits to main since this release
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