Nemocas / Nemo.jl

Julia bindings for various mathematical libraries (including flint2)
http://nemocas.github.io/Nemo.jl/
Other
176 stars 57 forks source link

Add `solve_context_type` #1761

Closed joschmitt closed 1 month ago

joschmitt commented 1 month ago

We could get rid of the solve_init functions after a AbstractAlgebra release.

EDIT: I removed the solve_init's now.

joschmitt commented 1 month ago

This needs an AbstractAlgebra release now because solve_context_type is not exported in AbstractAlgebra anymore.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.56%. Comparing base (d319b55) to head (28c3b51).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1761 +/- ## ========================================== - Coverage 85.58% 85.56% -0.03% ========================================== Files 95 95 Lines 36923 36919 -4 ========================================== - Hits 31602 31589 -13 - Misses 5321 5330 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.