Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backports for Oscar 1.0-rc #3378

Merged
merged 29 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
17afb5c
Change some things from British to American spelling (#3367)
lgoettgens Feb 16, 2024
b09c763
CI: switch to 1.11-nightly for now (#3379)
benlorenz Feb 16, 2024
eabc53b
Performance improvements for PointVector, RayVector, SubObjectIterato…
fingolfin Feb 16, 2024
3938ffe
rename and change some `*_reps` functions (#3291)
ThomasBreuer Feb 16, 2024
e3f0177
Adv/upgrade regression fix (#3325)
antonydellavecchia Feb 16, 2024
9e8b225
Overhaul root system type detection (#3351)
lgoettgens Feb 16, 2024
fe3521c
Make `partitions` and `(semi)standard_tableaux` return iterators (#3365)
joschmitt Feb 16, 2024
09f72f1
Bugfix from running book code run.
HechtiDerLachs Feb 16, 2024
edbf62a
Remove deprecated functions (#3366)
joschmitt Feb 16, 2024
2e9cebc
New linear solving interface + bump dependencies (#3350)
joschmitt Feb 16, 2024
a7b4ceb
Fix Grassmann Pluecker (#3382)
antonydellavecchia Feb 19, 2024
684aadf
Fix show for RelativeBrauerGroupElem (#3373)
fingolfin Feb 19, 2024
eccd795
Enable edit and show source buttons in docs (#3381)
lgoettgens Feb 19, 2024
1a2a050
galois_group: fix is_normal call after removed deprecations (#3385)
benlorenz Feb 20, 2024
bac429a
Rename `vec` for AbstractAlgebra matrices to `_vec` (#3387)
lgoettgens Feb 20, 2024
c5389ae
add `map_entries` for matrix groups (#3341)
ThomasBreuer Feb 16, 2024
d8697bc
Remove unneeded GAP package `sla` (#3398)
lgoettgens Feb 20, 2024
72c5ca3
Make `is_exterior_power` (and friends) internal (#3346)
lgoettgens Feb 20, 2024
4fcb43f
Make equality check less expensive (#3399)
joschmitt Feb 20, 2024
739f802
Fixes for phylogenetic adjacency tree (#3406)
antonydellavecchia Feb 22, 2024
30df842
Draft - InvRing for SLn (#2823)
Lax202 Feb 21, 2024
f1abad7
Fixes for the degree function (#3298)
HechtiDerLachs Feb 21, 2024
cf09d17
Bump dependencies (#3374)
joschmitt Feb 21, 2024
12a3e05
Corrected defn of deg(ideal); correction from W Decker (#3412)
JohnAAbbott Feb 22, 2024
82ec9da
Serialize Polyhedral Objects over Oscar fields (#3386)
antonydellavecchia Feb 22, 2024
ffd5ad3
`QuadFormAndIsom`: fixes and a new feature (#3394)
StevellM Feb 22, 2024
6a53af1
Tweak `exterior_algebra` tests (#3415)
fingolfin Feb 23, 2024
1498d35
Eliminate more spelling differences between American and British Engl…
lgoettgens Feb 23, 2024
8dc4311
Adapt interface for orthogonal and symplectic Lie algebras (#3391)
lgoettgens Feb 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading