From cbfabc209ab1956e1e571d723570bb77c889a9c3 Mon Sep 17 00:00:00 2001 From: AndrewMundy Date: Wed, 10 Jun 2015 11:37:26 -0400 Subject: [PATCH] 0.2.1 release --- CHANGELIST.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELIST.md diff --git a/CHANGELIST.md b/CHANGELIST.md new file mode 100644 index 0000000..f4f7096 --- /dev/null +++ b/CHANGELIST.md @@ -0,0 +1,6 @@ +0.2.1 +----- + * Corrections to Makefile, allows up to 2000 neurons per core. + * Limits the number of neurons per core to keep to this limit. The equation + for limiting this is taken from "An efficient SpiNNaker implementation of + the NEF", Mundy, Knight, Stewart and Furber (IJCNN, 2015). diff --git a/setup.py b/setup.py index 1f064af..2655471 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def get_new_url(url): setup( name="nengo_spinnaker", - version="0.2.0", + version="0.2.1", packages=find_packages(), package_data={'nengo_spinnaker': ['binaries/*.aplx']},