Skip to content

Commit 32cb74e

Browse files
committed
ExplainableAI v0.10.0
1 parent 0033827 commit 32cb74e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.
@@ -9,7 +13,6 @@
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`
1417
This release removes the automatic reexport of heatmapping functionality.
1518
Users 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

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

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

0 commit comments

Comments
 (0)