From 6af50417431f7eb20bc5cd87ed03ba3f744d0564 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Wed, 2 Sep 2015 17:01:30 -0700 Subject: [PATCH] Release 0.2.12. --- CHANGELOG.md | 20 ++++++++++++++++++++ README.md | 2 +- VERSION | 2 +- docs/Doxyfile | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c256a137..3f3cd1beeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 0.2.12 + +* 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 + ## 0.2.11 * Updating nupic.core sha. diff --git a/README.md b/README.md index e82f13c44d..42f05397f2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Numenta Platform for Intelligent Computing (**NuPIC**) is a machine intellig For more information, see [numenta.org](http://numenta.org) or the [NuPIC wiki](https://github.com/numenta/nupic/wiki). -## Installing NuPIC 0.2.11 +## Installing NuPIC 0.2.12 NuPIC binaries are available for: diff --git a/VERSION b/VERSION index 8edbb9286d..f2722b1339 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.12.dev0 +0.2.12 diff --git a/docs/Doxyfile b/docs/Doxyfile index fd17b5c2a3..aaf56653dd 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = NuPIC # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.2.12.dev0 +PROJECT_NUMBER = 0.2.12 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a