Uniformize OUQ onto centralized monorepo CI + lib/ structure#10
Merged
ChrisRackauckas merged 1 commit intoJun 7, 2026
Conversation
Move the three submodules under lib/ (SciML monorepo convention, matching e.g. BoundaryValueDiffEq.jl): CanonicalMoments.jl -> lib/CanonicalMoments DiscreteMeasures.jl -> lib/DiscreteMeasures OUQBase.jl -> lib/OUQBase Update all relative paths accordingly: - root [workspace] projects -> lib/* - lib/OUQBase [sources]: ../CanonicalMoments, ../DiscreteMeasures - lib/CanonicalMoments [sources]: ../DiscreteMeasures - lib/CanonicalMoments/examples [sources] sibling paths - .github/dependabot.yml julia directories Uniformize CI onto the centralized SciML reusable sublibrary workflows (auto-discovering lib/*), replacing the bespoke per-submodule matrices: - Tests.yml -> SublibraryCI.yml (sublibrary-project-tests.yml@v1) - Downgrade.yml -> DowngradeSublibraries.yml (sublibrary-downgrade.yml@v1, julia-version 1.10, skip Pkg,TOML, strict allow-reresolve false) - add TagBot.yml (JuliaRegistries/TagBot, subdir matrix over lib/*) FormatCheck.yml (runic.yml@v1) and SpellCheck.yml (spellcheck.yml@v1) are already centralized callers and are left unchanged. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (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.
Ignore until reviewed by @ChrisRackauckas.
Restructures OptimalUncertaintyQuantification.jl into the standard SciML monorepo layout (sublibraries under
lib/) and uniformizes its CI onto the centralized reusable sublibrary workflows. Builds on the now-merged #8 (Julia 1.10 fixes,[sources], verified[compat]floors), all of which are already inmainand preserved here.lib/ restructure (history-preserving
git mv)CanonicalMoments.jl→lib/CanonicalMomentsDiscreteMeasures.jl→lib/DiscreteMeasuresOUQBase.jl→lib/OUQBasePath updates:
[workspace] projects→lib/CanonicalMoments,lib/DiscreteMeasures,lib/OUQBaselib/OUQBase[sources]→../CanonicalMoments,../DiscreteMeasureslib/CanonicalMoments[sources]→../DiscreteMeasureslib/CanonicalMoments/examples[sources]sibling paths.github/dependabot.ymljulia directories →lib/*The root
src/OptimalUncertaintyQuantification.jlis preserved as-is.Centralized CI (auto-discovers
lib/*)Tests.yml→SublibraryCI.yml(sublibrary-project-tests.yml@v1)Downgrade.yml→DowngradeSublibraries.yml(sublibrary-downgrade.yml@v1,julia-version: 1.10,skip: Pkg,TOML, strictallow-reresolve: false)TagBot.yml(JuliaRegistries/TagBot,subdirmatrix over the threelib/*)FormatCheck.yml(runic.yml@v1) andSpellCheck.yml(spellcheck.yml@v1) were already centralized callers; left unchanged.Removed the bespoke per-submodule test matrix and the upload-manifest job.
Verification (local, Julia 1.10.11, isolated depot)
lib/Xinstantiate/resolve with the newlib/[sources]paths.sublibrary-downgrade.ymlexactly (julia-downgrade-compat→julia-buildpkg→Pkg.test(allow_reresolve=false)):../DiscreteMeasureslib/ sibling resolves../CanonicalMoments+../DiscreteMeasureslib/ siblings resolveactionlintpasses on all five workflow files.🤖 Generated with Claude Code