chore(release): 2.8.0#859
Merged
Merged
Conversation
Bump __version__ to 2.8.0 and add the 2.8.0 changelog section: a library-wide audited correctness sweep (neuron/synapse dynamics, integrators, math/object-transform layer, dnn, optim/losses, analysis, runners) backed by regression tests, static typing with a mypy CI gate, test coverage raised to 92%+, test co-location, braintools/brainstate reuse, and documentation/example repairs.
Reviewer's GuideRelease plumbing for version 2.8.0: bumps the library version constant and adds the detailed 2.8.0 changelog entry, documenting the correctness sweep, typing/CI enhancements, test/coverage overhaul, deduplication against braintools/brainstate, and doc/example and dependency updates. Flow diagram for the 2.8.0 release plumbing changesflowchart TD
Dev[Developer] --> V[Update brainpy.__init__ version to 2.8.0]
V --> C[Add Version 2.8.0 section to changelog.md]
C --> R[Publish release 2.8.0]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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 2.8.0
Bumps
brainpy.__version__to 2.8.0 and adds the 2.8.0 changelog section.Version 2.8.0 is a broad correctness, quality, and maintainability release
covering the 37 commits since
V2.7.8:the math/object-transform layer,
dnnlayers, optimizers & losses, analysis,and the runners — each backed by regression tests.
mypyCI gate (Add typing for core utils, enable PEP 561, add mypy CI #834).<module>_test.py(test: co-locate tests as <module>_test.py and remove tests/ trees #832).braintools(init/metric/surrogate) andbrainstatetransforms (Reuse braintools.init / braintools.metric in brainpy.initialize & losses #835, Reuse braintools.surrogate; remove duplicate brainpy.math.surrogate #833, Fix CI: replace remove_vmap with brainstate.transform.unvmap #831).Full details in
changelog.md(## Version 2.8.0).Summary by Sourcery
Prepare the 2.8.0 release by updating the changelog and version metadata.
Bug Fixes:
Enhancements:
Build:
Documentation: