Skip to content

Release 0.2.0

Compare
Choose a tag to compare
@bmorcos bmorcos released this 17 Dec 14:46

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)