Require documented ODEInterface wrapper API - #116
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
The owner PR shipped the public wrapper API as a non-breaking 0.5.2 release rather than 0.6.0, so the compat entry follows it. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014PwQXJfsgRjUXdYXZrw3LT
|
Owner PR merged and registered, so the compat entry now points at the real release: The owner PR shipped as a non-breaking 0.5.2 rather than 0.6.0 — the Verified locally against the registered release ( Unresolved: this PR is versioned as a patch but is breaking
This repo's own README example (README.md lines 33–44), run verbatim on this branch: ODEInterfaceDiffEq is post-1.0, so this needs 6.0.0, not 5.2.3. Note the test suite does not catch it: Two ways out, not applied here pending a decision:
|
Summary
Validation
Pkg.test()against the registered ODEInterface v0.5.2run_qa(ODEInterfaceDiffEq)git diff --checkDepends on luchr/ODEInterface.jl#41, merged and registered as v0.5.2.
Ignore until reviewed by @ChrisRackauckas.