docs: specify DataDrivenDiffEq developer interfaces - #651
Draft
ChrisRackauckas-Claude wants to merge 3 commits into
Draft
docs: specify DataDrivenDiffEq developer interfaces#651ChrisRackauckas-Claude wants to merge 3 commits into
ChrisRackauckas-Claude wants to merge 3 commits into
Conversation
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ChrisRackauckas-Claude
force-pushed
the
codex/datadrivendiffeq-public-api-audit
branch
from
August 16, 2026 02:57
5245a0c to
f1798c9
Compare
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
This is a focused follow-up to the compat-only #650 and does not modify or supersede it.
solveownership explicit: its generic docstring belongs to CommonSolve, while this package documents DataDrivenDiffEq usage.2.4lower bound in QA environments; no repository-specific rendered/doctest overrides are used.The abstract extension interfaces are versioned developer API for solver packages. Ordinary users should use the concrete problem, basis, solver, and solution APIs.
Verification
GROUP=QA julia --project=. --startup-file=no -e 'using Pkg; Pkg.test()': passed,Quality Assurance | 20 20andJET Static Analysis | 11 11.GROUP=QA: passed,QA | 21 21.GROUP=QA: passed,QA | 21 21.GROUP=QA: passed,Quality Assurance | 21 21.GROUP=QA: passed,QA | 21 21.8/8, Lux2/2, Sparse9/9.julia --project=docs --startup-file=no -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); include("docs/make.jl")': completed successfully. Only existing redirect and large-example rendering warnings were emitted.typos, andgit diff --check: passed.The open #650 DMD Core failures are pre-existing. On the clean base branch, the same test errors at
lib/DataDrivenDMD/test/Core/nonlinear_autonomous.jlwithUndefVarError: DiscreteProblem not defined; this follow-up does not change that test.Please ignore this draft until reviewed by @ChrisRackauckas.