Skip to content

Commit

Permalink
0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mundya committed Jun 10, 2015
1 parent 0445741 commit cbfabc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']},

Expand Down

0 comments on commit cbfabc2

Please sign in to comment.