Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@JarneVerhaeghe JarneVerhaeghe released this 25 Sep 17:45
· 1 commit to main since this release
f932728

What's Changed

  • Added support for sklearn pipelines in powershap as a model and appropriate testing, thanks to @eduardokapp: #33
  • Fixed kwargs not propagating properly to the fit of the model: #53
  • Added support for Python 3.13 and appropriate testing: #45
  • Solved bug that resulted in an error when the solve_power could not converge, which resulted in returning a list instead of a float, which is not supported anymore by newer numpy versions: #46
  • Solved issue with Sklearn 1.6, resulting in breaking code due to an internal change to their tag system and validate_data. The minimum sklearn version is now 1.6 as a result: #54
  • Removed support for tensorflow due to stopped support by them for Python 3.10 on Windows (the resulting DeepLearningExplainer does not work as a result, Pytorch is on the roadmap)
  • Migrated to uv from poetry
  • Added testing for Windows
  • Updated testing

New Contributors

Full Changelog: v0.0.11...v0.1.0