Skip to content

Releases: givasile/effector

v0.1.6

14 Apr 08:46

Choose a tag to compare

fix: new version

v0.1.2

25 Feb 10:46

Choose a tag to compare

Changed

  • all plots return a fig, ax tuple, if the user wants to modify the plot further.
  • default plot titles now display full method name, e.g., Accumulated Local Effects instead of ALE.
  • changed README.md to reflect the new changes.

Added

  • license
  • documentation for space partitioning methods

v0.1.1

17 Feb 14:52

Choose a tag to compare

[0.1.1] - 2025-02-17

Changed

  • Updated GitHub Actions workflows:

    • Modified pulish_to_pypi.yml to be triggered only on major or minor version changes.
    • Modified publish_documenation.yml to be triggered only on major or minor version changes.
  • add changelog.md to the documentation