Allow Nemo 0.56 and AbstractAlgebra 0.50#224
Open
ChrisRackauckas-Claude wants to merge 1 commit into
Open
Conversation
Nemo 0.56 requires AbstractAlgebra 0.50, so both compat bounds must be widened together for the new Nemo to resolve. Tested locally against Nemo 0.56.0 + AbstractAlgebra 0.50.1: full test suite passes. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Widens the compat bounds to allow Nemo 0.56 and AbstractAlgebra 0.50.
These two bumps have to go together: Nemo 0.56 requires AbstractAlgebra 0.50, so bumping Nemo alone (as the existing CompatHelper PRs #221/#222 do) cannot resolve without also raising the AbstractAlgebra bound (#220). This PR combines both:
Testing
Resolved and ran the full test suite locally on Julia 1.10 against the new versions (Nemo v0.56.0, AbstractAlgebra v0.50.1). All tests pass, including the Nemo input-output suites and the FLINT-based rational reconstruction paths:
Motivation: this unblocks downstream packages (e.g. Symbolics.jl) from adopting Nemo 0.56 — currently Groebner's
Nemo ≤ 0.54(registry) /≤ 0.55(master) bound is the gating constraint.This supersedes the individual CompatHelper PRs #220, #221, and #222 by combining the interdependent bumps into one resolvable change.