Release 0.2.0
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