Skip to content

chore(release): v0.5.0#219

Merged
chaoming0625 merged 1 commit into
mainfrom
worktree-release-0.5.0
Jun 13, 2026
Merged

chore(release): v0.5.0#219
chaoming0625 merged 1 commit into
mainfrom
worktree-release-0.5.0

Conversation

@chaoming0625

Copy link
Copy Markdown
Collaborator

Release 0.5.0

Bumps __version__ to 0.5.0 and adds the changelog entry.

A repository-wide correctness release. Following the brainstate.transform audit shipped in 0.4.x, this cycle extended the same expert-audit discipline to nearly every remaining module — random, graph, interop, nn, util, the vmap / pmap / shard_map mapping engine, and the exp_euler integrator — 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

PR Area Summary
#210 exp_euler Jacobian unit conversion fix in the drift calculation
#211 random Six distribution bugs (standard_t, weibull_min, triangular, geometric, randint_like, chisquare)
#212 graph merge_context live dict, Node.check_valid_context, pop_states aliasing
#213 interop Five nnx conversion bugs (Conv dilation, norm metadata, batchnorm keys, export lookup)
#215 nn Module-wide audit: dropout, activations, linear/init, metrics, bijective transforms, delay/dynamics
#216 transform 8 vmap / pmap / shard_map mapping-engine bugs
#217 all Resolve every dev/issues.md finding; replace assert with descriptive TypeError / ValueError
#218 graph perf: classification cache, static-collapse, shared-State dedup

Quality

  • Full suite: 5296 passed, 23 skipped; mypy clean; patch coverage 100% (audit) / 98% (mapping engine).
  • Green across the CI JAX matrix: 0.7.0, 0.8.0, 0.9.0, latest.

🤖 Generated with Claude Code

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.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @chaoming0625, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@chaoming0625 chaoming0625 merged commit 1fa7964 into main Jun 13, 2026
6 checks passed
@chaoming0625 chaoming0625 deleted the worktree-release-0.5.0 branch June 13, 2026 17:09
@codecov

codecov Bot commented Jun 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant