Skip to content

Commit 2cacfed

Browse files
committed
VisionHeatmaps v1.4.0
1 parent 4c8909a commit 2cacfed

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# VisionHeatmaps.jl
2+
## Version `v1.4.0`
3+
* ![Feature][badge-feature] Add heatmap overlays on Explanations ([#10][pr-10])
4+
* ![Maintenance][badge-maintenance] Use Configurations.jl for keyword argument handling ([#9][pr-9])
5+
6+
27
## Version `v1.3.1`
3-
* ![Feature][badge-feature] Add XAIBase dependecy ([#7][pr-7], [#8][pr-8])
8+
* ![Feature][badge-feature] Add XAIBase dependency ([#7][pr-7], [#8][pr-8])
49

510
## Version `v1.2.0`
611
* ![Feature][badge-feature] Add heatmap overlays ([#5][pr-5])
@@ -12,6 +17,8 @@
1217
## Version `v1.0.0`
1318
* Initial release
1419

20+
[pr-10]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/10
21+
[pr-9]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/9
1522
[pr-8]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/8
1623
[pr-7]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/7
1724
[pr-6]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/6

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VisionHeatmaps"
22
uuid = "27106da1-f8bc-4ca8-8c66-9b8289f1e035"
33
authors = ["Adrian Hill <gh@adrianhill.de>"]
4-
version = "1.3.1"
4+
version = "1.4.0"
55

66
[deps]
77
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"

0 commit comments

Comments
 (0)