Skip to content

Commit

Permalink
Re-export deprecated bindings from AA and Nemo (#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Dec 23, 2023
1 parent e818a16 commit f90b826
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
19 changes: 19 additions & 0 deletions src/aliases.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f90b826

Please sign in to comment.