Skip to content

Auryn v0.8.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@fzenke fzenke released this 20 Aug 00:00
· 444 commits to master since this release

Fixes memory alignment problem and some other bugs. Moreover, merges some features from testing branch:

  • Renames global variable holding the simulation timestep dt to auryn_timestep
  • Adds master seeding mechanisms in System
  • Introduces abstract base class Trace for all synaptic traces
  • Trace is a derived class of AurynStateVector