File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ExplainableAI.jl
2
2
3
+ ## Version ` v0.10.1 `
4
+ - ![ Bugfix] [ badge-bugfix ] Fix bug in ` NoiseAugmentation ` constructor ([ #183 ] )
5
+
3
6
## Version ` v0.10.0 `
4
7
- ![ BREAKING] [ badge-breaking ] Fix default noise level for ` NoiseAugmentation ` ([ #179 ] )
5
8
- ![ Enhancement] [ badge-enhancement ] Constant memory input augmentations ([ #180 ] )
@@ -224,6 +227,7 @@ Performance improvements:
224
227
[ VisionHeatmaps ] : https://julia-xai.github.io/XAIDocs/VisionHeatmaps/stable/
225
228
[ TextHeatmaps ] : https://julia-xai.github.io/XAIDocs/TextHeatmaps/stable/
226
229
230
+ [ #183 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/183
227
231
[ #180 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/180
228
232
[ #179 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/179
229
233
[ #177 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/177
Original file line number Diff line number Diff line change 1
1
name = " ExplainableAI"
2
2
uuid = " 4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
3
3
authors = [
" Adrian Hill <[email protected] >" ]
4
- version = " 0.10.1-DEV "
4
+ version = " 0.10.1"
5
5
6
6
[deps ]
7
7
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
You can’t perform that action at this time.
0 commit comments