Skip to content

Releases: xai4space/meteors

v0.1.2

21 Nov 21:37
202202e
Compare
Choose a tag to compare

🛎️ Chores

  • update the package version (#142)

🩺 Bug Fixes

  • documentation version alias update fixed (#139)

📚 Documentation

  • tutorials fixes (#129)
  • fixed documentation versioning (#135)
  • Documentation template update (#134)
  • fix reference docs for visualizer modules (#133)
  • fix navbar for new tutorials (#132)
  • update changelog.md for v0.1.1 [skip ci] (#131)

🔨 Features

  • Added Hyperlinks to the PR in changelog (#136)

v0.1.1

18 Nov 11:28
d0b9b10
Compare
Choose a tag to compare

🛎️ Chores

  • update package version (#130)

📚 Documentation

  • refine the tutorial for lime and add tutorial for attributions methods (#128)
  • refine the example for segmentation problem type (#124)
  • update changelog.md for 0.1.0 [skip ci] (#113)

🩺 Bug Fixes

  • Moved the postprocessing to the ExplainableModel (#123)
  • Corrected visualisers (#118)
  • Corrected Attributes Functionalities (#117)
  • changelog.md and release notes do not contain all commits due to the commit processor not parsing multi-line commit messages. (#116)

🔨 Features

  • Updated release and docs GitHub actions to tigger when GitHub tag is pushed (#119)

v0.1.0

29 Oct 11:18
229bcab
Compare
Choose a tag to compare

🛎️ Chores

  • update the project version (#112)
  • reduced coverage threshold (#94)

🔨 Features

  • 96 feat segmentation support for attribution methods (#103)
  • refactored the package structure (#111)
  • Custom errors (#101)

🩺 Bug Fixes

  • corrected visualizations (#106)
  • Updated occlusion (#93)
  • 91 docs the lime illustration image is missing in the docs (#92)

📚 Documentation

  • update changelog.md for 0.0.4 [skip ci] (#90)

v0.0.4

26 Sep 04:41
f6c7587
Compare
Choose a tag to compare

🩺 Bug Fixes

  • infinite loop in segmentation (#87)

v0.0.3

23 Sep 23:46
9727bd1
Compare
Choose a tag to compare

🩺 Bug Fixes

  • github action release workflow to pypi (#83)

LIME method

12 Sep 13:16
e6e9094
Compare
Choose a tag to compare
LIME method Pre-release
Pre-release

meteors version 0.0.1 is the pre-release version implementing the very basics of LIME attribution method.