Skip to content

Releases: nengo/nengo-gui

Release 0.5.0

16 Nov 21:02
Compare
Choose a tag to compare

Compatible with Nengo 2.6.0 - 3.1.0

  • Made NengoGUI available under the GPLv2 license.

Release 0.4.9

24 May 20:08
Compare
Choose a tag to compare

Compatible with Nengo 2.6.0 - 3.1.0

  • Improvement: Reworked How To Build a Brain examples to be more clear.
  • Bugfix: Fix compatibility with Python version 3.10.

Release 0.4.8

09 Jun 15:04
Compare
Choose a tag to compare

Compatible with Nengo 2.6.0 - 3.1.0

  • Bugfix: Fix compatibility with Nengo version 3.1.0.

Release 0.4.7

24 Nov 22:13
Compare
Choose a tag to compare

Compatible with Nengo 2.6.0 - 3.0.0

  • Bugfix: Restrict Nengo version to <=3.0.0.

Release 0.4.6

03 Mar 18:55
Compare
Choose a tag to compare
  • Bugfix: Fix examples for nengo 3.0 (those examples now require nengo>=2.6)
  • Bugfix: Failure when opening browser from script

Release 0.4.5

03 Mar 19:01
Compare
Choose a tag to compare
  • Improvement: subclasses of Network use their class name as a default label
  • Bugfix: Removed duplicate response headers (fixes loading in Chrome)
  • Bugfix: Fix for running with Tornado 6
  • Bugfix: Handle recent changes to nengo.Process API (backwards-compatible)

Release 0.4.4

03 Mar 19:01
Compare
Choose a tag to compare
  • API change: Added backend to InlineGUI constructor.
  • Improvement (Experimental): Added simulator hooks
  • Improvement: Added audible spike sounds
  • Improvement (Experimental): Nodes have access to the GUI keyboard state
  • Improvement: support for nengo-bio Connections
  • Improvement: show multiple connections between objects
  • Bugfix: handle new Connection transform in Nengo 3.0.0
  • Bugfix: escape labels so they aren't treated as HTML
  • Improvement: reworked networking to allow clean integration with Jupyter

Release 0.4.3

03 Mar 19:00
Compare
Choose a tag to compare
  • Bugfix: thread-safety for jedi autocompletion
  • Bugfix: Handle authentication when connecting to multiple servers
  • Bugfix: Fail gracefully when binding server

Release 0.4.2

03 Mar 19:00
Compare
Choose a tag to compare
  • Bugfix: Cloud plots for nengo_spa.Transcode plots no longer fail

Release 0.4.1

03 Mar 19:00
Compare
Choose a tag to compare
  • Bugfix: File menu no longer has an incorrect height
  • Bugfix: SPA plots for nengo_spa are now created correctly