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 #1200 from vitaly-krugl/prepare-release-0.5.0
Browse files Browse the repository at this point in the history
Update VERSION and CHANGELOG.md for release 0.5.0
  • Loading branch information
vitaly-krugl authored Jan 11, 2017
2 parents eb6a966 + 5d47d1b commit 199b32f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.5.0

* Link: Implemented delayed links. NOTE: this is not backwards compatible with CLAModel class, so Nupic will be updated as well.
* SparseMatrix: Stop copying input vectors
* Drop the declare_namespace call - Issue #1072
* SparseMatrix: Add option to specify rows in nNonZerosPerRow
* SparseMatrix: setRandomZerosOnOuter with list of counts
* SparseMatrix: rightVecSumAtNZ cleanup
* SparseMatrix: Put cols in dense array even when not necessary
* Removes experimental code that will now live in nupic.research.core.
* Removed unused, obsolete NetworkFactory class.

## 0.4.16

* SpatialPooler: Stop rounding the boost factors
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.17.dev0
0.5.0

0 comments on commit 199b32f

Please sign in to comment.