Skip to content

Releases: ORNL/superneuroabm

v0.3.0

27 Sep 15:55
da97319
Compare
Choose a tag to compare

Model can be saved and loaded.
Simulation can be continued with multiple calls to model.NeurmorphicModel.simulate.
model.NeuromorphicModel.setup provides the option to reset the simulation temporally, while preserving weights.
API functions renamed: model.NeuromorhpicModel.get_spikes -> model.NeuromorphicModel.get_spike_times and model.NeuromorphicModel.spike -> model.NeuromorphicModel.add_spike.
Bug fixes to synaptic delay, compress_tensor and shared memory use in CPU mode.
Customizable learning parameters.

v0.2.0

01 Aug 15:16
6b230e9
Compare
Choose a tag to compare

Spike Time Dependent Plasticity included.
Heterogenous neuron API.
Bug fixes to synaptic step functions.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Jun 19:12
6363ee2
Compare
Choose a tag to compare

Initial release of SuperNeuroABM on PyPI