Skip to content

Commit cbb2906

Browse files
committed
ExplainableAI v0.6.1
1 parent c23ed66 commit cbb2906

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# ExplainableAI.jl
2+
## Version `v0.6.1`
3+
This release brings GPU support to all analyzers.
4+
- ![Feature][badge-feature] Support LRP on GPUs ([#142][pr-142], [#140][pr-140])
5+
- ![Feature][badge-feature] Support gradient analyzers on GPUs ([#144][pr-144])
6+
- ![Enhancement][badge-enhancement] Make Tullio optional dependency using package extensions ([#141][pr-141])
7+
- ![Documentation][badge-docs] Document GPU support ([#145][pr-145])
8+
29
## Version `v0.6.0`
310
This release brings a large refactor of LRP analyzers,
411
supporting nested "dataflow layers" from Flux.jl like `Chain` and `Parallel` layers.
@@ -158,6 +165,11 @@ Performance improvements:
158165
![Maintenance][badge-maintenance]
159166
![Documentation][badge-docs]
160167
-->
168+
[pr-145]: https://github.com/adrhill/ExplainableAI.jl/pull/145
169+
[pr-144]: https://github.com/adrhill/ExplainableAI.jl/pull/144
170+
[pr-142]: https://github.com/adrhill/ExplainableAI.jl/pull/142
171+
[pr-141]: https://github.com/adrhill/ExplainableAI.jl/pull/141
172+
[pr-140]: https://github.com/adrhill/ExplainableAI.jl/pull/140
161173
[pr-138]: https://github.com/adrhill/ExplainableAI.jl/pull/138
162174
[pr-137]: https://github.com/adrhill/ExplainableAI.jl/pull/137
163175
[pr-136]: https://github.com/adrhill/ExplainableAI.jl/pull/136

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.6.0"
4+
version = "0.6.1"
55

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

0 commit comments

Comments
 (0)