All Versions
48
Latest Version
Avg Release Cycle
61 days
Latest Release
2154 days ago

Changelog History
Page 3

  • v0.4.2 Changes

    • ๐Ÿš€ Using official release version of bindings for nupic release.
  • v0.4.1 Changes

    • ๐Ÿš€ Manualy update of nupic.bindings dev version after botched release attempt
  • v0.4.0 Changes

    • โšก๏ธ Updated hello_tm.py to use accessors
    • โšก๏ธ Updated TP_shim.py to use accessors Updated columnForCell and _validateCell in FastTemporalMemory to conform to their docstrings, which is needed for the change to TP_shim.py
    • โšก๏ธ Updated temporal memory monitor mixin to use accessors
    • Updated temporal_memory_test.py to use accessor methods.
    • โž• Added accessors to temporal_memory.py
    • ๐Ÿ”„ Change temporalImp to tm_py for both networks and add comment about it being a temporary value until C++ TM is implemented
    • Refactored to remove common code between network_checkpoint_test.py and temporal_memory_compatibility_test.py
    • ๐Ÿ‘‰ Use named constants from nupic.data.fieldmeta in aggregator module instead of naked constants.
    • ๐Ÿ›  Fix AttributeError: 'TMShim' object has no attribute 'topDownCompute'
    • ๐Ÿ‘Œ Support more parameters in TMShim
    • Serialize remaining fields in CLAModel using capnproto
    • Enforce pyproj==1.9.3 in requirements.txt
    • ๐Ÿ‘‰ Use FastCLAClassifier read class method instead of instance method
    • Have CLAClassifierFactory.read take just the proto object
    • โž• Add capnp serialization to CLAClassifierRegion
    • โž• Add capnp serialization to SPRegion
  • v0.3.6 Changes

    • ๐Ÿ Windows support
    • Serialization work
    • ๐Ÿšš Moved SWIG out into nupic.core
    • ๐Ÿ— Major build changes
  • v0.3.5 Changes

    • ๐Ÿ‘ป Raise explicit exception if user passes non-str path
    • SP: simplify local inhibition
    • โœ… SP: adapt tests, sort winning columns output
    • SP: simplify active columns assignment
    • SP: simplify global inhibition
    • file Rename as hello_tm.py and modifications in comments
  • v0.3.4 Changes

    • Added src/nupic/frameworks/opf/common_models/cluster_params.py and supporting files from numenta-apps htmengine. A separate numenta-apps PR will remove this code from htmengine.
    • ๐Ÿ›  fixes #2592
    • ๐Ÿ›  fix for #2265
    • ๐Ÿ›  fix for bug #2265
    • ๐Ÿ›  Fixup Dockerfile to install nupic.bindings, and other cleanup
    • โž• Adding C++ compiler requirement to README.
    • ๐Ÿ›  Fix for test failure
    • ๐Ÿ›  Fixed stream definition reference error.
    • โฌ‡๏ธ Reduce default reestimation period.
    • โœ‚ Remove greedy reestimation of distribution
    • Pointing README to proper bindings version.
    • Continuing work on 0.3.4.dev0.
    • โœ… removing a test that depends on nupic.vision
    • ๐Ÿšง PCA_Node test: some fixes, WIP
    • formatting
    • โœ… test for PCANode region
    • โœ‚ remove Pillow from requirements.txt as it was used for vision only
    • ๐Ÿ›  fix merge mistake in csv file
    • ๐Ÿšš move test from PCANode to nupic.vision unittest
  • v0.3.3 Changes

    • Include additional file types in MANIFEST.in, consistent with setup.py
    • Pattern and Sequence machines using nupic::Random
    • ๐Ÿ“œ Wrap sparse matrix implementations with cortical column-centric semantics as a way to abstract away the underlying implementation
    • โœ… Re-enable testHotgymRegression
  • v0.3.2 Changes

    • โšก๏ธ Update to nupic.bindings version with fix for platform differences
    • ๐Ÿ“‡ Rename nupic directory to src/nupic
    • โšก๏ธ Updated S3 URL to nupic.bindings for Linux install
    • ๐Ÿ›  Fix paths for data files in an integration test
    • ๐Ÿ›  Fix issue with storing temporary file in wrong location in integration test
  • v0.3.1 Changes

    • Specify nupic.bindings version to match commit sha (0.2).
    • ๐Ÿ”Š Use logging.debug for emitting the message about not being able to import matplotlib; we log it at debug level to avoid polluting the logs of apps and services that don't care about plotting.
    • โž• Add Dockerfile ready to perform swarming.
    • โœ‚ Removes PCANode
    • โšก๏ธ Updated Linux binary install instructions.
  • v0.3.0 Changes

    • โšก๏ธ Updated comment about greedy stats refresh when likelihood > 0.99