Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@tbekolay tbekolay released this 16 Nov 00:38
· 5 commits to master since this release

Added

  • Added nengo_extras.simulators.RealTimeSimulator, which will ensure that simulations don't run faster than real time. (#85, #151)
  • Added nengo_extras.neurons.NumbaLIF, which is a numba-accelerated drop-in replacement for the nengo.LIF neuron model (requires numba to be installed). (#86)

Fixed

  • Fixed some Nengo 3.0.0 compatibility issues. (#90)