Skip to content

Commit

Permalink
Re-add deprecations of #1455
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Apr 26, 2024
1 parent 8048731 commit 8b7e47d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/Deprecations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -228,13 +228,7 @@

# Deprecated in 0.31.0

# TODO: remove the following functions and uncomment the deprecation for the 0.31.0 minor breaking release

force_coerce_cyclo(a::AbsSimpleNumField, b::AbsSimpleNumFieldElem, throw_error::Type{Val{T}}) where {T} = force_coerce_cyclo(a, b, Val(T))
reduce_full(A::SMat{T}, g::SRow{T}, trafo::Type{Val{N}}) where {N, T} = reduce_full(A, g, Val(N))
gens(A::GroupAlgebra, return_full_basis::Type{Val{T}}) where T = gens(A, Val(T))
gens(A::AbstractAssociativeAlgebra, return_full_basis::Type{Val{T}}; thorough_search::Bool = false) where T = gens(A, Val(T); thorough_search)
# @deprecate force_coerce_cyclo(a::AbsSimpleNumField, b::AbsSimpleNumFieldElem, throw_error::Type{Val{T}}) where {T} force_coerce_cyclo(a, b, Val(T)) false
# @deprecate reduce_full(A::SMat{T}, g::SRow{T}, trafo::Type{Val{N}}) where {N, T} reduce_full(A, g, Val(N))
# @deprecate gens(A::GroupAlgebra, return_full_basis::Type{Val{T}}) where T gens(A, Val(T))
# @deprecate gens(A::AbstractAssociativeAlgebra, return_full_basis::Type{Val{T}}; thorough_search::Bool = false) where T gens(A, Val(T); thorough_search)
@deprecate force_coerce_cyclo(a::AbsSimpleNumField, b::AbsSimpleNumFieldElem, throw_error::Type{Val{T}}) where {T} force_coerce_cyclo(a, b, Val(T)) false
@deprecate reduce_full(A::SMat{T}, g::SRow{T}, trafo::Type{Val{N}}) where {N, T} reduce_full(A, g, Val(N))
@deprecate gens(A::GroupAlgebra, return_full_basis::Type{Val{T}}) where T gens(A, Val(T))
@deprecate gens(A::AbstractAssociativeAlgebra, return_full_basis::Type{Val{T}}; thorough_search::Bool = false) where T gens(A, Val(T); thorough_search)

0 comments on commit 8b7e47d

Please sign in to comment.