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

0.4.13

Compare
Choose a tag to compare
@scottpurdy scottpurdy released this 28 Nov 23:01
· 658 commits to master since this release
  • Use VERSION file when generating docs.
  • 64-bit gcc on Windows build error
  • New: setZerosOnOuter, increaseRowNonZeroCountsOnOuterTo
  • Remove a nupic.math test that should stay in nupic
  • Use unittest, not unittest2, to match the nupic.core CI config
  • Add C++ unit tests for the new SparseMatrix methods
  • Finish moving nupic.bindings math tests to nupic.core
  • s/AboveAndBelow/BelowAndAbove
  • Moves some tests for SWIG bindings from nupic to nupic.core
  • Better method names: s/AboveAndBelow/BelowAndAbove
  • Four new SparseMatrix methods, enabling batch synapse learning
  • Expose the nrows,ncols SparseBinaryMatrix ctor in the bindings