v0.5.0 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