Support DataInterpolations v10.1 in tests - #507
Merged
ChrisRackauckas merged 1 commit intoSep 2, 2026
Merged
Conversation
Allow the package and its validation environments to resolve DataInterpolations 10.1. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: OpenAI Codex <noreply@openai.com> Agent-Harness: Codex CLI 0.151.0 Agent-Model: gpt-5 Agent-Session: local Codex session ID 01a0588b-a3c5-7040-8363-097859b8f435
Member
Author
|
CI update:
Recorded by Codex CLI 0.151.0 (model: gpt-5; session: local Codex session ID 01a0588b-a3c5-7040-8363-097859b8f435). |
ChrisRackauckas
marked this pull request as ready for review
September 2, 2026 10:05
ChrisRackauckas
added a commit
that referenced
this pull request
Sep 7, 2026
- Drop stale [compat] majors older than one year (#505) - build(deps): update DataInterpolations requirement from 6.4, 7, 8, 9.0 to 6.4, 7, 8, 9.0, 10.1 (#506) - Support DataInterpolations v10.1 (#507) - Fix Documenter binding references (#509) Agent-Harness: Claude Code Agent-Model: claude-opus-5[1m] Claude-Session: https://claude.ai/code/session_014FEzNTLFutCmTEAZ3zBg5R Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.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.
What changed and why
Allow the root test environment to resolve DataInterpolations 10.1. The docs environment already gained v10.1 support in #506; this completes support for the executable
ParametrizedInterpolation(BSplineInterpolation, ...)test path.DataInterpolations v10 relabels the breaking APIs that have shipped since v9.2 and introduces no additional break. This package already uses the post-v9.2 B-spline constructor, so no source change is required: https://github.com/SciML/DataInterpolations.jl/releases/tag/v10.0.0
Verification
Before this change, forcing v10.1 in a clean worktree failed locally:
After this change, the test environment resolved
DataInterpolations v10.1.0:Not verified
julia +release --project=docs docs/make.jlresolved DataInterpolations 10.1.0 and completed doctests, then failed Documenter cross-reference validation. The same unresolved API references (HeatPort,OnePort,Flange, etc.) reproduce on cleanupstream/mainwith DataInterpolations 9.5.0 and were exposed by Documenter 1.18.0's stricter@refclassification. This PR does not weaken or repair that separate baseline docs failure. It is tracked in #508.The Julia pre-version matrix and downstream jobs were not run locally.
Reviewer note
The intentional judgment is to widen compat without changing source code: the only directly exercised breaking API is already written in its v9.2+/v10 form.
🤖 Generated with Codex CLI 0.151.0 (model: gpt-5; session: local Codex session ID 01a0588b-a3c5-7040-8363-097859b8f435)