1.1.0 release
Features
- Added support for
RectifiedLinear
andSigmoid
neuron types. - Added support for arbitrary
Process
subclasses. Unlike the processes that are explicitly supported likeWhiteSignal
, these processes may not fully utilize the OpenCL device. - Added support for applying synaptic filters to matrices, which is commonly done when probing connection weights.
Improvements
- Supports all Nengo versions from 2.1.2 to 2.3.0.
- The
LIF
model is now more accurate, and matches the implementation in Nengo (see Nengo#975). - Several operators have been optimized and should now run faster.
Bugfixes
- Fixed compatibility issues with Python 3, and certain versions of NumPy and Nengo.