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

0.5.3

Compare
Choose a tag to compare
@vitaly-krugl vitaly-krugl released this 08 Mar 01:11
· 449 commits to master since this release
  • Added comment explaining the nuance of the static variables in Cells4::adaptSegment
  • Improved explanation of containers in Cells4::adaptSegment implementation.
  • Regenerate SWIG bindings C++ files if any headers change.
  • Enable -D_LIBCPP_DEBUG=0 for debug-lite in Clang builds (e.g., OS X). NOTE: Clan't debug mode is not mature, and anything above level 0 appears to require de
    bug build of libc++ during linking, which it not present by default on OS X.* Fixed deletion of wrong synapses and index-out-of-bounds in Cells4::adaptSegment/Segment::freeNSynapses.
  • corrected typo in CHANGELOG.md (boostingStrength -> boostStrength)
  • Remove ExtendedTemporalMemory proto
  • Fix bug in unit test, make TM catch this bug in DEBUG builds
  • Perf: Densify prevActiveCells rather than binary searching
  • Get POC of OS X build on circle.ci up and running.
  • Bump version to prerelease.