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

Add many hash functions #1695

Merged
merged 13 commits into from
Nov 29, 2024
Merged

Add many hash functions #1695

merged 13 commits into from
Nov 29, 2024

Conversation

lgoettgens
Copy link
Contributor

A lot of progress towards oscar-system/Oscar.jl#2222 and #1594.

I tried to use as much information from the corresponding == method to make the hash as good as possible.

Once this is merged and released, could you @thofma update the list in #1594 (I'll do the same for oscar-system/Oscar.jl#2222), so that we can see what's left to work on?

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

Attention: Patch coverage is 49.05660% with 27 lines in your changes missing coverage. Please review.

Project coverage is 75.95%. Comparing base (5d2ba17) to head (1250a61).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/QuadForm/QuadBin.jl 0.00% 6 Missing ⚠️
src/GrpAb/Dual.jl 0.00% 5 Missing ⚠️
src/FunField/Differential.jl 0.00% 4 Missing ⚠️
src/NumFieldOrd/NfOrd/MaxOrd/Polygons.jl 0.00% 4 Missing ⚠️
src/EllCrv/LocalData.jl 0.00% 3 Missing ⚠️
src/NumField/QQ.jl 50.00% 2 Missing ⚠️
src/NumFieldOrd/NfOrd/NfOrd.jl 75.00% 2 Missing ⚠️
src/FunField/Divisor.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1695      +/-   ##
==========================================
+ Coverage   75.93%   75.95%   +0.02%     
==========================================
  Files         362      362              
  Lines      114328   114378      +50     
==========================================
+ Hits        86812    86878      +66     
+ Misses      27516    27500      -16     
Files with missing lines Coverage Δ
src/EllCrv/EllCrv.jl 95.79% <100.00%> (+0.03%) ⬆️
src/EllCrv/Isomorphisms.jl 91.00% <100.00%> (+0.14%) ⬆️
src/NumField/ComplexEmbeddings/NfAbs.jl 87.27% <100.00%> (+0.15%) ⬆️
src/NumField/ComplexEmbeddings/NfRel.jl 98.51% <100.00%> (+0.04%) ⬆️
src/FunField/Divisor.jl 79.74% <0.00%> (-0.35%) ⬇️
src/NumField/QQ.jl 58.86% <50.00%> (-0.56%) ⬇️
src/NumFieldOrd/NfOrd/NfOrd.jl 86.25% <75.00%> (-0.14%) ⬇️
src/EllCrv/LocalData.jl 89.58% <0.00%> (-0.29%) ⬇️
src/FunField/Differential.jl 94.36% <0.00%> (-5.64%) ⬇️
src/NumFieldOrd/NfOrd/MaxOrd/Polygons.jl 88.52% <0.00%> (-0.51%) ⬇️
... and 2 more

... and 33 files with indirect coverage changes

@thofma thofma merged commit a9f1690 into thofma:master Nov 29, 2024
17 checks passed
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