Version 0.1.9
What's Changed
- Update DOI badge and README by @chaoming0625 in #64
- Fix bugs by @chaoming0625 in #65
- Add import statements and main execution block to transform.py by @chaoming0625 in #66
- compatible with jax>=0.6.0 by @chaoming0625 in #67
- Refactor and enhance brainstate.nn module by @chaoming0625 in #68
- Add brainevent module and integrate brainevent dependency by @chaoming0625 in #69
- Change examples from
braineventtobrainstate.nnby @chaoming0625 in #70 - Remove duplicate import in
brainstate/nn/_collective_ops.pyby @chaoming0625 in #71 - Add safe_map, safe_zip, unzip2, unzip3, and wraps functions for jax version compatibility by @chaoming0625 in #72
- Remove unused function, add daily CI, update docs by @chaoming0625 in #73
- Fix JIT cache clearing and update documentation by @chaoming0625 in #74
- Require Python 3.10 by @chaoming0625 in #75
- Compatibility with jax>=0.6.1 by @chaoming0625 in #76
- Refactor nn module and add new projection and delay mechanisms by @chaoming0625 in #77
- Add gap junctions and refactor projections; support
static_argnamesby @chaoming0625 in #78 - Enhance named-axis/vmap and improve ExpEuler unit check by @chaoming0625 in #80
- Standardize 'brainstate' import alias by @chaoming0625 in #81
- Refactor update return, inputs, and module representation by @chaoming0625 in #83
- Compatible with BrainPy by @chaoming0625 in #84
- Consolidate state validation and improve error reporting by @chaoming0625 in #86
- ⬆️ Bump actions/checkout from 4 to 5 by @dependabot[bot] in #87
- Refactor Delay API, unify time input, and move tests by @chaoming0625 in #88
- Add ArrayImpl mixin and tighten Delay compile-time eval by @chaoming0625 in #90
- ⬆️ Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #89
- Refactor ArrayImpl: Standardize
ArrayLikeand add unit tests by @chaoming0625 in #91 - Enhance Delay for multi-dimensional inputs and enforce dimensionless steps by @chaoming0625 in #92
- Remove ArrayImpl, refactor functional APIs, add weight standardization by @chaoming0625 in #94
New Contributors
- @dependabot[bot] made their first contribution in #87
Full Changelog: v0.1.0...v0.1.9