Skip to content

Commit

Permalink
Remove deprecated functions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Feb 14, 2024
1 parent 2fe8d9f commit 34b05ef
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions src/XAIBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ include("heatmaps.jl")
# Utilities for XAI methods that compute Explanations w.r.t. specific features:
include("feature_selection.jl")

# To be removed in next breaking release:
include("deprecated.jl")

export AbstractXAIMethod
export Explanation
export analyze
Expand Down
10 changes: 0 additions & 10 deletions src/deprecated.jl

This file was deleted.

5 changes: 0 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,4 @@ using JuliaFormatter
@info "Testing text heatmaps..."
include("test_textheatmap.jl")
end
@testset "Deprecations" begin
# To be removed in next breaking release
@info "Testing deprecations..."
include("test_deprecated.jl")
end
end
6 changes: 0 additions & 6 deletions test/test_deprecated.jl

This file was deleted.

0 comments on commit 34b05ef

Please sign in to comment.