Skip to content

v0.6.1

Compare
Choose a tag to compare
@AnesBenmerzoug AnesBenmerzoug released this 13 Apr 12:18
· 2025 commits to develop since this release

🏗 Bug fixes and minor improvements

  • Fix parsing keyword arguments of compute_semivalues dispatch function by @kosmitive in #333
  • Create new RayExecutor class based on the concurrent.futures API, use the new class to fix an issue with Truncated Monte Carlo Shapley (TMCS) starting too many processes and dying, plus other small changes by @AnesBenmerzoug in #329
  • Fix creation of GroupedDataset objects using the from_arrays and from_sklearn class methods by @AnesBenmerzoug in #334
  • Fix release job not triggering on CI when a new tag is pushed by @AnesBenmerzoug in #331
  • Added alias ApproShapley from Castro et al. 2009 for permutation Shapley by @mdbenito in #332

Full Changelog: v0.6.0...v0.6.1