Closed drasmuss closed 4 years ago
Just noticed that we'll need to update some of the examples in this PR, since the random voltage initialization has changed some of their output. Will take a look at that.
Woops I forgot that we build the docs using the latest nengo core release, not master, so we don't want those example changes in yet. Reverted, but saved the commit here https://github.com/nengo/nengo-dl/tree/neuron-refactor-example-update for when we do a core release.
Adds support for the NeuronType changes introduced in https://github.com/nengo/nengo/pull/1609.
Also a few unrelated fixes to get tests passing after new releases in dependencies.