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

0.6.1

Compare
Choose a tag to compare
@mrcslws mrcslws released this 05 Apr 22:21
  • 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