v2.4.1
This is a bugfix and maintenance release for v2.4.0, in which the Topology Module contains a bug which leads to the creation of too few connections (N/num_threads instead of N) when using the divergent connection_type
in ConnectLayers
in a multi-threaded mode. Users are advised to update their installation as soon as possible.
Here's a detailed list of changes:
- Fix multi-threaded creation of divergent connections in Topology Module and add a regression test for this.
- Add
SetNumRecProcesses
to PyNEST to enable the Global spike detection mode. - Update Toplogy Manual for NEST 2.4 and to be Py3k compatible.
- Use proper syntax for getting default synapse model in the
ConnectionGenerator
. - Update the reference in the
README.txt
of the microcircuit model by Potjans&Diesmann. - Remove special characters from
iaf_chs_2007
that confused the copyright-header checker.