Skip to content

Releases: Julia-XAI/RelevancePropagation.jl

v2.0.1

18 Mar 17:58
Compare
Choose a tag to compare

RelevancePropagation v2.0.1

Diff since v2.0.0

Merged pull requests:

v2.0.0

21 Feb 15:16
Compare
Choose a tag to compare

RelevancePropagation v2.0.0

Diff since v1.1.0

This release removes the automatic reexport of heatmapping functionality.
Users are now required to manually load VisionHeatmaps.jl and/or TextHeatmaps.jl.

This reduces the maintenance burden for new heatmapping features and the amount of dependencies for users who don't require heatmapping functionality.

  • BREAKING Remove reexport of heatmapping functionality by updating XAIBase dependency to v3.0.0 (#13).
  • Feature Add support for LayerNorm and Scale layers (#9)
  • Feature Add LayerNormRule (#9)
  • Documentation Add LRP rule overview to docs (#12)

Some internal improvements were made as well:

  • Maintenance Update canonize mechanism to include model splitting pass canonize_split (#9)
  • Maintenance Improve modify_layer by introducing get_weight and get_bias abstractions to handle varying field names (#9)
  • Maintenance Update LayerMap to use ModelIndex (#10)
  • Maintenance Make chainzip more robust (#11)

Merged pull requests:

v1.1.0

07 Feb 16:27
Compare
Choose a tag to compare

RelevancePropagation v1.1.0

Diff since v1.0.1

  • Feature Support SkipConnection layers (#8)
  • Documentation Document LRP rule notation in API reference (e11c234)

Merged pull requests:

v1.0.1

05 Feb 13:18
Compare
Choose a tag to compare

RelevancePropagation v1.0.1

Diff since v1.0.0

Merged pull requests:

v1.0.0

29 Jan 23:13
Compare
Choose a tag to compare

RelevancePropagation v1.0.0

Merged pull requests:

  • Initial functionality (#1) (@adrhill)
  • Remove Tullio package extension (#2) (@adrhill)
  • Rename package to RelevancePropagation.jl (#3) (@adrhill)
  • Add LRP documentation from ExplainableAI.jl (#4) (@adrhill)
  • Refactor CRP to use XAIBase feature selectors (#5) (@adrhill)