Skip to content

v0.5.0 release

Compare
Choose a tag to compare
@jgosmann jgosmann released this 01 Jun 21:23
· 280 commits to main since this release

Added

  • One-dimensional outputs of Nengo objects can be used as scalars in action rules. (#139, #157)
  • Syntactic sugar for complex symbolic expressions: nengo_spa.sym('A + B * C'). (#138, #159)
  • Include the achieved similarity in warning issued when desired maximum similarity could not be obtained. (#117, #158)
  • Possibility to name Vocabulary instances for debugging. (#163, #165)

Changed

  • Make the error message for incompatible types more informative. (#131, #160