Skip to content

Commit 8d50760

Browse files
committed
Bump version
1 parent 032b617 commit 8d50760

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ExplainableAI.jl
22

3+
## Version `v0.10.2`
4+
- ![Feature][badge-feature] Tested GPU support for `Gradient`, `InputTimesGradient`, `SmoothGrad`, `IntegratedGradients`
5+
- ![Feature][badge-feature] `NoiseAugmentation` and `SmoothGrad` show a progress meter by default.
6+
37
## Version `v0.10.1`
48
- ![Bugfix][badge-bugfix] Fix bug in `NoiseAugmentation` constructor ([#183])
59

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 <gh@adrianhill.de>"]
4-
version = "0.10.1"
4+
version = "0.10.2-DEV"
55

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

0 commit comments

Comments
 (0)