Version 2.3.7
- Fix bugs on population models in
brainpy.rate
module - Fix bug on
brainpy.LoopOverTime
- Add more synaptic models including DualExpoenetial model and Alpha model in
brainpy.experimental
module - Support call a module through right shift, such as
data >> module1 >> module2