We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d3888a + 4af24ae commit 9fe3ec8Copy full SHA for 9fe3ec8
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 1.0.0
4
+
5
+* Convert getProtoType to getSchema to be consistent with Python interface in nupic
6
+* Add Circle badge to README
7
+* Make --user optional since manylinux doens't use it
8
+* Remove build tools setup for Linux CI jobs since new base image already provides these tools
9
+* NUP-2341: Expose capnp serialization to SVM swig interface
10
+* NUP-2341: Add missing 'getSchema'
11
+* update boost to 1.64.0 stable release
12
+* Add a "checkInputs" param to the TemporalMemory
13
14
## 0.7.2
15
16
* Add SWIG support for Cells4 capnp serialization
VERSION
@@ -1 +1 @@
-0.7.3.dev0
+1.0.0
0 commit comments