From ca102f960f484724f1d21bc1458dd9238cce616b Mon Sep 17 00:00:00 2001 From: Adrian Hill Date: Fri, 17 Nov 2023 18:29:14 +0100 Subject: [PATCH] XAIBase v1.1.1 --- CHANGELOG.md | 16 ++++++++++++++++ Project.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f877b..0103a55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # XAIBase.jl +## Version `v1.1.1` +* ![Bugfix][badge-bugfix] Fix keyword argument `add_batch_dim` ([#8][pr-8]) + ## Version `v1.1.0` This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of XAIBase ([#4][pr-4]) * ![Feature][badge-feature] Add `heatmap` preset field to `Explanation` struct ([#5][pr-5], [#6][pr-6]) @@ -7,6 +10,19 @@ This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of ## Version `v1.0.0` * Initial release + + +[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 [pr-4]: https://github.com/Julia-XAI/XAIBase.jl/pull/4 diff --git a/Project.toml b/Project.toml index f03a07c..9a44456 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.0" +version = "1.1.1" [deps] TextHeatmaps = "2dd6718a-6083-4824-b9f7-90e4a57f72d2"