Skip to content

Commit

Permalink
Update the changelog for version 0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgosmann committed May 19, 2017
1 parent 7f3a6e3 commit 1ae2bdb
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,29 @@ Release History
- Removed
- Fixed
0.1 (unreleased)
================
0.1.1 (May 19, 2017)
====================

**Fixed**

- Updated the 0.1 changelog.


0.1 (May 19, 2017)
==================

Initial release of Nengo SPA with core functionality, but excluding

- updates and completion the documentation,
- proper integration with Nengo GUI.

The API is still conisdered unstable in some parts of it are likely to change
in the future.

Main features compared to the SPA implementation shipped with Nengo are:

- neural representations have been optimized for higher accuracy,
- support for arbitrarily complex action rules,
- SPA networks can be used as normal Nengo networks,
- and SPA networks can be nested.
2 changes: 1 addition & 1 deletion nengo_spa/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

name = "nengo_spa"
version_info = (0, 1, 0) # (major, minor, patch)
version_info = (0, 1, 1) # (major, minor, patch)
dev = None

version = "{v}{dev}".format(v=".".join(str(v) for v in version_info),
Expand Down

0 comments on commit 1ae2bdb

Please sign in to comment.