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

Move stuff from Oscar to AbstractAlgebra #1494

Merged
merged 1 commit into from
Nov 5, 2023

Conversation

fingolfin
Copy link
Member

  • add @attributes mutable struct MPolyRing
  • generic iszero for ideals
  • Dan's code for gcd, factor for nested polynomial rings

- add `@attributes` mutable struct MPolyRing
- generic `iszero` for ideals
- Dan's code for gcd, factor for nested polynomial rings
Copy link

codecov bot commented Nov 5, 2023

Codecov Report

Merging #1494 (927ecf1) into master (9f11a04) will decrease coverage by 0.13%.
The diff coverage is 73.17%.

@@            Coverage Diff             @@
##           master    #1494      +/-   ##
==========================================
- Coverage   86.86%   86.73%   -0.13%     
==========================================
  Files         110      111       +1     
  Lines       28664    28828     +164     
==========================================
+ Hits        24900    25005     +105     
- Misses       3764     3823      +59     
Files Coverage Δ
src/AbstractAlgebra.jl 55.64% <ø> (ø)
src/generic/GenericTypes.jl 92.80% <ø> (ø)
src/Ideal.jl 0.00% <0.00%> (ø)
src/algorithms/MPolyNested.jl 73.61% <73.61%> (ø)

... and 4 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@thofma
Copy link
Member

thofma commented Nov 5, 2023

Hm, whats up with the doctest?

@fingolfin
Copy link
Member Author

Hm, whats up with the doctest?

I am not sure what that refers to? All doctests seem to pass? Or maybe something was broken and you restarted it and I only saw the fixed result?

@fingolfin
Copy link
Member Author

Ah. That doctest failure is caused by Singular.jl changes. I've changed the Singular.jl version in the repo to 0.19.0-DEV now to avoid this.

@thofma thofma merged commit 2f26d92 into Nemocas:master Nov 5, 2023
13 of 15 checks passed
@fingolfin fingolfin deleted the mh/from-oscar branch November 6, 2023 22:41
fingolfin added a commit to mgkurtz/AbstractAlgebra.jl that referenced this pull request Nov 21, 2023
- add `@attributes` mutable struct MPolyRing
- generic `iszero` for ideals
- Dan's code for gcd, factor for nested polynomial rings
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