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

0.3.0

Compare
Choose a tag to compare
@rhyolight rhyolight released this 25 Jan 17:20
· 1307 commits to master since this release
  • Updated SWIG bindings for accessors
  • Added TemporalMemory accessors
  • Update bindings for C++ Connections to expose 'read' class method
  • Destroy lowest permanence synapse when synapse limit is reached
  • Fix for bug in Segment::freeNSynapses
  • Added initialization code from Tester::init into PathTest::PathTest that is required for PathTest::copyInTemp to run successfully.
  • Remove references to Tester from UnitTestMain.cpp
  • Deleted Tester class and TesterTest files
  • Update SWIG binding of Network to add read class method
  • Refactor PyRegion subclasses to take specific proto object in read
  • Update SWIG binding of TemporalPooler to add read class method
  • Enable basic building with ninja (cmake -GNinja)
  • Added include of Log.hpp in NodeSet.hpp
  • Update SWIG bindings of SpatialPooler and CLAClassifier to add read class methods to C++ classes