Proposed V16 README and index page updates#1432
Merged
TorkelE merged 15 commits intoSciML:masterfrom Mar 6, 2026
Merged
Conversation
- Replace reusable Test workflow call with local jobs and add a per-version single-writer cache prewarm job using actions/cache restore/save - Make test matrix jobs restore read-only from prewarmed caches to reduce cache write contention - Update Extensions cache keying to explicit per-version cache names - Upload Codecov on pushes and same-repo PRs in Test and Extensions workflows - Refresh README status badges for Tests, Extensions, Documentation, and Codecov
The hashFiles('Project.toml', 'Manifest.toml', 'test/Manifest.toml')
produced different hashes before vs after julia-buildpkg because
Manifest.toml is gitignored and only exists after Pkg.instantiate().
This caused prewarm to save with one key and test jobs to look for
another, so caches were never restored.
Fix by computing the deps hash once from Project.toml (which is in git)
before buildpkg runs, passing it as a job output from prewarm to tests.
Bump cache key prefix to v2 to avoid stale entries.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Rewrite README with updated hero description, "What's new in v16" section, condensed features list, new SDE example with @brownians, ecosystem table, and fixed documentation links. Update docs/src/index.md analogously with @ref links for API-documented functions. Add Turing.jl, Plots.jl, and Makie.jl to ecosystem tables. Regenerate SDE plot SVG for example 3. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Rewrite README with updated hero description, "What's new in v16" section, condensed features list, new SDE example with @brownians, ecosystem table, and fixed documentation links. Update docs/src/index.md analogously with @ref links for API-documented functions. Add Turing.jl, Plots.jl, and Makie.jl to ecosystem tables. Regenerate SDE plot SVG for example 3. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…dex.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
… docs - Fix ~10 broken @ref links pointing to nonexistent constraint_equations anchors; redirect to coupled_models, coupled_models_dsl, or conservation_laws as appropriate - Remove unnecessary mtkcompile=true from README/index.md SDE examples (brownians auto-enable it) - Add @docs blocks for ode_model, sde_model, jump_model, ss_ode_model, hybrid_model in core_api.md - Update ModelingToolkit references to ModelingToolkitBase where appropriate - Fix @brownian typo to @brownians in FAQs - Remove stale DiscreteProblem line from spatial jump tutorial - Remove outdated latexify SDE bug note - Fix Base.convert text to reference ode_model in introduction tutorial - Update remake call syntax in interactive Brusselator example Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…l docs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
isaacsas
commented
Mar 5, 2026
docs/src/model_simulation/examples/interactive_brusselator_simulation.md
Outdated
Show resolved
Hide resolved
TorkelE
approved these changes
Mar 5, 2026
Member
TorkelE
left a comment
There was a problem hiding this comment.
I was quite fond of the previous README/Index, and this is a clear improvement, really like it!
Co-Authored-By: Claude Opus 4.5 <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.
No description provided.