Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Jul 25, 2024
1 parent 0a61ed8 commit bfe457d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# XAIBase.jl
## Version `v4.0.0`
* ![BREAKING][badge-breaking] Implementing new analyzers now required implementing a `call_analyzer` method instead of making the analyzer struct callable
* ![BREAKING][badge-breaking] Add `input` field to `Explanation`
* ![BREAKING][badge-breaking] Remove `analyze` keyword-argument `add_batch_dim`
* ![BREAKING][badge-breaking] Implementing new analyzers now requires a `call_analyzer` method instead of making the analyzer struct callable. This helps with type stability ([#20])
* ![BREAKING][badge-breaking] Add `input` field to `Explanation` struct
* ![BREAKING][badge-breaking] Remove `analyze` keyword-argument `add_batch_dim`, which made the assumption of array inputs ([#20])
* ![Feature][badge-feature] Remove type annotations that restricted `analyze` to `AbstractArray` inputs ([#20])
* ![Maintenance][badge-maintenance] XAIBase is now fully type stable and tested with JET.jl ([#20])
* ![Maintenance][badge-maintenance] Modularize tests ([#17])

## Version `v3.0.0`
* ![BREAKING][badge-breaking] Remove heatmapping functionality.
Expand Down Expand Up @@ -46,6 +49,8 @@ This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of
![Documentation][badge-docs]
-->

[#20]: https://github.com/Julia-XAI/XAIBase.jl/pull/20
[#17]: https://github.com/Julia-XAI/XAIBase.jl/pull/17
[#16]: https://github.com/Julia-XAI/XAIBase.jl/pull/16
[#15]: https://github.com/Julia-XAI/XAIBase.jl/pull/15
[#14]: https://github.com/Julia-XAI/XAIBase.jl/pull/14
Expand Down

0 comments on commit bfe457d

Please sign in to comment.