GeNN 3.3.0
neworderofjamie
released this
11 Apr 10:24
·
5320 commits
to master
since this release
This release is intended as the last service release for GeNN 3.X.X.
Fixes for serious bugs may be backported if requested but, otherwise, development will be switching to GeNN 4.
User Side Changes
- Postsynaptic models can now have Extra Global Parameters.
- Gamma distribution can now be sampled using
$(gennrand_gamma, a)
. This can be used to initialise variables usingInitVarSnippet::Gamma
. - Experimental Python interface - All features of GeNN are now exposed to Python through the
pygenn
module
Bug fixes:
- Devices with Streaming Multiprocessor version 2.1 (compute capability 2.0) now work correctly in Windows.
- Seeding of on-device RNGs now works correctly.
- Improvements to accuracy of memory usage estimates provided by code generator.