From dc070279478018978b9682422e2ac0ae1926db3f Mon Sep 17 00:00:00 2001 From: Scott Purdy Date: Mon, 23 Jan 2017 10:45:58 -0800 Subject: [PATCH 1/2] Release update for 0.5.1. --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c379f2a8..28be0ae1de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.5.1 + +- Improved network API introspection +- Fix bug with region dimensions inference in network API. fixes #1212 +- Updates to info in RELEASE.md +- Fixup import favoring native unittest +- Use xcode6.4 image per documentation at https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version +- NUP-2316 Fixed OS X build failure on xcode 8 caused by included some files in static library that shouldn't have been included. +- Misc. changes for sparse matrices and using them in Connections. Moving loops to C++. + ## 0.5.0 * Link: Implemented delayed links. NOTE: this is not backwards compatible with CLAModel class, so Nupic will be updated as well. diff --git a/VERSION b/VERSION index ebec9e5419..4b9fcbec10 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1.dev0 +0.5.1 From b8ac05c005802331ad2c460c0b07ad2eb9b7d20b Mon Sep 17 00:00:00 2001 From: Scott Purdy Date: Mon, 23 Jan 2017 10:47:16 -0800 Subject: [PATCH 2/2] Change to MD convention used for other releases in CHANGELOG.md. --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28be0ae1de..c4a8abe8d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ ## 0.5.1 -- Improved network API introspection -- Fix bug with region dimensions inference in network API. fixes #1212 -- Updates to info in RELEASE.md -- Fixup import favoring native unittest -- Use xcode6.4 image per documentation at https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version -- NUP-2316 Fixed OS X build failure on xcode 8 caused by included some files in static library that shouldn't have been included. -- Misc. changes for sparse matrices and using them in Connections. Moving loops to C++. +* Improved network API introspection +* Fix bug with region dimensions inference in network API. fixes #1212 +* Updates to info in RELEASE.md +* Fixup import favoring native unittest +* Use xcode6.4 image per documentation at https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version +* NUP-2316 Fixed OS X build failure on xcode 8 caused by included some files in static library that shouldn't have been included. +* Misc. changes for sparse matrices and using them in Connections. Moving loops to C++. ## 0.5.0