|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.0.0 |
| 4 | + |
| 5 | +- Improved exception handling in /swarm/test_db.py (#3738) |
| 6 | +- DEVOPS-362 Remove unnecessary install script |
| 7 | +- DEVOPS-362 test removing dependency on install script entirely |
| 8 | +- DEVOPS-362 update install script |
| 9 | +- DEVOPS-362 Add initial version of missing install script |
| 10 | +- Added serialization guide to API docs. (#3737) |
| 11 | +- Put conditional around capnp for Windows |
| 12 | +- Complete new serialization in SpatialPooler |
| 13 | +- Catch nupic.core reference |
| 14 | +- NUP-2342: consolidate read/write into a single context |
| 15 | +- NUP-2342: Update examples to use capnp serialization |
| 16 | +- NUP-2341: Use capnp serialization for SDRClassifierDiff |
| 17 | +- NUP-2351: Remove TODOs from HTM Prediction Model test and fix bugs exposed by this test |
| 18 | +- NUP-2351: Add serialization to KNNAnomalyClassifierRegion |
| 19 | +- NUP-2351: Fix KNNClassifier serialization |
| 20 | +- NUP-2349 Implemented testCapnpWriteRead test for PreviousValueModel OPF class. Implemented PreviousValueModel.getProtoType. Return instance from PreviousValueModel.read. |
| 21 | +- NUP-2349 Implemented capnp serialization of PreviousValueModel |
| 22 | +- Put capnp import checks in place for Windows |
| 23 | +- Add serialization tests for TMRegion |
| 24 | +- NUP-2463 Serialize inferenceArgs, learningEnabled, and inferenceEnabled in opf Model. |
| 25 | +- Add support for different TM types in TMRegion serialization |
| 26 | +- Added Serializable to API docs, and inheritence links |
| 27 | +- Fixed Next ID value in comment in model.capnp |
| 28 | +- NUP-2464 Integrated ModelProto support into opf TwoGramModel. |
| 29 | +- Fixed input to SP in docs algo example (#3708) |
| 30 | +- NUP-2464 Serialize numPredictions and inferenceType via ModelProto member of HTMPredictionModelProto. |
| 31 | +- Added Serializable to all classes with a capnp write function (#3710) |
| 32 | +- Safe import of capnp for moving average proto |
| 33 | +- getSchema returns prototype |
| 34 | +- Remove unused \_readArray |
| 35 | +- Rely on pycapnp/numpy native conversions in write/read |
| 36 | +- Add capnp conditionals for Windows |
| 37 | +- NUP-2351: Use dict directly instead of creating capnp message |
| 38 | +- Fixed Serializable extensions |
| 39 | +- Fix CPP breakages from changes |
| 40 | +- NUP-2351: Add capnp serialization to KNNClassifierRegion |
| 41 | +- Fix everything up to get serialization tests working with capnp serialization for BacktrackingTM |
| 42 | +- Added getSchema to MovingAverage |
| 43 | +- Added Serializable to all classes with a capnp write function |
| 44 | +- Finished up first pass implementation of BacktrackingTM serialization |
| 45 | +- NUP-2350: capnp serialization for TwoGramModel |
| 46 | +- NUP-2449 Completed implementation of HTMPredictionModel serialization tests. |
| 47 | +- NUP-2463 Implemented test (disabled) to demonstrate the bug "Predicted field and \_\_inferenceEnabled are not serialized by HTMPredictionModel.write" |
| 48 | +- OPF Guide cleanup and link fixes (#3700) |
| 49 | +- NUP-2355 Add new serialization to TestRegion |
| 50 | +- remove SVMClassifierNode (#3697) |
| 51 | +- handle scalar values in the sdr classifier region |
| 52 | +- NUP-2346: Add serialization to knn\_classifier |
| 53 | +- NUP-2458 Fixed and enabled SDRClassifierTest.testWriteReadNoComputeBeforeSerializing |
| 54 | +- 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 |
| 55 | +- NUP-2398 Refactor test comparing different configurations |
| 56 | +- NUP-2458 Prevent index out of bounds when saving `patternNZHistory` after fewer than \_maxSteps input records have been processed. |
| 57 | +- NUP-2458 Moved HTMPredictionModel serialization test to integration/opf |
| 58 | +- NUP-2449 Implement simple serialization/deserialzation tests. This exposed a number of problems that need to be fixed before we can make further progress. |
| 59 | +- update sdr classifier doc |
| 60 | + |
| 61 | + |
3 | 62 | ## 0.8.0 |
4 | 63 |
|
5 | 64 | * Document ExperimentDescriptionAPI (#3679) |
@@ -677,7 +736,7 @@ https://discourse.numenta.org/t/warning-0-7-0-breaking-changes/2200 |
677 | 736 | * GCE now encodes altitude using a 3D coordinate system. |
678 | 737 | * Distributing `*.i` files from `nupic.bindings` in binary packages. |
679 | 738 | * Updates test entry points to pure python. README instructions for running tests were updated. |
680 | | -* Missing configuration files are no longer ignored. A runtime exception is raised immediately when an expected configuration file is not found. |
| 739 | +* Missing configuration files are no longer ignored. A runtime exception is raised immediately when an expected configuration file is not found. |
681 | 740 | * Updated deployment logic to account for both deployment scenarios (iterative and release). |
682 | 741 | * Configured pypi deployment on all branches with tags. |
683 | 742 | * Added pypi deployment configuration for binary releases. |
|
0 commit comments