Recent Releases of distance-explainer

distance-explainer - v0.4.0

What's Changed

  • 16 fix failing actions by @cwmeijer in https://github.com/dianna-ai/distance_explainer/pull/18
  • don't return neutral value, refs #19 by @cwmeijer in https://github.com/dianna-ai/distance_explainer/pull/21
  • 17 add quickstart by @cwmeijer in https://github.com/dianna-ai/distance_explainer/pull/22

Full Changelog: https://github.com/dianna-ai/distance_explainer/compare/v0.3.0...v0.4.0

- Python
Published by cwmeijer over 1 year ago

distance-explainer - v0.3.0

Main changes in this release:

  • Better "neutral values" are returned: see https://github.com/dianna-ai/distanceexplainer/commit/12a0d03250e0b17b066f5d47e20058833f0bac31 and https://github.com/dianna-ai/distanceexplainer/commit/39433b5d7a19b9d6ca710ecc42fa89e6370b242c
  • Add lower limit for DIANNA >= 1.4, which introduced a backwards incompatible change to a masking function that we use.
  • Some type hinting:
    • Dropped Python 3.8 support to use tuple builtin types
    • Initial numpy NDArray hinting
  • CI: added a PyPI release workflow
  • Various minor fixes and clean-up

Full Changelog: https://github.com/dianna-ai/distance_explainer/compare/v0.2.0...v0.3.0

- Python
Published by egpbos almost 2 years ago

distance-explainer - v0.2.0

Since 0.1.0 (which wasn't officially released, but still):

  • Fixed the one-sided mode
  • Moved to src-based layout
  • Other small fixes

- Python
Published by egpbos over 2 years ago

distance-explainer - v0.0.0

initial release to trigger Zenodo DOI creation

- Python
Published by cwmeijer over 2 years ago