Added
- Setup Nengo Bones and remote CI. (#41)
- Added notebook examples featuring oscillators. (#46)
- Added spiking to oscillator notebook examples. (#49)
- Add test suite. (#55)
- Added More detail to remote termination signals. (#61)
Changed
- Compatibility changes for Nengo 3.0.0. (#44)
- Minor changes to oscillator notebooks. (#47)
- Minor changes to getting-started documentation. (#50)
- Improved socket communication for better performance. (#52)
- Throw an error with invalid config in ID script. (#53)
- Update deprecated SafeConfigParser. (#57)
- Remove unused seed from network builder. (#58)
- Make all variable names lowercase. (#59)
- Switch to remote doc script that tracks nengo-bones. (#60)
- Switch to abrgl for CI scripts. (#62)
Fixed