Skip to content

Releases: nengo/nengo-extras

Release 0.5.0

12 Jan 22:06
Compare
Choose a tag to compare

Added

  • Added NengoDL builders for NengoLoihi neuron types. These will automatically be used by the NengoLoihi repository if it is installed. (#94)

Fixed

  • Updated to work with more recent versions of Nengo. (#94)

Release 0.4.0

16 Nov 00:38
Compare
Choose a tag to compare

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)

Release 0.3.0

05 Jun 00:58
Compare
Choose a tag to compare

Changed

  • Submodules are no longer automatically imported into the nengo_extras namespace, as it can be difficult to install requirements for the various tools in Nengo Extras. (#77, #78)

Release 0.2.0

31 May 21:12
Compare
Choose a tag to compare

Added

  • Added the association matrix learning rule (AML) to learn associations from cue vectors to target vectors in a one-shot fashion without catastrophic forgetting. (#72)
  • Added classes to convert Nengo models to GEXF for visualization with Gephi. (#54)
  • Added a Camera process to stream images from a camera to Nengo. (#61)

Release 0.1.0

28 Mar 15:33
Compare
Choose a tag to compare

Initial release of Nengo Extras! Tested with Nengo 2.7.0, but should work with earlier versions. If you run into any issues, please file a bug report.