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

Releases: numenta/nupic.core-legacy

0.4.0

15 Feb 19:52
Compare
Choose a tag to compare
  • Reduce EPSILON threshold for TM to minitage compatibility issues.
  • Updates AV yaml to push a commit-sha'd wheel to AWS
  • Reduce permanence threshold by epsilon before comparing to avoid rounding edge cases
  • Make threshold for destroying synapses larger to catch roundoff errors
  • Make comparison identical to python
  • Add accessors for TM columnForCell and cellsForColumn
  • Temporal Memory: recordIteration should be false in second call to computeActivity
  • Fix: Incompatibility in Connections.computeActivity with python
  • Change TM init parameters to accept segment and synapse limit.

0.3.1

26 Jan 23:08
Compare
Choose a tag to compare
  • Secondary sort on segment idx
  • Sort segments before iterating for python compatibility
  • Sort unpredictedActiveColumns before iterating for python compatibility

0.3.0

25 Jan 17:20
Compare
Choose a tag to compare
  • 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

0.2.7

17 Dec 23:40
Compare
Choose a tag to compare
Release 0.2.7

0.2.5

17 Dec 21:34
Compare
Choose a tag to compare
  • Fixing twine upload of windows binary.

0.2.4

17 Dec 19:38
Compare
Choose a tag to compare
  • Working out issues with the release process.

0.2.3

17 Dec 17:45
Compare
Choose a tag to compare
  • Windows Support!
  • Add bindings for CLAClassifier serialization
  • Adding Windows twine pip install and PyPi upload
  • Storing release version in VERSION in proj root.
  • Makes build-from-source the default behavior for capnp and swig, requiring the flags FIND_CAPNP or FIND_SWIG to be specified in order to use a preinstalled version.
  • Add Dockerfile for building nupic.core from source
  • Update of Windows bindings setup
  • Add "python setup.py test" option (fixes #697)
  • Adding a CMake ExternalProject to download capnp win32 compiler tools
  • Simplify setup.py, remove unused command line args, add setup.py clean command. Update Travis to build Python extensions as part of cmake so Python install doesn't rebuild them.
  • Allow finding pre-built capnp.
  • Revert back to numpy==1.9.2