Version 2.4.4
This release has fixed several bugs and updated the sustainable documentation.
What's Changed
- [mixin] abstract the behavior of supporting input projection by
brainpy.mixin.ReceiveInputProj
by @chaoming0625 in #428 - Update delays, models, and projections by @chaoming0625 in #429
- Compatible with
jax=0.4.14
by @chaoming0625 in #431 - Add new tests by @yygf123 in #430
- Add NonBatchingMode function by @yygf123 in #433
- [connect] Complete
FixedTotalNum
class and fix bugs by @Routhleck in #434 - Update the document "Concept 2: Dynamical System" by @yygf123 in #435
- [docs] Update three part of tutorial toolbox by @Routhleck in #436
- [docs] Update index.rst for surrogate gradient by @Routhleck in #437
- Reconstruct BrainPy documentations by @ztqakita in #438
- Renew doc requirements.txt by @ztqakita in #441
- Compatibility updates by @chaoming0625 in #442
- update docs by @chaoming0625 in #443
- Update optimizer by @yygf123 in #451
- [docs] Update custom saving and loading by @Routhleck in #439
- [doc] add new strings in bp._src.dyn.hh.py and bp._src.dyn.lif.py by @AkitsuFaye in #454
- Serveral updates by @chaoming0625 in #452
- Update doc bug in index.rst by @chaoming0625 in #458
- add
brainpy.dyn.Alpha
synapse model by @chaoming0625 in #459 - [doc] update ODE doc by @chaoming0625 in #460
New Contributors
- @AkitsuFaye made their first contribution in #454
Full Changelog: V2.4.3...V2.4.4