Release prep: bump version to 2.5.2 - #160
Merged
Merged
Conversation
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
Bumps
HighDimPDEfrom2.5.1to2.5.2. The last registered release (v2.5.1) corresponds to commit9cd0e71("Bump version to 2.5.1 (#158)"), but the tree content has since changed without a version bump (registry tree-sha for 2.5.1 no longer matches HEAD's root tree).Changes since v2.5.1 (commit 9cd0e71)
3d35e5bQA: run_qa v1.6 form + ExplicitImports74cea11build(deps): bump actions/checkout from 6 to 7fe18924Use SciMLTesting 2.1 QA docs check (Use SciMLTesting 2.1 QA docs check #159)Concretely, the diff (
git diff 9cd0e71 HEAD) touches:src/HighDimPDE.jl,src/MCSample.jl: added docstrings for the existingPIDESolutionstruct andNoSamplingstruct (no behavior/API change).test/qa/qa.jl,test/qa/Project.toml,Project.toml: bumped the test-onlySciMLTestingcompat lower bound from1.6to2.1and adoptedSciMLTesting'sapi_docs_kwargsQA option (test/CI tooling only, not a runtime dependency).test/GPU/gpu.jl,test/test_groups.toml: added a new GPU test group for CI (test infrastructure only).No new exported API, no functional/runtime source changes, no breaking changes — everything is docs, tests, and CI.
Bump type: PATCH (2.5.1 -> 2.5.2)
Docs-only additions (docstrings) and test/CI-only changes qualify as a patch release per SemVer.
Compat bounds
SciMLTesting's compat lower bound was already raised from1.6to2.1in the diff itself (commitfe18924), consistent with its newapi_docs_kwargsusage intest/qa/qa.jl.SciMLTestingis a test-only dependency ([extras]/[targets]), not a runtime dependency, so this does not affect downstream consumers. No other SciML-ecosystem compat bounds were touched, and none needed adjustment — no new APIs fromSciMLBase,DiffEqBase,SciMLSensitivity,StochasticDiffEq, etc. are used in this diff.🤖 Generated with Claude Code