Skip to content

Commit 26baa47

Browse files
committed
ExplainableAI v0.5.6
1 parent 3cf3f8f commit 26baa47

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# ExplainableAI.jl
2+
## Version `v0.5.6`
3+
- ![Bugfix][badge-bugfix] Drop Flux `v0.12` due to compatibility issues in `preactivation` ([#99][pr-99])
4+
25
## Version `v0.5.5`
36
- ![Bugfix][badge-bugfix] Ignore bias in `WSquareRule`
47
- ![Enhancement][badge-enhancement] Faster `FlatRule` on Dense layers ([#96][pr-96])
@@ -118,6 +121,7 @@ Performance improvements:
118121
[pr-93]: https://github.com/adrhill/ExplainableAI.jl/pull/93
119122
[pr-96]: https://github.com/adrhill/ExplainableAI.jl/pull/96
120123
[pr-98]: https://github.com/adrhill/ExplainableAI.jl/pull/98
124+
[pr-99]: https://github.com/adrhill/ExplainableAI.jl/pull/99
121125

122126
[flat-wsquare-commit]: https://github.com/adrhill/ExplainableAI.jl/commit/a6e2c59094fe4f1d4b744123de79407ccbd4b972
123127

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.5"
4+
version = "0.5.6"
55

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

0 commit comments

Comments
 (0)