Skip to content

Releases: IGITUGraz/spore-nest-module

SPORE version 2.14.0

07 Nov 13:37
Compare
Choose a tag to compare

DOI

Changes since version 2.12.0

  • Small bug fixes and optimizations
  • SPORE has been made compatible with NEST 2.14

Contributors

  • David Kappel
  • Michael Hoff
  • Anand Subramoney

SPORE version 2.12.0

03 May 12:26
Compare
Choose a tag to compare

This is the first release version of SPORE.

Features

  • SPORE introduces a new class of synapse models for NEST that is guaranteed to be updated on a regular time grid.
  • It introduces a new class of NEST nodes that can store a history of a pice-wise constant real-valued time series (e.g. the membrane potential) for a fixed time window, which can be read out in the synapses.
  • It introduces a MUSIC proxy that allows to receive traces from a MUSIC port.
  • It introduces a mechanism that allows to erase synapses that become non-functional.
  • It introduces a first synapse and neuron model that uses these mechanism for reward-based plasticity and rewiring.

A detailed description can be found in the SPORE class reference.

Contributors

  • David Kappel
  • Michael Hsieh
  • Michael Hoff
  • Anand Subramoney