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 Oscar 1.0.1 #3574

Merged
merged 31 commits into from
Apr 17, 2024
Merged

Backports Oscar 1.0.1 #3574

merged 31 commits into from
Apr 17, 2024

Conversation

antonydellavecchia and others added 9 commits April 9, 2024 16:49
* fixes loading polymake simplicial complex and other types

* adds test case

* removing unnecessary else

* fix test

(cherry picked from commit dcd3952)
…erfield objects (#3508)

* Serialization: fix save/load of Int matrices/vectors in polymake numberfield objects

* Update test/Serialization/PolyhedralGeometry.jl

* fix for macos

(cherry picked from commit 5acd5c5)
(cherry picked from commit f16acc9)
Copy link

codecov bot commented Apr 9, 2024

Codecov Report

Merging #3574 (d1caf3f) into release-1.0 (a148cee) will increase coverage by 0.33%.
The diff coverage is 64.28%.

Additional details and impacted files
@@               Coverage Diff               @@
##           release-1.0    #3574      +/-   ##
===============================================
+ Coverage        82.10%   82.43%   +0.33%     
===============================================
  Files              563      563              
  Lines            75663    75727      +64     
===============================================
+ Hits             62120    62426     +306     
+ Misses           13543    13301     -242     
Files Coverage Δ
src/AlgebraicGeometry/Surfaces/SurfacesP4.jl 16.66% <ø> (+1.85%) ⬆️
src/Modules/mpolyquo-localizations.jl 88.88% <100.00%> (ø)
src/Oscar.jl 70.14% <100.00%> (ø)
src/Rings/mpoly-affine-algebras.jl 80.27% <ø> (-0.06%) ⬇️
src/TropicalGeometry/variety.jl 63.42% <ø> (+33.79%) ⬆️
src/utils/tests.jl 60.95% <0.00%> (-0.59%) ⬇️
src/Serialization/containers.jl 95.35% <50.00%> (+0.89%) ⬆️
src/Serialization/polymake.jl 70.00% <71.42%> (-1.80%) ⬇️

... and 53 files with indirect coverage changes

@fingolfin
Copy link
Member

Not sure if you'll scan for the "backport to 1.x" label again, but: PR #3579 is trivial and would be nice to have in, just in case somebody looks at the README :-)

@HereAround
Copy link
Member

HereAround commented Apr 10, 2024

Similarly, it would be good to also have #3578 (@lkastner, please object if I am mistaken), since it fixes a failure in a book example that was caused by #3519.

@benlorenz
Copy link
Member Author

Not sure if you'll scan for the "backport to 1.x" label again, but: PR #3579 is trivial and would be nice to have in, just in case somebody looks at the README :-)

I will probably recheck the labels tomorrow morning and add #3579 to the branch.

Similarly, I would be good to also have #3578 (@lkastner, please object if I am mistaken), since it fixes a failure in a book example that was caused by #3519.

#3519 was not backported so #3578 is not needed on the release branch, the failure was only with master and not with the release branch.

@benlorenz benlorenz marked this pull request as ready for review April 12, 2024 19:07
@benlorenz benlorenz merged commit e0e8ed9 into release-1.0 Apr 17, 2024
28 checks passed
@benlorenz benlorenz deleted the backports-release-1.0 branch April 17, 2024 12:51
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.

Precompilation Error: Method definition number_of_generator in module AbstractAlgebra overwritten by Oscar
10 participants