From 680258fdea47a5cda4e07dff0168f052209bb3f8 Mon Sep 17 00:00:00 2001 From: Scott Purdy Date: Thu, 8 Jun 2017 11:09:29 -0700 Subject: [PATCH 1/2] Prepare for release 0.8.0 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d4ba1fb1..9e5404ab05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.8.0 + +* Fix HTMPredictionModel prediction using SDRClassifier (#3665) +* Allow multiple classifications for each record to SDRClassifier (#3669) +* Remove CLAClassifier (#3665) +* Add capnp serialization to TMRegion (#3657) +* Document ExperimentDescriptionAPI (#3679) + ## 0.7.0 **WARNING**: This release contains breaking changes described in diff --git a/VERSION b/VERSION index 416f56e758..a3df0a6959 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0.dev0 +0.8.0 From f057f4830cebfa8379e73015205577c8be39cc53 Mon Sep 17 00:00:00 2001 From: Scott Purdy Date: Thu, 8 Jun 2017 12:20:32 -0700 Subject: [PATCH 2/2] Add missing changelog items --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5404ab05..c82610f2a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ ## 0.8.0 -* Fix HTMPredictionModel prediction using SDRClassifier (#3665) +* 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) -* Document ExperimentDescriptionAPI (#3679) ## 0.7.0