All Versions
48
Latest Version
Avg Release Cycle
61 days
Latest Release
2541 days ago
Changelog History
Page 4
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 addedinfer
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