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 #1335 from mrcslws/release-0.6.3
Browse files Browse the repository at this point in the history
Release 0.6.3
  • Loading branch information
mrcslws authored Jun 2, 2017
2 parents 91b4545 + 016f6e8 commit 706bf94
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.6.3

* Change the Connections to stop doing automatic segment / synapse cleanup
* Revamp the TemporalMemory proto so that it captures all information
* For numpy, use a single PyArray_API symbol per binary rather than one per cpp file
* Use numpy 1.12.1
* Use pycapnp 0.5.12
* Use latest pytest 3.0.7, pytest-cov 2.5.0, pytest-xdist 1.16.0

## 0.6.2

* Updated Circle CI configuration and switch to that for OS X builds (instead of Travis CI)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3.dev0
0.6.3
2 changes: 1 addition & 1 deletion external/windows32-gcc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following applications are required when rebuilding the core C++ library, Py
- [CMake](http://www.cmake.org/) - version 3.1+
- [Python 2.7.9+](https://www.python.org/downloads/windows/) - x86 version (32-bit)
- [MinGW GCC for Python](`%PYTHONHOME%\\Scripts\\pip.exe install -i https://pypi.anaconda.org/carlkl/simple mingwpy`)
- [NumPy C++ headers](`%PYTHONHOME%\\Scripts\\pip.exe install numpy==1.11.2`)
- [NumPy C++ headers](`%PYTHONHOME%\\Scripts\\pip.exe install numpy==1.12.1`)

## Rebuilding with CMake

Expand Down
2 changes: 1 addition & 1 deletion external/windows64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following applications are required when rebuilding the core C++ library, an
For re-building the nupic.core C++ library the following are required;

- [Microsoft Visual Studio 2015](https://www.visualstudio.com/en-us/downloads/visual-studio-2015-downloads-vs) - Community Free edition (or Enterprise edition)
- [NumPy C++ headers](https://pypi.python.org/pypi/numpy/) - pip install numpy==1.11.2
- [NumPy C++ headers](https://pypi.python.org/pypi/numpy/) - pip install numpy==1.12.1

## Rebuilding with CMake

Expand Down

0 comments on commit 706bf94

Please sign in to comment.