- Added a set of tutorials to the built-in examples.
- Added cross-hairs when hovering over plots.
- Added several new types of plots, including a firing pattern plot,
a similarity plot for SPA networks, and a plot for
Compare
networks. - Added the ability to implement custom HTML plots.
See the built-in example
basics/html.py
. - Extended SPA override capabilities to all SPA networks.
nengo_gui.Viz
has been renamed tonengo_gui.GUI
.- Major refactoring of back-end code.
- Many bug fixes and look-and-feel improvements.
- Spike rasters are now much faster.
- Added a reset button that restarts a simulation.
- Code editor now has a border, making it easier to resize.
- Can now search in the code editor (with Ctrl+f).
- When an error occurs in a model, a console will display with error details. Printed values also show up in this console, for easier debugging.
- Can now import from other files in the same directory as a Nengo model.
- Readonly files are handled safely, instead of crashing.
- Several minor aestheic improvements and bug fixes.
- Fixed another Python 3 compatibility issue with autolayouts.
- Fixed a bug that could cause a crash when reloading config files.
- Fixed a Python 3 compatibility issue with semantic pointer graphs.
- A large number of stability and user experience fixes. The first release was a bit buggy, but this should be pretty stable.
- Includes many more examples out of the box.
Initial release of Nengo GUI! Thanks to all of the contributors for making this possible!