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 iroot and check argument for root #1118

Merged
merged 5 commits into from
Jul 30, 2021
Merged

Add iroot and check argument for root #1118

merged 5 commits into from
Jul 30, 2021

Conversation

wbhart
Copy link
Contributor

@wbhart wbhart commented Jul 16, 2021

This is the Nemo part of Nemocas/AbstractAlgebra.jl#556

Also see #862

Note that this changes the semantics of root and so is technically breaking. In practice it still operates the same way in all possible prior use cases.

@wbhart
Copy link
Contributor Author

wbhart commented Jul 22, 2021

I disabled the failing tests until Flint-2.9 comes out. I'll open a ticket so we don't remember.

@codecov
Copy link

codecov bot commented Jul 22, 2021

Codecov Report

Merging #1118 (ba40485) into master (23a9022) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1118   +/-   ##
=======================================
  Coverage   86.10%   86.10%           
=======================================
  Files          66       66           
  Lines       23864    23873    +9     
=======================================
+ Hits        20548    20557    +9     
  Misses       3316     3316           
Impacted Files Coverage Δ
src/flint/fmpz.jl 90.01% <100.00%> (+0.07%) ⬆️
src/flint/fmpq.jl 92.07% <0.00%> (+0.07%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 23a9022...ba40485. Read the comment docs.

@wbhart wbhart changed the title Add iroot and check argument for root (requires flint-2.9) Add iroot and check argument for root Jul 22, 2021
@wbhart
Copy link
Contributor Author

wbhart commented Jul 22, 2021

No longer requires flint-2.9.

@thofma thofma merged commit eae439b into Nemocas:master Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants