Releases: Julia-XAI/XAIBase.jl
Releases · Julia-XAI/XAIBase.jl
v4.0.0
XAIBase v4.0.0
- Implementing new analyzers now requires a
call_analyzer
method instead of making the analyzer struct callable. This helps with type stability (#20) - Add
input
field toExplanation
struct (#20) - Remove
analyze
keyword-argumentadd_batch_dim
, which made the assumption of array inputs (#20) - Remove type annotations that restricted
analyze
toAbstractArray
inputs (#20) - XAIBase is now fully type stable and tested with JET.jl (#20)
- Modularize tests (#17)
Merged pull requests:
Closed issues:
v3.0.0
XAIBase v3.0.0
- Remove heatmapping functionality. Users are now required to manually load either VisionHeatmaps.jl or TextHeatmaps.jl. (#16)
Merged pull requests:
v2.0.0
v1.3.0
v1.2.0
XAIBase v1.2.0
Merged pull requests:
v1.1.1
XAIBase v1.1.1
Merged pull requests:
v1.1.0
XAIBase v1.1.0
Merged pull requests:
- Add VisionHeatmaps package extension (#2) (@adrhill)
- Make TextHeatmaps and VisionHeatmaps strong dependencies (#4) (@adrhill)
- Add heatmap preset field to
Explanation
struct (#5) (@adrhill) - Avoid breaking changes (#6) (@adrhill)
Closed issues:
- Add
Explanation
field for heatmapping preset (#3)