Skip to content

Commit 9fe3ec8

Browse files
authored
Merge pull request #1360 from rhyolight/release-1.0
Release 1.0.0
2 parents 6d3888a + 4af24ae commit 9fe3ec8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## 0.7.2
415

516
* Add SWIG support for Cells4 capnp serialization

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.3.dev0
1+
1.0.0

0 commit comments

Comments
 (0)