From 3953c66eb3fdbc95006f031a0b62a16ff6ac2e8f Mon Sep 17 00:00:00 2001 From: Adrian Hill Date: Wed, 6 Dec 2023 19:42:21 +0100 Subject: [PATCH] XAIBase v1.2.0 --- CHANGELOG.md | 4 ++++ Project.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0103a55..b75c76e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # XAIBase.jl +## Version `v1.2.0` +* ![Feature][badge-feature] Add API for direct heatmapping ([#9][pr-9]) + ## Version `v1.1.1` * ![Bugfix][badge-bugfix] Fix keyword argument `add_batch_dim` ([#8][pr-8]) @@ -22,6 +25,7 @@ This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of ![Documentation][badge-docs] --> +[pr-9]: https://github.com/Julia-XAI/XAIBase.jl/pull/9 [pr-8]: https://github.com/Julia-XAI/XAIBase.jl/pull/8 [pr-6]: https://github.com/Julia-XAI/XAIBase.jl/pull/6 [pr-5]: https://github.com/Julia-XAI/XAIBase.jl/pull/5 diff --git a/Project.toml b/Project.toml index 9a44456..a253cd1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "XAIBase" uuid = "9b48221d-a747-4c1b-9860-46a1d8ba24a7" authors = ["Adrian Hill "] -version = "1.1.1" +version = "1.2.0" [deps] TextHeatmaps = "2dd6718a-6083-4824-b9f7-90e4a57f72d2"