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 #1275 from mrcslws/release-0.6.1
Browse files Browse the repository at this point in the history
Release 0.6.1
  • Loading branch information
mrcslws authored Apr 5, 2017
2 parents 5dfb6af + 85960a3 commit 3885ca8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.6.1

* Eliminate installation of unnecessary header files when building nupic.bindings. Install Version.hpp unconditionally for the sake of the deployment usage in .travis.yaml
* Fixed servicing of delayed links such that the circular buffers of all links within a network are refreshed at the end of each time step; and 0-delay links copy data directly from src to dest, bypassing the circular buffer altogether.
* Add a nNonZerosPerRowOnCols SparseMatrix method
* Fix up some out of date SWIG interface code

## 0.6.0

* NUP-2366 Remove no-longer-relevent test code
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.1.dev0
0.6.1

0 comments on commit 3885ca8

Please sign in to comment.