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 https://github.com/baraline/convst/pull/35
* Tentative fix for numba cache + interpreter class colors by baraline in https://github.com/baraline/convst/pull/36
**Full Changelog**: https://github.com/baraline/convst/compare/v0.2.4...v0.2.5