nengo / nengo-dl

Deep learning integration for Nengo
https://www.nengo.ai/nengo-dl
Other
88 stars 22 forks source link

Support for recent neuron refactoring in Nengo core #159

Closed drasmuss closed 4 years ago

drasmuss commented 4 years ago

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.

drasmuss commented 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.

drasmuss commented 4 years ago

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.