Skip to content

Commit 3194194

Browse files
committed
Update CHANGELOG
1 parent a842404 commit 3194194

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 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`
5-
- ![Feature][badge-feature] `NoiseAugmentation` and `SmoothGrad` show a progress meter by default.
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])
66

77
## Version `v0.10.1`
88
- ![Bugfix][badge-bugfix] Fix bug in `NoiseAugmentation` constructor ([#183])
@@ -231,6 +231,7 @@ Performance improvements:
231231
[VisionHeatmaps]: https://julia-xai.github.io/XAIDocs/VisionHeatmaps/stable/
232232
[TextHeatmaps]: https://julia-xai.github.io/XAIDocs/TextHeatmaps/stable/
233233

234+
[#184]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/184
234235
[#183]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/183
235236
[#180]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/180
236237
[#179]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/179

0 commit comments

Comments
 (0)