Skip to content

Commit 066dc76

Browse files
committed
ExplainableAI v0.10.2
1 parent cf719ae commit 066dc76

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ExplainableAI.jl
22

33
## Version `v0.10.2`
4-
- ![Feature][badge-feature] Tested GPU support for `Gradient`, `InputTimesGradient`, `SmoothGrad`, `IntegratedGradients` ([#184])
5-
- ![Feature][badge-feature] `NoiseAugmentation`s show a progress meter by default. Turn off via `show_progress=false` ([#184])
4+
- ![Feature][badge-feature] GPU support for `Gradient`, `InputTimesGradient`, `SmoothGrad`, `IntegratedGradients` ([#184])
5+
- ![Feature][badge-feature] `NoiseAugmentation` shows a progress meter by default. Turn off via `show_progress=false` ([#184])
66

77
## Version `v0.10.1`
88
- ![Bugfix][badge-bugfix] Fix bug in `NoiseAugmentation` constructor ([#183])

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 <[email protected]>"]
4-
version = "0.10.2-DEV"
4+
version = "0.10.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

0 commit comments

Comments
 (0)