Lesser used features for the Nengo neural simulator
Project description
Nengo extras
Extra utilities and add-ons for Nengo.
This repository contains utilities that occupy a liminal space not quite generic enough for inclusion in Nengo, but useful enough that they should be publicly accessible.
Some of these utilities may eventually migrate to Nengo, and others may be split off into their own separate repositories.
Installation
To install Nengo extras, we recommend using pip.
pip install nengo-extras
Usage
Example notebooks can be found in the docs/examples directory.
For a listing of the contents of this repository, and information on how to use it, see the full documentation.
Development
To run the unit tests:
pytest nengo_extras [--plots]
To run the static checks:
.ci/static.sh run
To build the documentation:
sphinx-build docs docs/_build
Release history
0.5.0 (January 12, 2022)
Added
Added NengoDL builders for NengoLoihi neuron types. These will automatically be used by the NengoLoihi repository if it is installed. (#94)
Fixed
Updated to work with more recent versions of Nengo. (#94)
0.4.0 (November 15, 2019)
Added
Added nengo_extras.simulators.RealTimeSimulator, which will ensure that simulations don’t run faster than real time. (#85, #151)
Added nengo_extras.neurons.NumbaLIF, which is a numba-accelerated drop-in replacement for the nengo.LIF neuron model (requires numba to be installed). (#86)
Fixed
Fixed some Nengo 3.0.0 compatibility issues. (#90)
0.3.0 (June 4, 2018)
Changed
0.2.0 (May 31, 2018)
Added
Added the association matrix learning rule (AML) to learn associations from cue vectors to target vectors in a one-shot fashion without catastrophic forgetting. (#72)
Added classes to convert Nengo models to GEXF for visualization with Gephi. (#54)
Added a Camera process to stream images from a camera to Nengo. (#61)
0.1.0 (March 14, 2018)
Initial release of Nengo Extras! Tested with Nengo 2.7.0, but should work with earlier versions. If you run into any issues, please file a bug report.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nengo-extras-0.5.0.tar.gz
.
File metadata
- Download URL: nengo-extras-0.5.0.tar.gz
- Upload date:
- Size: 90.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 234f41d777a6f5085378ed4f8145326b735b3ba34f8a392f7357ed6547414fa6 |
|
MD5 | 2be06cec9d54efee895a8f3346d253eb |
|
BLAKE2b-256 | 11e739d3df36b158ae19d9dd109846f4a0a4c26ad1b03a51357dff45bc4ffadb |
File details
Details for the file nengo_extras-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: nengo_extras-0.5.0-py3-none-any.whl
- Upload date:
- Size: 83.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4508d30b6bd859d15ceda3c62c36e2c6e0ce045579c0e355c1f0855bbf5c63fa |
|
MD5 | eb45ae189511dba2330fca2e47d2a65c |
|
BLAKE2b-256 | 3ab862672cf1434c21878e3aa2e59e21e825bca262411d46035d509639ed4b46 |