We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730eae0 commit 2bb2ea8Copy full SHA for 2bb2ea8
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# ExplainableAI.jl
2
+## Version `v0.5.7`
3
+- ![Bugfix][badge-bugfix] Fix `WSquareRule` dispatch on Dense layers
4
+- ![Maintenance][badge-maintenance] Fix `Vararg` deprecation warnings from composites
5
+
6
## Version `v0.5.6`
7
- ![Bugfix][badge-bugfix] Drop Flux `v0.12` due to compatibility issues in `preactivation` ([#99][pr-99])
8
Project.toml
@@ -1,7 +1,7 @@
name = "ExplainableAI"
uuid = "4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
authors = ["Adrian Hill"]
-version = "0.5.6"
+version = "0.5.7"
[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
0 commit comments