All Versions
48
Latest Version
Avg Release Cycle
61 days
Latest Release
1947 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.0.5 Changes
June 01, 2018- โก๏ธ d81e128 NUP-2519: Update nupic.core version
- โฌ๏ธ 3371e4e NUP-2519: Upgrade pycapnp to 0.6.3
- ๐ 11a13c0 NUP-2518: Remove obsolete region initialization parameters from custom region example
- ๐ 67724de "pip install --use-wheel" was deprecated. See https://pip.pypa.io/en/stable/news/#deprecations-and-removals
- 08daff4 Fix softmax overflow
-
v1.0.4 Changes
April 12, 2018- โ 682fd2e : NUP-2506: Add test to all Serializable subclasses and fix related issues (#3826)
- a7ab556 : NUP-2506: fix traversal limit (#3823)
- 54e1ffe : Added holidays parameter to date encoder (#3822)
- ๐ 9bb7705 : version lock 'sphinx-autobuild' dependency 'tornado' (#3815)
- โก๏ธ 13c02de : Update some legacy code examples. (#3814)
- 33052e1 : Fix metric spec schema bug (#3812)
- ๐ฒ 40e2169 : Fix lack of logging in run_swarm.py (#3809)
- โก๏ธ d8c7404 : NUP-2487: Update category prediction example
- โก๏ธ 38e4026 : Issue #1380: Update SP parameter validation test checking array dimensions
- โ e470860 : numenta/nupic.core#1380: Fix SP tests with correct dtype values
- 38c9c7e : Add example for infer as well
- ๐ 94e5f62 : Include example to make isSparse parameter easier to understand
- ๐ ffd1457 : Update KNN classifier documentation to make the input pattern requirements clear in both learn and infer
- ๐ 5ecae91 : Changed distribution keyword, casted some attributes to float, removed setting list (#3784)
- โ 41e5a6a : Issue #3783: Fixes test to compute pass the probation period (#3786)
- โก๏ธ 7e5f587 : Updating to XCode 8.3
- โก๏ธ 1aea72a : Update name of nyc_taxi.csv to nycTaxi.csv (#3776)
-
v1.0.3 Changes
September 13, 2017๐ Release 1.0.3.
- โก๏ธ Updated incorrect name for anomaly likelihood region. (#3770)
-
v1.0.2 Changes
August 22, 2017๐ Release 1.0.2
- ๐ Fixed BacktrackingTM serialization error (#3765)
-
v1.0.1 Changes
August 08, 2017- ๐ Fixed a bug in record sensor that prevented the usage of CoordinateEncoder. (#3754)
-
v1.0.0 Changes
July 07, 2017- ๐ Improved exception handling in /swarm/test_db.py (#3738)
- ๐ DEVOPS-362 Remove unnecessary install script
- โ DEVOPS-362 test removing dependency on install script entirely
- โก๏ธ DEVOPS-362 update install script
- DEVOPS-362 Add initial version of missing install script
- โ Added serialization guide to API docs. (#3737)
- ๐ Put conditional around capnp for Windows
- Complete new serialization in SpatialPooler
- Catch nupic.core reference
- NUP-2342: consolidate read/write into a single context
- โก๏ธ NUP-2342: Update examples to use capnp serialization
- NUP-2341: Use capnp serialization for SDRClassifierDiff
- ๐ NUP-2351: Remove TODOs from HTM Prediction Model test and fix bugs exposed by this test
- NUP-2351: Add serialization to KNNAnomalyClassifierRegion
- NUP-2351: Fix KNNClassifier serialization
- โ NUP-2349 Implemented testCapnpWriteRead test for PreviousValueModel OPF class. Implemented PreviousValueModel.getProtoType. Return instance from PreviousValueModel.read.
- NUP-2349 Implemented capnp serialization of PreviousValueModel
- ๐ Put capnp import checks in place for Windows
- โ Add serialization tests for TMRegion
- NUP-2463 Serialize inferenceArgs, learningEnabled, and inferenceEnabled in opf Model.
- โ Add support for different TM types in TMRegion serialization
- โ Added Serializable to API docs, and inheritence links
- ๐ Fixed Next ID value in comment in model.capnp
- ๐ NUP-2464 Integrated ModelProto support into opf TwoGramModel.
- ๐ Fixed input to SP in docs algo example (#3708)
- NUP-2464 Serialize numPredictions and inferenceType via ModelProto member of HTMPredictionModelProto.
- โ Added Serializable to all classes with a capnp write function (#3710)
- Safe import of capnp for moving average proto
- getSchema returns prototype
- โ Remove unused _readArray
- Rely on pycapnp/numpy native conversions in write/read
- โ Add capnp conditionals for Windows
- NUP-2351: Use dict directly instead of creating capnp message
- ๐ Fixed Serializable extensions
- ๐ Fix CPP breakages from changes
- NUP-2351: Add capnp serialization to KNNClassifierRegion
- ๐ Fix everything up to get serialization tests working with capnp serialization for BacktrackingTM
- โ Added getSchema to MovingAverage
- โ Added Serializable to all classes with a capnp write function
- Finished up first pass implementation of BacktrackingTM serialization
- NUP-2350: capnp serialization for TwoGramModel
- โ NUP-2449 Completed implementation of HTMPredictionModel serialization tests.
- NUP-2463 Implemented test (disabled) to demonstrate the bug "Predicted field and __inferenceEnabled are not serialized by HTMPredictionModel.write"
- ๐ OPF Guide cleanup and link fixes (#3700)
- โ NUP-2355 Add new serialization to TestRegion
- โ remove SVMClassifierNode (#3697)
- ๐ handle scalar values in the sdr classifier region
- NUP-2346: Add serialization to knn_classifier
- โ NUP-2458 Fixed and enabled SDRClassifierTest.testWriteReadNoComputeBeforeSerializing
- NUP-2458 Implemented testWriteReadNoComputeBeforeSerializing in sdr_classifier_test.py that reproduces the "deque index out of bounds", but disabled the test, since it fails in a different way after the fix, most likely unrelated to the fix, which needs to be debugged
- ๐จ NUP-2398 Refactor test comparing different configurations
- NUP-2458 Prevent index out of bounds when saving
patternNZHistory
after fewer than _maxSteps input records have been processed. - ๐ NUP-2458 Moved HTMPredictionModel serialization test to integration/opf
- โ NUP-2449 Implement simple serialization/deserialzation tests. This exposed a number of problems that need to be fixed before we can make further progress.
- โก๏ธ update sdr classifier doc
-
v0.8.0 Changes
June 08, 2017- Document ExperimentDescriptionAPI (#3679)
- โก๏ธ Update nupic.math API docs (#3677)
- ๐ SP docs cleanup (#3671)
- ๐ Allow multiple classifications for each record to SDRClassifier (#3669)
- โก๏ธ Updated BacktrackingTMCPP compute parameter name (#3667)
- ๐ Fix HTMPredictionModel prediction using SDRClassifier (#3665)
- โ Remove CLAClassifier (#3665)
- โ Add capnp serialization to TMRegion (#3657)
-
v0.7.0 Changes
June 02, 20170.7.0
โ WARNING : This release contains breaking changes described in
โ https://discourse.numenta.org/t/warning-0-7-0-breaking-changes/2200- โ Stop calling the backtracking_tm tests "tm tests" (#3650)
- โก๏ธ Update hierarchy demo to fix regression
- Clean up BacktrackingTM's public API (#3645)
- ๐ Make region file names snake_case (part 7) (#3640)
- Removed references to obsolete tm_py_fast shim (#3639)
- โก๏ธ Updated OPF Metric API docs (#3638)
- updated init.py to include missing encoders (#3487)
- ๐ Fixed anomaly likelihood doc problems. (#3629)
- โก๏ธ Updates swarming, some region code to snake_case (part 6) (#3627)
- ๐ Fixed OPF util helpers module names. (#3625)
- ๐ Complete RST docs for nupic.support (#3624)
- โ Deleted nupic.support.features* (unused) (#3622)
- โ Removed nupic.support.exceptions (unused) (#3620)
- ๐ Proper snake_case for nupic.support (part 5) (#3618)
- Snake case nupic.encoders (part 4) (#3614)
- ๐ Moved opf_helpers module to helpers (#3610)
- โ Removes unused code from nupic.support (#3616)
- Applying snake_case module name standards (PART 3) (#3611)
- ๐ Fixed support initLogging docstring params
- ๐ Finished OPF utils and env docs
- Documented OPF Basic Env
- Documented OPF ENv
- Documenting OPF Task Driver
- Documenting OPF experiment runner
- โ Removed OPF utils PredictionElement (#3604)
- Partial doc of experiment description api
- NUP-2429 Add .gitignore with first_order_0.csv to prevent accedental commits of this generated file.
- Documented cluster_params canned model config
- Documented OPF model exceptions
- Finished doccing opf_utils
- Documenting OPF utils
- โ Removed predictedField from HTMPredictionModel constructor (#3600)
- NUP-2420 Renamed tm_shim.py to BacktrackingTM_shim.py
- โ Removes inputRef / bookmark params from appendRecord (#3597)
- Documented nupic.data (#3593)
- ๐ OPF Model docstrings (#3589)
- โ Remove obsolete nupic.research.bindings check
- โ Removed unimplemented abstract methods (#3596)
- โ Removed WeatherJoiner code from old example (#3595)
- โก๏ธ Updated snakecase opf_utils in RST docs (#3585)
- โ Renamed tm_ccp test so it runs
- Moved research tm_cpp_test.py back into nupic.research
- โ Removed base.Encoder.formatBits() (#3582)
- Replace dump() with define str in Encoders. Issue #1518 (#3559)
- ๐ Complete encoder docstrings (#3579)
- โ Removed nupic.research, moved contents to nupic.algorithms
- ๐ move zip logic into 'build_script'
- โ Add support for artifacts deployed to S3 named according to sha
- Snake case module names PART 2 (#3561)
- โ Remove old examples Part 2 (#3562)
- NUP-2401: Check for prediction results discrepancies (#3558)
- NUP-2397: rename TP* to TM* (#3555)
- NUP-2405: quick-start guide for the Network API (#3557)
- Snake case module names PART 1 (#3550)
- NUP-2394: network API code example (#3520)
- โ Remove old examples Part 1 (#3551)
- ๐ Docs: InferenceShifter,ModelResult,SensorInput,InferenceType (#3549)
- CLAModel name changed to HTMPredictionModel (#3516)
- โก๏ธ Updating FileRecordStream docstrings (#3545)
- ๐ Fieldmeta docstrings (#3541)
- โก๏ธ Update KNNClassifier docstrings (#3535)
- 0๏ธโฃ SDRClassifier docs, default config docs
- โก๏ธ Updates anomaly docstrings (#3537)
- ๐ [NUP-2399] Added style guides to new guide (#3528)
- NUP-2396 Allow SensorRegion to pass actValue and bucketIdx to SDRClassifierRegion
- โ Added anomaly detection guide (#3521)
- โฌ๏ธ NUP-2389 Upgrade nupic.bindings dependency to 0.6.1 which has the requisite changes.
- name change tpParams/tmEnable => tmParams/tmEnable (#3514)
- ๐ฆ NUP-2391: packages to document & progress tracking (#3517)
- Quick Start
- ๐ NUP-2389 Remove calls to Region::purgeInputLinkBufferHeads. Since we only support delay=0 in CLA models, we no longer need
purgeInputLinkBufferHeads
, because the new Link::compute logic in nupic.core now performs direct copy from src to dest for links with delay of 0. - Disable flatline hack in anomaly likelihood
-
v0.6.0 Changes
March 30, 20170.6.0
- Touch init even if model params dir exists
- Auto-add init.py when model parms created
- ๐ Shift code from otherwise unused
nupic.engine.common_networks
to example where it's used. Includes bugfix renamingrawAnomalyScore
toanomalyScore
- Explicitly import and use
engine_internal
in lieu ofengine
to avoid confusion, createnupic.engine.OS
andnupic.engine.Timer
by assignment rather than subclass - ๐ Change SparsePassThroughEncoder dtype error to ValueError
- ๐ Fix for an unrelated change that resulted in numpy arrays being used in cpp implementation
- ๐ Give better message for bad dtype to SparsePassThroughEncoder
- โ Add test for passing float values for radius
- โ Adds api docs for coordinate encoders
- Cleanup CoordinateEncoder
- โ Remove svm, cells4 tests that are moved to nupic.core.
- โ Added missing anomaly stuff, fixed requirements
- ๐ Moved sphinx deps out of requirements.txt
- Fix hotgym_regression_test.py to make it work with nupic.core PR 1236.
- ๐ Skip test when capnp is not available, such as windows as well as address feedback from Scott
- Serialization base python class analagous to nupic.core Serializable c++ class
- โ Adds a demo Jupyter notebook, useful for demonstrating usage of visualization framework and as an entrypoint for tinkering with different network topologies
- Speed up SpatialPooler read method.
- ๐ Rename normalProbability to tailProbability.
- ๐ Use IterableCollection from engine_internal
- Call Region.purgeInputLinkBufferHeads after compute() calls in CLAModel to integrate with the new delayed link implementation from nupic.core.
- ๐ rename maxBoost to boostStrength in hotgym example
- โ Disable backward compatibility serialization test
- โ remove minPctActiveDutyCycle parameter form SP compatability test
- โก๏ธ update expected result in hotgym, result change due to different rounding rules in boosting
- eliminate minPctActiveDutyCycle from spatial pooler
- ๐ Rename maxBoost to BoostStrength
- Stop changing the overlaps to do tie-breaking
- Stop trying to get identical boost factors between py and cpp
- set maxBoost in expdescriptionapi
- update sp_overlap_test to use global inhibition
- slight simplification of boostFactor calculation
- โก๏ธ Implement update boost factors local and global
- Avoid floating point differences with C++ SpatialPooler
- run C++ SP in spatial_pooler_boost_tests
- โก๏ธ update spatial pooler boost test
- โก๏ธ update boosting rules for spatial pooler
- ๐ fix bug in setPotential
- modified SP boosting rule
-
v0.5.7 Changes
November 28, 2016- โ Remove tests moved to nupic.core and update version to latest bindings release.
- โก๏ธ Update hello_tm.py
- โ Removed linux and gcc from Travis build matrix
- ๐ Makes
anomaly_likelihood.py
compliant to Python3 - โก๏ธ Update env vars and paths to simplify the AV configuration and installation.
- ๐ท Cleanup references to nupic.bindings and old CI code for manually fetching nupic.bindings since it should be found on PyPI without doing anything special.