Skip to content

Commit

Permalink
XAIBase v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Jul 27, 2024
1 parent cdd6824 commit 92e3d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "XAIBase"
uuid = "9b48221d-a747-4c1b-9860-46a1d8ba24a7"
authors = ["Adrian Hill <gh@adrianhill.de>"]
version = "4.0.0-DEV"
version = "4.0.0"

[compat]
julia = "1.6"

2 comments on commit 92e3d32

@adrhill
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • BREAKING Implementing new analyzers now requires a call_analyzer method instead of making the analyzer struct callable. This helps with type stability (#20)
  • BREAKING Add input field to Explanation struct (#20)
  • BREAKING Remove analyze keyword-argument add_batch_dim, which made the assumption of array inputs (#20)
  • Feature Remove type annotations that restricted analyze to AbstractArray inputs (#20)
  • Maintenance XAIBase is now fully type stable and tested with JET.jl (#20)
  • Maintenance Modularize tests (#17)

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/111871

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v4.0.0 -m "<description of version>" 92e3d3200d09bfcb29aff0e71dabae2f73f2ce20
git push origin v4.0.0

Please sign in to comment.