Skip to content

Releases: nengo/nengo-fpga

Release 0.2.2

07 May 15:53
Compare
Choose a tag to compare

Added

  • Setup Nengo Bones and remote CI. (#41)
  • Added notebook examples featuring oscillators. (#46)
  • Added spiking to oscillator notebook examples. (#49)
  • Add test suite. (#55)
  • Added More detail to remote termination signals. (#61)

Changed

  • Compatibility changes for Nengo 3.0.0. (#44)
  • Minor changes to oscillator notebooks. (#47)
  • Minor changes to getting-started documentation. (#50)
  • Improved socket communication for better performance. (#52)
  • Throw an error with invalid config in ID script. (#53)
  • Update deprecated SafeConfigParser. (#57)
  • Remove unused seed from network builder. (#58)
  • Make all variable names lowercase. (#59)
  • Switch to remote doc script that tracks nengo-bones. (#60)
  • Switch to abrgl for CI scripts. (#62)

Fixed

  • Fixed code to remove all linter errors. (#45)
  • Start using intersphinx, rename docs using '-'. (#48)
  • Add TRAVIS_JOB_NUMBER to exported variables in remote-docs.sh. (#63)

Release 0.2.1

17 Dec 14:35
Compare
Choose a tag to compare

Added

  • Add on-chip feedback connection. (#35)
  • Requirement for numpy<1.17. (#39)

Release 0.2.0

17 Dec 14:46
Compare
Choose a tag to compare

Added

  • Add model size bounds to docs. (#31)
  • Add example setting encoders/decoders. (#30)
  • Add purchase link to docs. (#29)
  • Add license to docs. (#25)
  • Add firewall tip to docs. (#24)
  • Notebook examples and example descriptions. (#23)
  • Quickstart guide. (#21)
  • Rework documentation. (#18, #20)
  • Add PR template, contributors, and update license. (#12)
  • Added script to read device DNA from FPGA board. (#11)

Changed

  • Update the docs theme. (#32)
  • Rework usage page in docs. (#27)
  • Docs audit for consistency. (#22)
  • Rename "DNA" to "ID" everywhere. (#20)
  • Receiving a UDP packet with a negative timestep will now cause the
    Nengo simulation to terminate with an exception. (#26)
  • Now throwing an exception on unsupported neuron type. (#26)

Fixed

  • Fixed behaviour of code when provided FPGA name string is not found
    in the fpga_config file. (#33)
  • Fixed simulation hanging error when two simulations are run one
    after the other. (#34)

Release 0.1.0

19 Dec 18:39
Compare
Choose a tag to compare

Initial release of Nengo FPGA!