From 2cacfed6c01798e739c15171125e81e960cb8d45 Mon Sep 17 00:00:00 2001 From: Adrian Hill Date: Tue, 20 Feb 2024 17:06:55 +0100 Subject: [PATCH] VisionHeatmaps v1.4.0 --- CHANGELOG.md | 9 ++++++++- Project.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c012c..a62e783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # VisionHeatmaps.jl +## Version `v1.4.0` +* ![Feature][badge-feature] Add heatmap overlays on Explanations ([#10][pr-10]) +* ![Maintenance][badge-maintenance] Use Configurations.jl for keyword argument handling ([#9][pr-9]) + + ## Version `v1.3.1` -* ![Feature][badge-feature] Add XAIBase dependecy ([#7][pr-7], [#8][pr-8]) +* ![Feature][badge-feature] Add XAIBase dependency ([#7][pr-7], [#8][pr-8]) ## Version `v1.2.0` * ![Feature][badge-feature] Add heatmap overlays ([#5][pr-5]) @@ -12,6 +17,8 @@ ## Version `v1.0.0` * Initial release +[pr-10]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/10 +[pr-9]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/9 [pr-8]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/8 [pr-7]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/7 [pr-6]: https://github.com/Julia-XAI/VisionHeatmaps.jl/pull/6 diff --git a/Project.toml b/Project.toml index 06f98d7..7e9ca6b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VisionHeatmaps" uuid = "27106da1-f8bc-4ca8-8c66-9b8289f1e035" authors = ["Adrian Hill "] -version = "1.3.1" +version = "1.4.0" [deps] ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"