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

0.5.0

Compare
Choose a tag to compare
@vitaly-krugl vitaly-krugl released this 13 Jan 19:46
· 548 commits to master since this release
  • 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.