Skip to content

Commit

Permalink
Move pirated stuff from Nemo (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens authored Sep 12, 2023
1 parent 860e85c commit 723898c
Show file tree
Hide file tree
Showing 4 changed files with 797 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "AbstractAlgebra"
uuid = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
version = "0.31.1"
version = "0.32.0"

[deps]
GroupsCore = "d5909c97-4eac-4ecc-a3dc-fdd0858a4120"
Expand Down
8 changes: 8 additions & 0 deletions src/AbstractAlgebra.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,14 @@ include("Groups.jl")

include("Deprecations.jl")

################################################################################
#
# Stuff moved from Nemo
#
################################################################################

include("NemoStuff.jl")

###############################################################################
#
# Array creation functions
Expand Down
Loading

2 comments on commit 723898c

@thofma
Copy link
Member

@thofma thofma commented on 723898c Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/91349

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.32.0 -m "<description of version>" 723898c4af492fbfe42bdffc0fbe3086258a38f2
git push origin v0.32.0

Please sign in to comment.