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

Changelog History
Page 4

  • v0.2.12 Changes

    • โœ… Implemented unit tests for the new features in AnomalyLikelihood class.
    • ๐ŸŽ Convert AnomalyLikelihood._historicalScores to a user-configurable sliding window, instead of accumulating all of the incoming data points. This improved performance a ton! Added AnomalyLikelihood.forceModelRefresh() method.
    • โšก๏ธ Update nupic.core to include backwards compatibility fix for RandomImpl.
    • โœ… Uninstall pycapnp to avoid running tests that utilize the functionality and currently fail with Duplicate ID error.
    • โœ… Makes pycapnp and corresponding serialization optional. If pycapnp is not installed then the corresponding serialization tests will be skipped.
    • โž• Add Multiple Prediction Test for NegLL Metric
    • โž• Add test for NegLL Error Metric
    • ๐Ÿ›  Fix Orphan Decay Bug in temporal memory test
    • ๐Ÿ”„ Change decreasing overlaps test for coordinate encoder to not require a strict decrease (staying the same is ok).
    • ๐Ÿ‘ Allow specifying MonitoredTemporalMemory as TM implementation through OPF
    • include bucket likelihood and classifier input in clamodel
    • โšก๏ธ update metrics managers to pass model results to metrics
    • introducting a computeFlag to prevent double-computation. * The flag is used to prevent double computation in the event that customCompute() is called at the same time as compute()
    • โž• Added numRecords param for consitency with the newly added infer method in FastCLACLassifier
    • checking if classifier has a maxCategoryCount attribute. If not, set it to solve backward compatibilities issues
    • renaming numCategories to maxCategoryCount to be constistent between KNN and CLA classifier
    • made new experimentutils file containing InferenceElement, InferenceType, and ModelResult duplicates which we will want to change in the future
  • v0.2.11 Changes

    • โšก๏ธ Updating nupic.core sha.
    • โšก๏ธ Updated location of NuPIC Linux wheel on S3.
  • v0.2.10 Changes

    • โšก๏ธ Updating bindings version.
  • v0.2.9 Changes

    • โž• Added pip install command for linux bindings.
    • ๐Ÿ”„ Change term predictedColumns to predictedActiveColumns in the TemporalMemory
  • v0.2.8 Changes

    • โšก๏ธ Updated to correct pypi license string.
  • v0.2.7 Changes

    • ๐Ÿ”„ Changed all copyright headers on all files to AGPL.
    • split up pip wheel to multiple commands
    • Fixed fast_temporal_memory cellsForColumn calculation. Column is an int (specifically a numpy.int64 and getCellIndex would fail in this), not a cell
    • Broke out model record encoding functionality from RecordStreamIface into ModelRecordEncoder class.
    • Convert nupic to namespace
    • โšก๏ธ updated include statements in swig files
    • โž• added dict utils to hypersearch specific utils file and modified dependencies accordingly
    • โšก๏ธ Updated to AGPL.
    • โœ‚ Remove tweepy.
    • โœ… KNNClassifier input multiple categories, and integration test
    • enable multiple categories in Network API
    • ๐Ÿ“ฆ Makes nupic a namespace package that other projects can extend.
    • โž• Added NRMSE metric
    • ๐Ÿ‘ Allow Connections to be serialized.
    • โž• Added ability to unregister python regions and updated core sha
    • โœ‚ Remove unused synapses in Temporal Memory
    • ๐Ÿ›  Fix: TemporalMemory.getCellIndex doesn't work correctly when running through OPF
  • v0.2.6 Changes

    • Sets zip-safe to false to make sure relative capnp schema imports will work and importing .capnp files will work.
    • Clean up capnp imports.
    • ๐Ÿ”„ Changes to TM test to accommodate changes in the default value of predictedSegmentDecrement
    • ๐Ÿ”€ Merge remote-tracking branch 'upstream/master'
    • ๐Ÿ”„ Change default value of predictedSegmentDecrement to be 0 to be backward compatible
    • ๐Ÿ”„ Change default value of predictedSegmentDecrement to be 0 to be backward compatible
    • ๐Ÿ”„ Change default value of predictedSegmentDecrement to be 0 to be backward compatible
    • ๐Ÿ”€ Merge remote-tracking branch 'upstream/master'
    • โœ… Rename testconsoleprinter_output.txt so as to not be picked up by py.test as a test during discovery
    • โœ… likelihood test: fix raw-value must be int
    • ๐Ÿ›  Fix broken TMShim
    • โช Revert "Fix TM Shim"
    • Anomaly serialization verify complex anomaly instance
    • โœ… Likelihood pickle serialization test
    • โœ… MovingAverage pickle serialization test
    • ๐Ÿ›  Fix TM Shim
    • โœ‚ Removed stripUnlearnedColumns-from-SPRegion
    • โšก๏ธ Updated comment describing activeArray paramater of stripUnlearnedColumns method in SP
    • โช Revert "MovingAvera: remove unused pickle serialization method"
    • Updated NUPIC_CORE_COMMITISH to use the core without stripNeverLearned
    • โœ‚ Removed stripNeverLearned from SP.compute
    • MovingAverage has getter for current value
    • ๐Ÿ›  Fixes bug in mmGetCellActivityPlot
    • ๐Ÿ”€ Merge remote-tracking branch 'upstream/master'
    • ๐Ÿ›  Fixes bug in mmGetCellActivityPlot
    • ๐Ÿ›  Fixes bug in mmGetCellActivityPlot
    • โž• addressing scott's cr
    • โž• addressing cr; docstring formatting and minor
    • Continuing work on 0.2.6.dev0.
    • minor
    • โœ… first version of knn tests
    • โšก๏ธ Update SHA and fix files
    • Rename cpp_region to py_region
    • ๐Ÿ‘• pylint
    • ๐Ÿ›  fix likelihood equals problem when default timestamp
    • ๐Ÿ“„ Likelihood: @param docstring
    • AnomalyLikelihood: add str
    • โœ… ANomalyLikelihood equals test case
    • โœ… Anomaly: add eq test
    • โž• add MovingAverage eq test
    • anomaly likelihood, MA, Anomaly: review - better eq statement
    • Anomaly: code review - use instance access
    • ๐Ÿ“„ improving constructor docs
    • AnomalyLikelihood: add eq
    • Anomaly: compare likelihood in eq
    • ๐Ÿ‘Œ improve anomaly serialization test - use eq
    • ๐Ÿšš MovingAvera: remove unused pickle serialization method
    • Anomaly & MovingAverage : change cmp to eq
    • define equals operator (cmp) for anomaly & MovingAverage
    • โœ… anomaly serialize test - comment out parts
    • โœ… Anomaly: add serialization test
  • v0.2.5 Changes

    • ๐Ÿ›  Fix MANIFEST.in capnp include.
    • ๐Ÿ“š Update documentation related to PyRegion serialization introduction.
    • โšก๏ธ Updates nupic.core and adds function definitions for read/write in PyRegion
  • v0.2.4 Changes

    • ๐Ÿ›  Fix a minor bug in the algorithm
    • Implement orphan synapse decay
    • register python regions in Region class method
    • ๐Ÿšš moved registration of python regions to nupic.core
    • date encoder bug fix
    • Implement orphan synapse decay
    • ๐Ÿ”„ changed default regions to tuples
    • fill predictedActiveCells with 0
    • removing irrelevant files
    • removing old network api demo 2
    • modified PyRegion to accept custom classes
    • ๐Ÿ“‡ renamed unionMode to computePredictedActiveCellIndices
    • set the output size for active indices and predicted+active indices to max possible size
    • converting union pooler input to right format
    • Port AnomalyRegion serialization
    • ๐Ÿ“‡ Rename "enc" to "encoder"
  • v0.2.3 Changes

    • โšก๏ธ updated custom region methods and example to be static
    • demo for custom regions
    • ๐Ÿ‘Œ Improve docstring for 'save' method and others.
    • ๐Ÿ‘ allows custom regions
    • moved encoder changes to network_api_demo
    • updated network_api_demo in new file to make swapping out encoders easier
    • bit more explanation for MultiEncoder
    • ๐Ÿ‘‰ Use different logic for determining whether or not to translate back into actual values from bucket indices
    • ๐Ÿ— Switch over to C++ SpatialPooler where possible to speed up tests/build.
    • Finish implementation of TemporalMemory serialization