Move GlobalDiffEq.jl into the monorepo as lib/GlobalDiffEq (repo transfer)#3929
Merged
ChrisRackauckas merged 1 commit intoJul 22, 2026
Merged
Conversation
Repo transfer of SciML/GlobalDiffEq.jl (GlobalRichardson), keeping its name, UUID, and version lineage. The umbrella OrdinaryDiffEq dependency is replaced by OrdinaryDiffEqTsit5 (precompile workload and tests only), path sources point at the sibling sublibraries, tests read ODEDIFFEQ_TEST_GROUP, and the rendered-API-docs QA check points at the monorepo docs with reexported DiffEqBase names excluded. Adds the Global Error Control docs section and the docs env wiring. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ChrisRackauckas-Claude
force-pushed
the
globaldiffeq-sublibrary
branch
from
July 18, 2026 04:36
2c28678 to
7fbe805
Compare
This was referenced Jul 18, 2026
ChrisRackauckas
marked this pull request as ready for review
July 22, 2026 07:56
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.
Important
Ignore this PR until it has been reviewed by @ChrisRackauckas.
Summary
Repo transfer only: moves GlobalDiffEq.jl into the monorepo as the sublibrary
lib/GlobalDiffEq, keeping its name, UUID, and registration lineage (like DelayDiffEq/StochasticDiffEq). No new methods — the package content is GlobalDiffEq.jl master (GlobalRichardson), adapted to monorepo conventions:[sources]path deps on DiffEqBase and OrdinaryDiffEqTsit5; the dependency on the OrdinaryDiffEq umbrella is replaced by OrdinaryDiffEqTsit5 (only used by the precompile workload and tests), so the sublibrary does not depend on the whole umbrella.Core(lts/1/pre) +QA(lts/1) viatest/test_groups.toml, picked up by the standard sublibrary CI; the group env var isODEDIFFEQ_TEST_GROUP.docs/src/globalerrorcontrol/GlobalDiffEq.md); GlobalDiffEq added todocs/Project.toml(path source) anddocs/make.jlmodules. The QA group's rendered-API-docs check points at the monorepodocs/srcwith reexported DiffEqBase names excluded (they are documented at their owners), so "public and documented" stays enforced.This is the base of a stacked series that implements the methods from the GlobalDiffEq.jl issue tracker, one feature per PR:
Once the series merges, SciML/GlobalDiffEq.jl can be archived pointing here.
Validation (run locally)
ODEDIFFEQ_TEST_GROUP=Core julia --project=lib/GlobalDiffEq -e 'using Pkg; Pkg.test()': pass — Basic functionality 1/1, Algorithm traits 3/3, BigFloat 2/2ODEDIFFEQ_TEST_GROUP=QA julia --project=lib/GlobalDiffEq -e 'using Pkg; Pkg.test()': pass — 22 passed, 1 pre-existing declared broken (no_implicit_importsfrom the deliberate@reexport, QA: ExplicitImports no_implicit_imports broken (deliberate @reexport using DiffEqBase) GlobalDiffEq.jl#53)julia --project=docs -e 'using Pkg; Pkg.instantiate()'resolves with the new path source.🤖 Generated with Claude Code
https://claude.ai/code/session_01MfUh8tgp3iBmMv9nkBqoyY