GeNN 4.2.1
Release Notes for GeNN v4.2.1 (PyGeNN 0.3.1)
This release fixes several small issues including several relating to Brian2GeNN compatibility.
User Side Changes
- Added -s option to genn-buildmodel.bat on Windows to turn off Visual C++ additional security checks (SDL), allowing Brian2GeNN libraries to be included in code generator.
Bug fixes:
- Fixed bug where
$(sT_pre) and $ (sT_post) were incorrect when accessed in weight update model pre and postsynaptic spike code respectively when using the single-threaded CPU backend. - Fixed a corner case where valid models might result in compiler errors about
Isyn
not being defined. - Fixed a bug preventing multiple include paths being passed to genn-buildmodel.bat on Windows.