Version 2.4.1
New Features
- [math] Support the error report when modifying a
brainpy.math.Array
during compilation - [math] add
brainpy.math.event
,brainpy.math.sparse
andbrainpy.math.jitconn
module, needsbrainpylib >= 0.1.9
- [interoperation] add apis and docs for
brainpy.layers.FromFlax
andbrainpy.layer.ToFlaxRNNCell
- [fix] Bug fixes:
- fix WilsonCowan bug
- fix
brainpy.connect.FixedProb
bug - fix analysis jit bug
What's Changed
- Update structures by @chaoming0625 in #364
- create blocksparse matrix matrix multiplication opearator by @Routhleck in #365
- commit by @grysgreat in #367
- Fix bugs by @chaoming0625 in #368
- [math] update dedicated operators by @chaoming0625 in #370
- fix bugs by @chaoming0625 in #371
- [bug] fix merging bug by @chaoming0625 in #372
- [structure] update package structure by @chaoming0625 in #369
- [test] update csrmv tests by @chaoming0625 in #373
- [interoperation] add apis and docs for
brainpy.layers.FromFlax
andbrainpy.layer.ToFlaxRNNCell
by @chaoming0625 in #374 - [doc] update documentation by @chaoming0625 in #375
- [bug] fix
brainpy.connect.FixedProb
bug by @chaoming0625 in #376 - [bug] fix analysis jit bug by @chaoming0625 in #377
- update brainpylib requirements by @chaoming0625 in #378
New Contributors
- @Routhleck made their first contribution in #365
- @grysgreat made their first contribution in #367
Full Changelog: V2.4.0...V2.4.1