Releases: project-rig/nengo_spinnaker
Releases · project-rig/nengo_spinnaker
v0.3.0
Release to coincide with Nengo 2.1.0 and Rig 2.0.0.
Adds support for Voja and PES learning rules.
v0.2.5
- Add voltage probing support
- Profiling of ensembles
- Bugfix for nodes which return lists as their output
v0.2.3
- Uses
atexit
to ensure simulators are always cleaned up.
- Nodes (but not passthrough Nodes) can be used to control global inhibition.
- Significant improvements to the LIF model.
v0.2.2
- Fixes pickling of netlists in Python 2.7
- Fixes connections from passthrough Nodes to Nodes
- Adds
nengo_spinnaker_setup
command to create configuration files
- Fixes pre-slicing on connections from Nodes
v0.2.1
- Fix to Makefile improves neuron performance.
- Fix to neuron C.
- Limit the number of neurons on a core by CPU profile.
v0.2.0
Initial release of nengo_spinnaker
.