Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1257 from scottpurdy/release-0.6.0
Browse files Browse the repository at this point in the history
Prepare for release 0.6.0
  • Loading branch information
scottpurdy committed Mar 21, 2017
2 parents 424b6fe + f341173 commit 3aeceb7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.6.0

* NUP-2366 Remove no-longer-relevent test code
* NUP-2366 Do not pass arguments in initialize, remove conflicting docstring
* Add a unit test for mapSegmentsToCells
* Change segments to UInt32 to speed up the bindings
* Fix up fetch_remote script to properly poll until the build is complete.
* Updates to tests moved over from nupic
* removed shebangs
* Changed all copyright headers on all files to AGPL.
* Tests folder refactored
* Reads version from VERSION for doc output
* Fixing travis-ci unit tests
* Doxygen only creates XML, used by Breathe to create docs.

## 0.5.3

* Added comment explaining the nuance of the static variables in Cells4::adaptSegment
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.4.dev0
0.6.0

0 comments on commit 3aeceb7

Please sign in to comment.