From 4af24aedb69ad05d86c0fdf832ec6ef0ecbd6bce Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Thu, 6 Jul 2017 13:59:04 -0700 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ac860f15b..5b05bfcc58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.0.0 + +* Convert getProtoType to getSchema to be consistent with Python interface in nupic +* Add Circle badge to README +* Make --user optional since manylinux doens't use it +* Remove build tools setup for Linux CI jobs since new base image already provides these tools +* NUP-2341: Expose capnp serialization to SVM swig interface +* NUP-2341: Add missing 'getSchema' +* update boost to 1.64.0 stable release +* Add a "checkInputs" param to the TemporalMemory + ## 0.7.2 * Add SWIG support for Cells4 capnp serialization diff --git a/VERSION b/VERSION index 32a20eea88..3eefcb9dd5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.3.dev0 +1.0.0