Version 2.2.2
Bug Fixes
This release fixes several bugs in the BrainPy system, including:
- The jitted functions in
brainpy.measure
module no longer exists when they are cleared bybrainpy.math.clear_memory_buffer()
. - The bug for
clear_input()
function. - The bug for the monitor in
brainpy.integrators.IntegratorRunner
What's Changed
- update loop docs and apis by @chaoming0625 in #261
- fix some bugs by @chaoming0625 in #262
Full Changelog: V2.2.1...V2.2.2