Skip to content

Commit

Permalink
Adapt to thofma#1143
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Jul 6, 2023
1 parent 4c301d8 commit 89b93c6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Deprecations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@

@deprecate factor(a::FacElem{nf_elem, AnticNumberField}, I::NfOrdIdlSet) factor(I, a)

@deprecate factor(f::QQPolyRingElem, R::T) where T <: Union{Nemo.fqPolyRepField, Nemo.fpField} factor(R, f)

@deprecate factor(a::Generic.RationalFunctionFieldElem{T}, R::S) where {T, S<:PolyRing{T}} factor(R, a)

@deprecate factor(a::Generic.RationalFunctionFieldElem, R::HessQR) factor(R, a)
Expand All @@ -101,12 +99,6 @@
@deprecate factor_coprime(a::FacElem{nf_elem, AnticNumberField}, I::NfOrdIdlSet; refine::Bool) factor_coprime(I, a, refine = refine)
@deprecate factor_coprime(a::FacElem{nf_elem, AnticNumberField}, I::NfOrdIdlSet) factor_coprime(I, a)

@deprecate roots(f::QQPolyRingElem, R::T) where T <: Union{Nemo.fqPolyRepField, Nemo.fpField} roots(R, f)

@deprecate roots(f::fpPolyRingElem, K::fqPolyRepField) roots(K, f)

@deprecate roots(f::FpPolyRingElem, K::FqPolyRepField) roots(K, f)

@deprecate roots(f::QQPolyRingElem, K::AnticNumberField; kw...) roots(K, f; kw...)
@deprecate roots(f::ZZPolyRingElem, K::AnticNumberField; kw...) roots(K, f; kw...)

Expand Down

0 comments on commit 89b93c6

Please sign in to comment.