v2.2.2
NEST 2.2.2 is a bugfix releas that contains fixes to the kernel, SLI, build system and other areas.
New models and devices:
iaf_psc_alpha_multisynapse
iaf_psc_exp_multisynapse
mcculloch_pitts_neuron
ginzburg_neuron
spin_detector
sinusoidal_gamma_generator
Updated models and devices:
smp_generator
is replaced bysinusoidal_poisson_generator
, which sends an individual spike train to each of its targets by default; be wary when updating your code! In order to replicate the old behavior of thesmp_generator
(all targets receive the same spike train), set/individual_spike_trains
tofalse
on thesinusoidal_poisson_generator
model before creating a generator node.iaf_psc_alpha
: bugfixesstdp_dopamine_synapse
: bugfixes
PyNEST:
- fixes to the
DataConnect
interface
Topology:
- more efficient
GetTargetNodes
implementation - lognormal distribution for parameter values