Release prep: bump version to 9.29.2#617
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 the
versionfield in Project.toml from 9.29.1 to 9.29.2 (PATCH) to register the commits that have accumulated since the last release (v9.29.1, commit 0d01f00).Changes since v9.29.1
PureLeaping,needs_depgraph,needs_vartojumps_map,BracketData,get_num_majumps,SimpleTauLeaping,SimpleExplicitTauLeaping,EnsembleGPUKernel,SpatialMassActionJump,num_sites,outdegree,CartesianGrid,CartesianGridRej,VR_DirectFW) — Document JumpProcesses public API #615 "Document JumpProcesses public API".test/qa.jlto enableSciMLTesting'sapi_docs_kwargsrendered-docs QA check, with aREEXPORTED_APIignore-list for names re-exported from other packages.SciMLTestingcompat lower bound from1.6to2.1(test-only dependency, listed only in[extras]/[targets], not[deps]) — required for theapi_docs_kwargsQA feature used above.No source-level behavior changed: every diff in
src/is a docstring addition to an existing function/struct with no logic changes. No new exported symbols were added, and no changes were made to compat bounds on any runtime SciML-ecosystem dependency (SciMLBase, DiffEqBase, etc.).Why PATCH
This is a docs/tests/QA-only change with no new functionality and no behavioral change, so per SemVer conventions this is a PATCH bump (9.29.1 -> 9.29.2).