Skip to content

Commit

Permalink
Merge pull request #44 from kalmarek/fix/symbolic_invariant_vectors
Browse files Browse the repository at this point in the history
Fix/symbolic invariant vectors
  • Loading branch information
Marek Kaluba authored Jan 3, 2022
2 parents 9e23b8f + 412e939 commit 5ef3fcb
Show file tree
Hide file tree
Showing 25 changed files with 899 additions and 583 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
version:
- '1.0'
- '1.6'
- '1'
- 'nightly'
os:
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SymbolicWedderburn"
uuid = "858aa9a9-4c7c-4c62-b466-2421203962a2"
authors = ["Marek Kaluba <[email protected]>", "tweisser <[email protected]>"]
version = "0.2.0"
version = "0.3.0"

[deps]
Cyclotomics = "da8f5974-afbb-4dc8-91d8-516d5257c83b"
Expand All @@ -13,12 +13,12 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1"

[compat]
Cyclotomics = "0.2.3"
Cyclotomics = "0.3"
GroupsCore = "0.4"
PermutationGroups = "0.3.1"
Primes = "0.4, 0.5"
StarAlgebras = "0.1.5"
julia = "1"
julia = "1.6"

[extras]
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
Expand Down
Loading

0 comments on commit 5ef3fcb

Please sign in to comment.