Bump ModelingToolkitNeuralNets to 2.7.0 for release - #144
Merged
ChrisRackauckas merged 1 commit intoAug 5, 2026
Conversation
These packages have unreleased src/ext/Project.toml changes relative to the tree registered in General, but no version bump, so the changes cannot be released. ModelingToolkitNeuralNets: 2.6.0 -> 2.7.0 Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
ChrisRackauckas
marked this pull request as ready for review
August 5, 2026 05:03
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.
These packages have unreleased changes to
src,ext, orProject.tomlrelative to thetree recorded in the General registry for their current version, but the version was never
bumped — so the changes cannot be released.
ModelingToolkitNeuralNetsHow the versions were chosen
Patch by default. A package was promoted to a minor bump only where it gained public API
or a user-facing capability. For
0.y.zpackages the non-breaking slot isz, so those stayin the patch position regardless of what they added.
No package in this PR needs a major bump: comparing the exported/
@publicname sets betweeneach package's released commit and master, no name that the package itself defines was
removed. The removals that do appear are blanket reexports of names owned by other packages
(e.g.
BVPJacobianAlgorithmandintegral, which belong toBoundaryValueDiffEqCore), whichSciML does not treat as documented public API.
Registration follows once this merges.
Found by a
/sciml-release-sweeppass over the org. Please ignore until reviewed by @ChrisRackauckas.