Skip to content

Commit ca359ed

Browse files
committed
ExplainableAI v0.10.1
1 parent b47bf90 commit ca359ed

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,8 @@
11
# ExplainableAI.jl
22

3+
## Version `v0.10.1`
4+
- ![Bugfix][badge-bugfix] Fix bug in `NoiseAugmentation` constructor ([#183])
5+
36
## Version `v0.10.0`
47
- ![BREAKING][badge-breaking] Fix default noise level for `NoiseAugmentation` ([#179])
58
- ![Enhancement][badge-enhancement] Constant memory input augmentations ([#180])
@@ -224,6 +227,7 @@ Performance improvements:
224227
[VisionHeatmaps]: https://julia-xai.github.io/XAIDocs/VisionHeatmaps/stable/
225228
[TextHeatmaps]: https://julia-xai.github.io/XAIDocs/TextHeatmaps/stable/
226229

230+
[#183]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/183
227231
[#180]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/180
228232
[#179]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/179
229233
[#177]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/177

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.1-DEV"
4+
version = "0.10.1"
55

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

0 commit comments

Comments
 (0)