Skip to content

GeNN 4.2.1

Compare
Choose a tag to compare
@neworderofjamie neworderofjamie released this 27 Apr 16:32
0006a5f

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

  1. 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:

  1. 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.
  2. Fixed a corner case where valid models might result in compiler errors about Isyn not being defined.
  3. Fixed a bug preventing multiple include paths being passed to genn-buildmodel.bat on Windows.