From 9032ad4e490384acac1ba0c099b8bcce85d89ba5 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Wed, 14 Sep 2016 11:14:23 -0700 Subject: [PATCH] Release 0.4.7. --- CHANGELOG.md | 11 +++++++++++ Doxyfile | 2 +- VERSION | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba2e99a40..a468b40df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.4.7 + +* Check that TM input is sorted indices in Release builds +* Update inhibition comments and docstrings. +* Use C arrays in TemporalMemory. Allows numpy array reuse. +* Added that `-DNUPIC_BUILD_PYEXT_MODULES=ON` is the default at this time. +* Added information about usage of the NUPIC_BUILD_PYEXT_MODULES cmake property. +* Describe flatIdx in Connections docstring +* Consistent param ordering between implementations. +* Store "numActivePotentialSynapses". No more "SegmentOverlap". + ## 0.4.6 * Templates: Stop inferring const unnecessarily diff --git a/Doxyfile b/Doxyfile index 7ff2872e06..47ce9fd559 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "NuPIC Core" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.4.7.dev0 +PROJECT_NUMBER = 0.4.7 # 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 diff --git a/VERSION b/VERSION index b4c926f8cc..f905682709 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.7.dev0 +0.4.7