File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
9
## Version ` v0.6.0 `
3
10
This release brings a large refactor of LRP analyzers,
4
11
supporting nested "dataflow layers" from Flux.jl like ` Chain ` and ` Parallel ` layers.
@@ -158,6 +165,11 @@ Performance improvements:
158
165
![Maintenance][badge-maintenance]
159
166
![Documentation][badge-docs]
160
167
-->
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
161
173
[ pr-138 ] : https://github.com/adrhill/ExplainableAI.jl/pull/138
162
174
[ pr-137 ] : https://github.com/adrhill/ExplainableAI.jl/pull/137
163
175
[ pr-136 ] : https://github.com/adrhill/ExplainableAI.jl/pull/136
Original file line number Diff line number Diff line change 1
1
name = " ExplainableAI"
2
2
uuid = " 4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
3
3
authors = [" Adrian Hill" ]
4
- version = " 0.6.0 "
4
+ version = " 0.6.1 "
5
5
6
6
[deps ]
7
7
ColorSchemes = " 35d6a980-a343-548e-a6ea-1d62b119f2f4"
You can’t perform that action at this time.
0 commit comments