Skip to content

2.1.0 release

Compare
Choose a tag to compare
@hunse hunse released this 23 Nov 21:13
· 15 commits to master since this release

Compatible with Nengo 3.1.0

Added

  • Added remove_zero_incs and remove_unmodified_resets simplifications for the operator list. These are enabled by default, and remove unnecessary operators (e.g. that are multiplying by zero and adding that to a signal). This increases both build speed and run speed. These simplifications can be disabled by modifying nengo_ocl.operators.simplifications. (#183)

Changed

  • Added support for Nengo 3.1.0, and retired support for Nengo 3.0.0. (#180)
  • Changes to improve benchmarks, including comparing between benchmarks. (#182)