We are happy to announce the release of Brian2GeNN 1.3, a new release of the Brian 2 interface with the GeNN simulator. This release fixes compatibility issues with the latest versions of Brian and now uses the GeNN 3.x syntax for model descriptions.
Bug fixes and improvements
- Avoid an
unexpected keyword argument 'compiler_kwds'
error with the latest version of Brian 2
- Use GeNN 3.x syntax for model descriptions (#82)
- Use GeNN's integer time step directly (instead of calculating it from the floating point time) for
run_regularly
operations (#83)