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

Backport for 1.0: G-Modules missing methods (part 1) (#3441) #3477

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

benlorenz
Copy link
Member

* formatter

* Write `extension_of_scalars`, add `absolute_frobenius`

* Fix `gmodule_over` for finite fields

* add test for `extension_of_scalars`

* Update experimental/GModule/test/runtests.jl

Co-authored-by: Max Horn <max@quendi.de>

* export `extension_of_scalars`

* export again

* experimental subfields now working (better)

* refine the is_disjoint

* export the lattice in some way

* improve linear disjoint and strategy if many factors

* fixes for "THE" book

* minor

* invar._classes

* fix formatting

* remove methods that are already merged to `AbstractAlgebra.jl`

* Update deprecated types

* Update AA Dependency

* Update experimental/GaloisGrp/src/Subfields.jl

* Partial fix for failing supfield test

* More partial fix for failing subfield test section

* Update experimental/GModule/Brueckner.jl

Co-authored-by: Max Horn <max@quendi.de>

* Update experimental/GModule/Brueckner.jl

Co-authored-by: Max Horn <max@quendi.de>

* Update experimental/GModule/GModule.jl

Co-authored-by: Max Horn <max@quendi.de>

* update `fp_group_with_isomorphism`

* Update experimental/GModule/Brueckner.jl

Co-authored-by: Max Horn <max@quendi.de>

* Update experimental/GModule/Brueckner.jl

Co-authored-by: Max Horn <max@quendi.de>

* fix error in subfield lattice `intersect`

* Apply suggestions from code review

---------

Co-authored-by: Max Horn <max@quendi.de>
Co-authored-by: Claus Fieker <fieker@mathematik.uni-kl.de>
Co-authored-by: Lars Göttgens <lars.goettgens@gmail.com>
(cherry picked from commit 7925f18)
@benlorenz benlorenz changed the title Backport G-Modules missing methods (part 1) (#3441) Backport for 1.0: G-Modules missing methods (part 1) (#3441) Mar 1, 2024
Copy link

codecov bot commented Mar 1, 2024

Codecov Report

Merging #3477 (70a3001) into release-1.0 (0eb303b) will increase coverage by 0.24%.
The diff coverage is 45.71%.

Additional details and impacted files
@@               Coverage Diff               @@
##           release-1.0    #3477      +/-   ##
===============================================
+ Coverage        81.85%   82.10%   +0.24%     
===============================================
  Files              563      563              
  Lines            75517    75663     +146     
===============================================
+ Hits             61813    62120     +307     
+ Misses           13704    13543     -161     
Files Coverage Δ
experimental/GModule/test/runtests.jl 100.00% <ø> (ø)
experimental/GaloisGrp/test/runtests.jl 100.00% <ø> (ø)
experimental/GModule/GaloisCohomology.jl 65.19% <0.00%> (ø)
src/NumberTheory/GaloisGrp/GaloisGrp.jl 75.38% <80.76%> (+0.07%) ⬆️
experimental/GModule/Cohomology.jl 67.30% <46.15%> (-0.22%) ⬇️
experimental/GModule/Brueckner.jl 85.65% <33.33%> (-2.31%) ⬇️
experimental/GaloisGrp/src/Subfields.jl 84.36% <84.00%> (+84.36%) ⬆️
experimental/GModule/GModule.jl 53.93% <21.49%> (-3.85%) ⬇️

... and 1 file with indirect coverage changes

@benlorenz benlorenz merged commit cc1e9e9 into release-1.0 Mar 1, 2024
27 checks passed
@benlorenz benlorenz deleted the bl/bpgmod branch March 1, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants