File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# ExplainableAI.jl
22
3+ ## Version ` v0.10.0 `
4+ - ![ BREAKING] [ badge-breaking ] Fix default noise level for ` NoiseAugmentation ` ([ #179 ] )
5+ - ![ Enhancement] [ badge-enhancement ] Constant memory input augmentations ([ #180 ] )
6+
37## Version ` v0.9.0 `
48- ![ Feature] [ badge-feature ] Support selection of AD backends via DifferentiationInterface.jl. ([ #167 ] )
59- ![ BREAKING] [ badge-breaking ] For gradient-based XAI methods, an AD backend must now be manually loaded.
913 This adds a field to the ` Explanation ` return type and removes the ` add_batch_dim ` keyword argument.
1014 Refer to the [ XAIBase.jl changelog] ( https://github.com/Julia-XAI/XAIBase.jl/blob/main/CHANGELOG.md#version-v400 ) for more information. ([ #174 ] )
1115
12-
1316## Version ` v0.8.0 `
1417This release removes the automatic reexport of heatmapping functionality.
1518Users are now required to manually load
@@ -221,6 +224,8 @@ Performance improvements:
221224[ VisionHeatmaps ] : https://julia-xai.github.io/XAIDocs/VisionHeatmaps/stable/
222225[ TextHeatmaps ] : https://julia-xai.github.io/XAIDocs/TextHeatmaps/stable/
223226
227+ [ #180 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/180
228+ [ #179 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/179
224229[ #177 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/177
225230[ #174 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/174
226231[ #167 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/167
Original file line number Diff line number Diff line change 11name = " ExplainableAI"
22uuid = " 4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
33authors = [" Adrian Hill <gh@adrianhill.de>" ]
4- version = " 0.10.0-DEV "
4+ version = " 0.10.0"
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
You can’t perform that action at this time.
0 commit comments