diff --git a/CHANGELOG.md b/CHANGELOG.md index b75c76e..21489d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # XAIBase.jl +## Version `v1.3.0` +* ![Feature][badge-feature] Add feature selectors ([#12][pr-12]) +* ![Documentation][badge-docs] Add documentation ([#11][pr-11]) + ## Version `v1.2.0` * ![Feature][badge-feature] Add API for direct heatmapping ([#9][pr-9]) @@ -25,6 +29,8 @@ This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of ![Documentation][badge-docs] --> +[pr-12]: https://github.com/Julia-XAI/XAIBase.jl/pull/12 +[pr-11]: https://github.com/Julia-XAI/XAIBase.jl/pull/11 [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 diff --git a/Project.toml b/Project.toml index a253cd1..6c69ab2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "XAIBase" uuid = "9b48221d-a747-4c1b-9860-46a1d8ba24a7" authors = ["Adrian Hill "] -version = "1.2.0" +version = "1.3.0" [deps] TextHeatmaps = "2dd6718a-6083-4824-b9f7-90e4a57f72d2" diff --git a/README.md b/README.md index d608329..5084841 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # XAIBase.jl -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Julia-XAI.github.io/XAIBase.jl/stable/) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://julia-xai.github.io/XAIDocs/XAIBase/stable/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Julia-XAI.github.io/XAIBase.jl/dev/) [![Build Status](https://github.com/Julia-XAI/XAIBase.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Julia-XAI/XAIBase.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/Julia-XAI/XAIBase.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Julia-XAI/XAIBase.jl) @@ -62,6 +62,6 @@ For more information, take a look at `src/XAIBase.jl`. > for the Berlin Institute for the Foundations of Learning and Data (BIFOLD) (01IS18037A). -[url-org]:https://github.com/Julia-XAI +[url-org]: https://github.com/Julia-XAI [url-explainableai]: https://github.com/Julia-XAI/ExplainableAI.jl [docs-extensions]: https://pkgdocs.julialang.org/v1/creating-packages/#Conditional-loading-of-code-in-packages-(Extensions) \ No newline at end of file