What's Changed * Select variables when using plot_dist by Aggrathon in https://github.com/edahelsinki/pyslise/pull/12 * Update the testing with coverage, linting, and Python 3.12
2.2.3
SLISE now works with Python 3.11 (and probably soon 3.12, when `numba` gets updated) .
2.2.2
What's Changed * Numba tweaks by Aggrathon in https://github.com/edahelsinki/pyslise/pull/9 - Default to num_threads = 1 to avoid horrible performance on some CPUs - Add signatures to jitted functions (for faster and more reusable jitting)
2.2.1
What's Changed * Automatically ravel Y (in case of a matrix) * Since (the dependency) `PyLBFGS` does not work with `cython >= 3.0`, the requirements has been updated
2.2.0
Rename impact to terms and add a citation for the newly published paper on using SLISE for local explanations.
2.1.3
Improve the documentation (and build an online documentation webpage)