Skip to content

Commit

Permalink
Repair deprecations once more.
Browse files Browse the repository at this point in the history
  • Loading branch information
HechtiDerLachs committed Jan 12, 2024
1 parent 28dda8f commit b223169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/deprecations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -527,3 +527,6 @@ Base.@deprecate_binding set_is_isomorphic_with_symmetric_group set_is_isomorphic
Base.@deprecate_binding is_isomorphic_with_alternating_group is_isomorphic_to_alternating_group
Base.@deprecate_binding has_is_isomorphic_with_alternating_group has_is_isomorphic_to_alternating_group
Base.@deprecate_binding set_is_isomorphic_with_alternating_group set_is_isomorphic_to_alternating_group

Base.@deprecate ambient_ring(U::AbsMultSet) ring(U)

0 comments on commit b223169

Please sign in to comment.