From 75da738499e41b95dd75daf0267ec4c7404c26d2 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Mon, 25 Jan 2016 09:19:03 -0800 Subject: [PATCH] Release 0.3.0. --- CHANGELOG.md | 17 +++++++++++++++++ Doxyfile | 2 +- VERSION | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec1de182b..60740eae78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.3.0 + +* Updated SWIG bindings for accessors +* Added TemporalMemory accessors +* Update bindings for C++ Connections to expose 'read' class method +* Destroy lowest permanence synapse when synapse limit is reached +* Fix for bug in Segment::freeNSynapses +* Added initialization code from Tester::init into PathTest::PathTest that is required for PathTest::copyInTemp to run successfully. +* Remove references to Tester from UnitTestMain.cpp +* Deleted Tester class and TesterTest files +* Update SWIG binding of Network to add read class method +* Refactor PyRegion subclasses to take specific proto object in read +* Update SWIG binding of TemporalPooler to add read class method +* Enable basic building with ninja (cmake -GNinja) +* Added include of Log.hpp in NodeSet.hpp +* Update SWIG bindings of SpatialPooler and CLAClassifier to add read class methods to C++ classes + ## 0.2.7 * Full filename for twine. diff --git a/Doxyfile b/Doxyfile index f383361c85..a1d792cef1 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.2.8.dev0 +PROJECT_NUMBER = 0.3.0 # 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 13833760c1..0d91a54c7d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.8.dev0 +0.3.0