Skip to content

4.0.0 release

Latest
Compare
Choose a tag to compare
@tbekolay tbekolay released this 17 Nov 15:28
· 1 commit to main since this release

Added

  • Added groups parameter to nengo.Convolution. (#1675, #1684)

Changed

  • Made NengoCore available under the GPLv2 license. (#1693)

Fixed

  • Fixed an issue where nengo.LinearFilter and subclasses (e.g. Lowpass, Alpha) would fail when running on tensors with dimension >= 3. (#1687)