Version 2.3.2
This release (under the branch of brainpy=2.3.x
) continues to add support for brain-inspired computation.
New Features
1. New package structure for stable API release
Unstable APIs are all hosted in brainpy._src
module.
Other APIs are stable and will be maintained for a long time.
2. New schedulers
brainpy.optim.CosineAnnealingWarmRestarts
brainpy.optim.CosineAnnealingLR
brainpy.optim.ExponentialLR
brainpy.optim.MultiStepLR
brainpy.optim.StepLR
3. Others
- support
static_argnums
inbrainpy.math.jit
- fix bugs of
reset_state()
andclear_input()
inbrainpy.channels
- fix jit error checking