diff --git a/Project.toml b/Project.toml index 28fe96735f1b..7df1642298c9 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" cohomCalg_jll = "5558cf25-a90e-53b0-b813-cadaa3ae7ade" [compat] -AbstractAlgebra = "0.34.5" +AbstractAlgebra = "0.34.7" AlgebraicSolving = "0.4.2" Distributed = "1.6" DocStringExtensions = "0.8, 0.9" diff --git a/src/aliases.jl b/src/aliases.jl index f89e0b9013e2..f0058220d7d8 100644 --- a/src/aliases.jl +++ b/src/aliases.jl @@ -1,3 +1,22 @@ +include(joinpath(pathof(AbstractAlgebra), "..", "Aliases.jl")) + +import Nemo: is_cyclo_type +import Nemo: is_embedded +import Nemo: is_maxreal_type +import Nemo: ZZModRing # FIXME: remove if/once Nemo exports this +import Nemo: zzModRing # FIXME: remove if/once Nemo exports this +import Nemo: FpField # FIXME: remove if/once Nemo exports this +import Nemo: fpField # FIXME: remove if/once Nemo exports this +include(joinpath(pathof(Nemo), "..", "Aliases.jl")) + +#import Hecke: quadratic_genera +#import Hecke: has_algebra +#import Hecke: has_embedding +#import Hecke: has_matrix_action +#import Hecke: has_root +#import Hecke: ... +#include(joinpath(pathof(Hecke), "..", "Aliases.jl")) + # make some Julia names compatible with our naming conventions @alias is_subset issubset @alias is_valid isvalid