Closed
Conversation
Bumps MyoGen to 0.9.0 (minor: new public RNG API, two deprecations, behavioural RNG-output change vs 0.8.5, fiber-simulation additions). - pyproject.toml: version 0.8.5 -> 0.9.0 - CHANGELOG.md: renamed the populated Unreleased section to [0.9.0] - 2026-04-19, added a fresh empty Unreleased header above, and corrected a stale inline 'pre-Unreleased outputs' reference. - README.md and docs/source/index.md: version badges bumped to 0.9.0 (the README was pinned to 0.8.5, the docs index was even staler at 0.8.3).
Member
Author
|
Landing directly on main — no CI/review needed for a version bump. |
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
Version bump to 0.9.0 alongside a final CHANGELOG tidy.
Version bump rationale (minor)
myogen.get_random_generator(),myogen.get_random_seed(),myogen.derive_subseed(*labels).myogen.RANDOM_GENERATOR,myogen.SEED), still importable with aDeprecationWarning.derive_subseedreplaces the pre-0.9.0SEED + (class_id+1)*(global_id+1)formula. A given global seed now produces different random draws than in 0.8.5 and earlier — the new output is correct (seed propagation previously broke across modules) but not byte-identical.elephantextra, NEURON version alignment to 8.2.7, figure distribution plots, new test suite, PR pytest CI.Changes in this PR
pyproject.toml:0.8.5→0.9.0CHANGELOG.md: populatedUnreleasedsection renamed to[0.9.0] - 2026-04-19; fresh emptyUnreleasedadded above. Stalepre-Unreleased outputsreference rewritten aspre-0.9.0 outputs.README.mdanddocs/source/index.md: version badges bumped (README was pinned at 0.8.5; docs-site badge was even staler at 0.8.3).After merge I'll tag
v0.9.0on the merge commit.