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.CosineAnnealingWarmRestartsbrainpy.optim.CosineAnnealingLRbrainpy.optim.ExponentialLRbrainpy.optim.MultiStepLRbrainpy.optim.StepLR
3. Others
- support
static_argnumsinbrainpy.math.jit - fix bugs of
reset_state()andclear_input()inbrainpy.channels - fix jit error checking