Skip to content

Commit

Permalink
Req AA 0.43.5 which provides is_unit(::FieldElem)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 14, 2024
1 parent 09f8f1d commit f287158
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RandomExtensions = "fb686558-2515-59ef-acaa-46db3789a887"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"

[compat]
AbstractAlgebra = "0.43.4"
AbstractAlgebra = "0.43.5"
FLINT_jll = "^300.100.100"
Libdl = "1.6"
LinearAlgebra = "1.6"
Expand Down
2 changes: 0 additions & 2 deletions src/calcium/ca.jl
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ end
#
###############################################################################

is_unit(x::CalciumFieldElem) = !is_zero(x) # TODO: remove once AA has this generically

zero(C::CalciumField) = C()

one(C::CalciumField) = one!(CalciumFieldElem(C))
Expand Down
1 change: 0 additions & 1 deletion src/calcium/qqbar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ end
#
###############################################################################

is_unit(x::QQBarFieldElem) = !is_zero(x) # TODO: remove once AA has this generically

zero(a::QQBarField) = a(0)

Expand Down

0 comments on commit f287158

Please sign in to comment.