- [added] Task-API interface. (#35) The Benchmark class allows now to specify one of the supported NLP tasks and handles explanation and evaluation according to the semantic of the task.
- [added] Support to speech models for classification (#36). The library exposes a new SpeechBenchmark class that implements the methodology presentend in this paper.
- [deprecated] We deprecated the methods evaluate_samples and show_samples_evaluation_table since they run basic aggregation / averaging which we decided to leave to the user.
- [added] Integrated interface to Thermostat datasets and pre-coumpute feature attributions
- [added] GPU inference for all the supported explainers
- [added] Batched inference on both CPU and GPU (see our usage guides)
- New cool-looking docs using Furo.
- First release on PyPI. And a lot of dreams ahead of us.