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

Adv/serialization for multigraded implicitization #3079

Merged

Conversation

antonydellavecchia
Copy link
Collaborator

@antonydellavecchia antonydellavecchia commented Dec 7, 2023

Adds some functions that help with the setup of parallelization, that will then allow
users to use pmap.

waiting for #3032 to merged before merging this pr.
adds some serialization necessary to setup and run a parallel process for https://github.com/bkholler/MultigradedImplicitization.jl

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #3079 (fe6c62b) into master (ab08b4e) will increase coverage by 17.20%.
Report is 1 commits behind head on master.
The diff coverage is 96.87%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #3079       +/-   ##
===========================================
+ Coverage   63.38%   80.59%   +17.20%     
===========================================
  Files         524      526        +2     
  Lines       70440    70659      +219     
===========================================
+ Hits        44651    56946    +12295     
+ Misses      25789    13713    -12076     
Files Coverage Δ
src/Groups/GrpAb.jl 92.83% <100.00%> (+0.02%) ⬆️
src/Rings/mpoly-graded.jl 91.27% <100.00%> (+11.18%) ⬆️
src/Serialization/Groups.jl 98.43% <100.00%> (+0.22%) ⬆️
src/Serialization/Rings.jl 91.53% <100.00%> (+47.02%) ⬆️
src/Serialization/containers.jl 95.07% <100.00%> (ø)
src/Serialization/main.jl 86.77% <ø> (+3.30%) ⬆️
src/utils/parallel.jl 100.00% <100.00%> (ø)
src/Serialization/MPolyMap.jl 91.30% <91.30%> (ø)

... and 228 files with indirect coverage changes

@@ -609,7 +609,6 @@ export graded_free_module
export graded_image
export graded_map
export graded_polynomial_ring
export grading
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note for anyone else looking at this:
We removed the export as this function was broken (it never worked) and also undocumented.

@antonydellavecchia antonydellavecchia merged commit 1fd6201 into master Dec 18, 2023
15 of 20 checks passed
@antonydellavecchia antonydellavecchia deleted the adv/serialization-for-MultigradedImplicitization branch December 18, 2023 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants