Skip to content

Commit

Permalink
Merge pull request #61 from kalmarek/mk/update_PG_0_4
Browse files Browse the repository at this point in the history
update to PermutationGroups-0.4
  • Loading branch information
Marek Kaluba authored Sep 3, 2023
2 parents c19fb4b + 78ec7f1 commit e710eda
Show file tree
Hide file tree
Showing 18 changed files with 262 additions and 276 deletions.
11 changes: 4 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name = "SymbolicWedderburn"
uuid = "858aa9a9-4c7c-4c62-b466-2421203962a2"
authors = [
"Marek Kaluba <[email protected]>",
"Tillmann Weisser <[email protected]>",
]
version = "0.3.6"
authors = ["Marek Kaluba <[email protected]>", "Tillmann Weisser <[email protected]>"]
version = "0.3.7"

[deps]
Cyclotomics = "da8f5974-afbb-4dc8-91d8-516d5257c83b"
Expand All @@ -19,8 +16,8 @@ StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1"
[compat]
Cyclotomics = "0.3"
GroupsCore = "0.4"
PermutationGroups = "0.3.1"
PrecompileTools = "1.1"
PermutationGroups = "0.4.2"
PrecompileTools = "1"
Primes = "0.4, 0.5"
StarAlgebras = "0.2"
julia = "1.6"
Expand Down
Loading

2 comments on commit e710eda

@kalmarek
Copy link
Owner

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/90750

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.3.7 -m "<description of version>" e710edae7e00bed2df7250cad88b8b00f4c701a3
git push origin v0.3.7

Please sign in to comment.