Skip to content

v0.4.0 release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jgosmann jgosmann released this 18 May 20:51
· 301 commits to main since this release

This release increases the minimum required Nengo version to Nengo 2.7 (previously Nengo 2.4).

Added

  • Added documentation and build tools for the documentation. (#68)

Changed

  • This release introduces a new syntax for SPA action rules. (#114)

Remove

  • Unnecessary vocab argument from Transcode. (#68)

Fixed

  • Validation of VocabOrDimParam and VocabularyMapParam. (#95, #98)
  • Allow the configuration of instance parameters with nengo_spa.Network.config. (#112, #113)
  • Fix an undeclared input to the IAAssocMem module. (#118, #120)