Skip to content

Commit

Permalink
Backports for 1.0.0-rc1
Browse files Browse the repository at this point in the history
### Backported PRs

- [x] #3367
- [x] #3379 
- [x] #3369
- [x] #3291
- [x] #3325
- [x] #3350 
- [x] #3351
- [x] #3365 
- [x] #3366
- [x] #3382
- [x] #3373
- [x] #3341
- [x] #3346
- [x] #3381
- [x] #3385
- [x] #3387 
- [x] #3398 
- [x] #3399 
- [x] #3374 
- [x] #3406 
- [x] #2823
- [x] #3298
- [x] #3386 
- [x] #3412 
- [x] #3392 
- [x] #3415 
- [x] #3394
- [x] #3391
  • Loading branch information
benlorenz committed Feb 23, 2024
2 parents af59f73 + 8dc4311 commit 1388932
Show file tree
Hide file tree
Showing 457 changed files with 5,632 additions and 2,680 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- '1.6'
- '1.9' # to be removed in the near future
- '1.10'
- 'nightly'
- '1.11-nightly'
#- 'nightly'
group: [ 'short', 'long' ]
os:
- ubuntu-latest
Expand Down Expand Up @@ -112,7 +113,8 @@ jobs:
julia-version:
- '1.9' # to be removed in the near future
- '1.10'
- 'nightly'
- '1.11-nightly'
#- 'nightly'
os:
- ubuntu-latest
depwarn: [ '' ]
Expand Down
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
cohomCalg_jll = "5558cf25-a90e-53b0-b813-cadaa3ae7ade"

[compat]
AbstractAlgebra = "0.37.5"
AlgebraicSolving = "0.4.10"
AbstractAlgebra = "0.40.0"
AlgebraicSolving = "0.4.11"
Distributed = "1.6"
DocStringExtensions = "0.8, 0.9"
GAP = "0.10.2"
Hecke = "0.27.0"
Hecke = "0.29.0"
JSON = "^0.20, ^0.21"
JSON3 = "1.13.2"
LazyArtifacts = "1.6"
Nemo = "0.41.3"
Nemo = "0.43.0"
Pkg = "1.6"
Polymake = "0.11.13"
Polymake = "0.11.14"
Preferences = "1"
Random = "1.6"
RandomExtensions = "0.4.3"
Serialization = "1.6"
Singular = "0.22.0"
Singular = "0.22.3"
TOPCOM_jll = "0.17.8"
UUIDs = "1.6"
cohomCalg_jll = "0.32.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ julia> zk = maximal_order(k)
Maximal order of Imaginary quadratic field defined by x^2 + 5
with basis AbsSimpleNumFieldElem[1, sqrt(-5)]

julia> factorisations(zk(6))
julia> factorizations(zk(6))
2-element Vector{Fac{AbsSimpleNumFieldOrderElem}}:
-1 * -3 * 2
-1 * (-sqrt(-5) - 1) * (-sqrt(-5) + 1)
Expand Down
1 change: 0 additions & 1 deletion data/JohnsonMatrices/j10.mat

This file was deleted.

1 change: 0 additions & 1 deletion data/JohnsonMatrices/j13.mat

This file was deleted.

1 change: 0 additions & 1 deletion data/JohnsonMatrices/j16.mat

This file was deleted.

1 change: 0 additions & 1 deletion data/JohnsonMatrices/j17.mat

This file was deleted.

1 change: 0 additions & 1 deletion data/JohnsonMatrices/j18.mat

This file was deleted.

1 change: 0 additions & 1 deletion data/JohnsonMatrices/j20.mat

This file was deleted.

Loading

0 comments on commit 1388932

Please sign in to comment.