chore(release): v0.5.0#219
Merged
Merged
Conversation
Bump the version to 0.5.0 and document the release. This cycle extended the expert-audit discipline from brainstate.transform to nearly every remaining module — random, graph, interop, nn, util, the vmap/pmap/shard_map mapping engine, and exp_euler — and closed out the consolidated cross-module audit (dev/issues.md). Every fix ships with a behavioral regression test; the suite is green across the full CI JAX matrix (0.7.0, 0.8.0, 0.9.0, latest). Also lands a graph-layer performance pass. No public APIs are removed or renamed.
Contributor
There was a problem hiding this comment.
Sorry @chaoming0625, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Release 0.5.0
Bumps
__version__to 0.5.0 and adds the changelog entry.A repository-wide correctness release. Following the
brainstate.transformaudit shipped in 0.4.x, this cycle extended the same expert-audit discipline to nearly every remaining module —random,graph,interop,nn,util, thevmap/pmap/shard_mapmapping engine, and theexp_eulerintegrator — and closed out the consolidated cross-module audit (dev/issues.md: 1 critical, 21 high, 46 medium, 29 low + appendix). It also lands a graph-layer performance pass.No public APIs are removed or renamed. The only behavioral changes are previously-silent wrong-result / invalid-input paths that now fail loudly with descriptive errors.
Included since 0.4.2
exp_eulerrandomstandard_t,weibull_min,triangular,geometric,randint_like,chisquare)graphmerge_contextlive dict,Node.check_valid_context,pop_statesaliasinginteropnnxconversion bugs (Conv dilation, norm metadata, batchnorm keys, export lookup)nntransformvmap/pmap/shard_mapmapping-engine bugsdev/issues.mdfinding; replaceassertwith descriptiveTypeError/ValueErrorgraphStatededupQuality
mypyclean; patch coverage 100% (audit) / 98% (mapping engine).🤖 Generated with Claude Code