File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# ExplainableAI.jl
2
+ ## Version ` v0.6.3 `
3
+ - ![ Enhancement] [ badge-enhancement ] Allow Gradient analyzers on non-Flux models ([ #150 ] [ pr-150 ] )
4
+ - ![ Bugfix] [ badge-bugfix ] Fix typo in ` BATCHDIM_MISSING ` error ([ #150 ] [ pr-150 ] )
5
+
2
6
## Version ` v0.6.2 `
3
7
This is first release of ExplainableAI.jl as part of the
4
8
[ Julia-XAI] ( https://github.com/Julia-XAI ) organization ([ #149 ] [ pr-149 ] )
5
- and the last release that includes LRP before it is moved to its own separate package.
9
+ and the last minor release that includes LRP before it is moved to its own separate package.
6
10
7
11
- ![ Feature] [ badge-feature ] Add Concept Relevance Propagation analyzer ` CRP ` ([ #146 ] [ pr-146 ] , [ #148 ] [ pr-148 ] )
8
12
- ![ Feature] [ badge-feature ] Add option to process heatmaps batch-wise
@@ -176,6 +180,7 @@ Performance improvements:
176
180
![Maintenance][badge-maintenance]
177
181
![Documentation][badge-docs]
178
182
-->
183
+ [ pr-150 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/150
179
184
[ pr-149 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/149
180
185
[ pr-148 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/148
181
186
[ pr-147 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/147
Original file line number Diff line number Diff line change 1
1
name = " ExplainableAI"
2
2
uuid = " 4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
3
- authors = [" Adrian Hill" ]
4
- version = " 0.6.2 "
3
+ authors = [
" Adrian Hill <[email protected] > " ]
4
+ version = " 0.6.3 "
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