Skip to content

Commit 185cd64

Browse files
committed
ExplainableAI v0.5.4
1 parent 164030c commit 185cd64

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
# ExplainableAI.jl
2+
## Version `v0.5.4`
3+
This release brings bugfixes and usability features:
4+
- ![Feature][badge-feature] Add pretty printing of LRP analyzers, summarizing how layers and rules are matched up ([#89][pr-89])
5+
- ![Feature][badge-feature] Add LRP support for `ConvTranspose` and `CrossCor` layers
6+
- ![Documentation][badge-docs] Add equations of LRP rules to docstrings
7+
8+
Bugfixes:
9+
- ![Bugfix][badge-bugfix] Fix bug affecting `AlphaBetaRule`, `ZPlusRule` and `ZBoxRule`, where mutating the layer modified Zygote pullbacks ([#92][pr-92])
10+
- ![Bugfix][badge-bugfix] Fix bug in `FlatRule` bias ([#92][pr-92])
11+
- ![Bugfix][badge-bugfix] Fix input modification for `FlatRule` and `WSquareRule` ([#93][pr-93])
12+
13+
214
## Version `v0.5.3`
315
Big feature release that adds LRP composites and presets:
4-
- ![Feature][badge-feature] Add LRP `Composite` and composite primitives([#84][pr-84])
16+
- ![Feature][badge-feature] Add LRP `Composite` and composite primitives ([#84][pr-84])
517
- ![Feature][badge-feature] Add LRP composite presets ([#87][pr-87])
618
- ![Feature][badge-feature] Add LRP `ZPlusRule` ([#88][pr-88])
719
- ![Enhancement][badge-enhancement] Export union-types of Flux layers for easy definition of LRP composites
8-
- ![Enhancement][badge-enhancement] Improvements to docstrings and documentation
20+
- ![Documentation][badge-docs] Improvements to docstrings and documentation
921

1022
## Version `v0.5.2`
1123
This release temporarily adds ImageNet pre-processing utilities. This enables users users to apply XAI methods on pretrained vision models from Metalhead.jl. *Note that this functionality will be deprecated once matching functionality is in either Metalhead.jl or MLDatasets.jl.*
@@ -94,6 +106,10 @@ Performance improvements:
94106
[pr-84]: https://github.com/adrhill/ExplainableAI.jl/pull/84
95107
[pr-87]: https://github.com/adrhill/ExplainableAI.jl/pull/87
96108
[pr-88]: https://github.com/adrhill/ExplainableAI.jl/pull/88
109+
[pr-89]: https://github.com/adrhill/ExplainableAI.jl/pull/89
110+
[pr-92]: https://github.com/adrhill/ExplainableAI.jl/pull/92
111+
[pr-93]: https://github.com/adrhill/ExplainableAI.jl/pull/93
112+
97113
[flat-wsquare-commit]: https://github.com/adrhill/ExplainableAI.jl/commit/a6e2c59094fe4f1d4b744123de79407ccbd4b972
98114

99115

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExplainableAI"
22
uuid = "4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
33
authors = ["Adrian Hill"]
4-
version = "0.5.3"
4+
version = "0.5.4"
55

66
[deps]
77
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"

0 commit comments

Comments
 (0)