Added
* Model agnostic counterfactual explanations has been added.
* Shapelet forest counterfactual explanations has been refined.
* KNearestNeighbors counterfactual explanations has been refined.
* Synthetic generation of outlier detection datasets.
* IsolationShapeletForest has been added. A novel semi-supervised method for detecting
time series outliers.
* Fast computation of scaled and unscaled dynamic time warping (using the UCRSuite algorithm).
* LB_Keogh lower bound and envelope.
* Add new class `Repository` which represents a collection of bundles
* `datasets.set_cache_dir` to globally change the default cache directory
* `datasets.clear_cache` to clear the cache
Deprecated
* `datasets.load_all_datasets` has been replaced by `load_datasets`
Changed
* `wildboar.datasets.install_repository` now installs a repository instead of a bundle
* Rename `Repository` to `Bundle`