Use SciMLBase.AbstractSciMLProblem and bump Turing.jl to 0.42#369
Merged
ChrisRackauckas merged 3 commits intoSciML:masterfrom Jan 12, 2026
Merged
Conversation
- Update abc_inference.jl to use SciMLBase.AbstractSciMLProblem - Update dynamichmc_inference.jl to use SciMLBase.AbstractSciMLProblem - Update stan_inference.jl to use SciMLBase.AbstractSciMLProblem - Bump minimum Turing.jl version to 0.42 This fixes compatibility with the latest Turing.jl by using the more general SciMLBase.AbstractSciMLProblem type instead of the deprecated DiffEqBase.DEProblem type. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 tasks
- Move JET tests to test/jet/ with its own Project.toml - Update runtests.jl to instantiate JET environment separately - Remove JET from main test dependencies - Add dedicated JET job to CI.yml - Disable downgrade tests until dependency compatibility is resolved Fixes test failures by isolating JET dependencies and temporarily skipping incompatible downgrade tests. Related: SciML#370 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Author
Additional Changes (second commit)
Test infrastructure changes
|
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.
Summary
abc_inference.jl,dynamichmc_inference.jl, andstan_inference.jlto useSciMLBase.AbstractSciMLProbleminstead ofDiffEqBase.DEProblemThis applies the patch from #358 (comment: #358 (comment)) and updates the Turing.jl minimum version requirement.
Test plan
🤖 Generated with Claude Code