Nengo Extras 0.3.0 released

The Nengo team is pleased to announce the release of Nengo Extras 0.3.

What is Nengo Extras?

Nengo Extras contains additional utilities for Nengo that are not commonly used, but are useful enough that they should be publicly accessible. These extra features include learning rules, neuron types, domain-specific processes, and more.

Features

The Nengo Extras 0.3.0 release makes it easier to use specific parts of Nengo Extras without having to install many dependencies, as we no longer populate the nengo_extras namespace at import. Instead, when you want to use a specific part of Nengo Extras, you import it specifically:

from nengo_extras.neurons import SoftLIFRate

See the full documentation for more details and example usage.

How do I get it?

To install Nengo extras, use pip.

pip install nengo-extras

Where can I learn more?

Where can I get help?

You’re already there! If you have an issue upgrading or have any other questions, please post them in this forum.