sPyNNaker icon indicating copy to clipboard operation
sPyNNaker copied to clipboard

The SpiNNaker implementation of the PyNN neural networking language

Results 179 sPyNNaker issues
Sort by recently updated
recently updated
newest added

This is a selection of new models and provenance from the icub_vor branches, namely: - STDP models relating to MF-VN (vestibular nuclei) and PF-PC (purkinjie cells), both in terms of...

enhancement
incomplete_left_for_further_release

Some tidying up to fix code under debug flags that hadn't been touched for a while. I have also added an action to compile with the debug flags turned on...

bug
minor

Updates to use minimum weight values for scaling rather than calculating scales from ring buffers. Merge at same time as https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/885 https://github.com/SpiNNakerManchester/sPyNNaker8NewModelTemplate/pull/57 and https://github.com/SpiNNakerManchester/PyNN8Examples/pull/74 Tested by https://github.com/SpiNNakerManchester/IntegrationTests/pull/9

enhancement
incomplete_left_for_further_release

Once #1195 is merged, this can follow. Updates the way data specification is done to make things faster, using repeated data specification from various parts and caching it.

enhancement

Part of https://github.com/SpiNNakerManchester/SpiNNUtils/pull/193 _reset_has_read_neuron_parameters_this_run is an underscore method as not designed for users.

enhancement

part of https://github.com/SpiNNakerManchester/PACMAN/pull/461

Part of https://github.com/SpiNNakerManchester/PACMAN/pull/455

enhancement

related to https://github.com/SpiNNakerManchester/PACMAN/issues/457 But can be done separate as just changes a comment.

enhancement

part of https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/967 A few weird cases where handled by external_devices: As the main init imports the exernal_devices the cleanest fix was to push the simulator into external_device when setup....

enhancement

Fixes https://github.com/SpiNNakerManchester/sPyNNaker/issues/1188 Instead of Projections rounding delays the SynapseDynamics does it. This is at a minor cost that SynapseDynamics these must be created after sim.setup The user available set_delays has...

enhancement