Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1311 from scottpurdy/master
Browse files Browse the repository at this point in the history
Prepare for release 0.6.2
  • Loading branch information
scottpurdy committed May 18, 2017
2 parents 0255af8 + bd069f6 commit 4c746b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.6.2

* Updated Circle CI configuration and switch to that for OS X builds (instead of Travis CI)
* Documentation updates: PyRegion
* IWYU documentation update
* Fixed C++ boolean ref counting bug that caused segfaults when running Python projects
* Update pytest and pycapnp dependency versions
* Implemented byte buffer passing as alternative Python<->C++ strategy for capnp serialization logic. This has some memory/speed overhead but avoids ABI issues that could cause crashes
* Fixed prototest to get meaningful comparison numbers

## 0.6.1

* Eliminate installation of unnecessary header files when building nupic.bindings. Install Version.hpp unconditionally for the sake of the deployment usage in .travis.yaml
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2.dev0
0.6.2

0 comments on commit 4c746b4

Please sign in to comment.