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 #1151 from scottpurdy/master
Browse files Browse the repository at this point in the history
Release 0.4.13 with updated CHANGELOG.
  • Loading branch information
scottpurdy authored Nov 21, 2016
2 parents 255a76a + 3495050 commit c155e37
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.4.13

* Use VERSION file when generating docs.
* 64-bit gcc on Windows build error
* New: setZerosOnOuter, increaseRowNonZeroCountsOnOuterTo
* Remove a nupic.math test that should stay in nupic
* Use unittest, not unittest2, to match the nupic.core CI config
* Add C++ unit tests for the new SparseMatrix methods
* Finish moving nupic.bindings math tests to nupic.core
* s/AboveAndBelow/BelowAndAbove
* Moves some tests for SWIG bindings from nupic to nupic.core
* Better method names: s/AboveAndBelow/BelowAndAbove
* Four new SparseMatrix methods, enabling batch synapse learning
* Expose the nrows,ncols SparseBinaryMatrix ctor in the bindings

## 0.4.12

* Updated to numpy 1.11.2 everywhere.
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ successfully
version
5. Deploy the release in Bamboo. This will:
- Validate that the Bamboo release number matches the wheel version
- Check that release notes are present for the version to be released
- (TODO) Check that release notes are present for the version to be released
- Push the wheel to PyPI
- If successful, push a version tag to the repo
- (TODO) If successful, push a version tag to the repo
6. Send announcement to the committer's lounge on discourse.numenta.org that the release is complete.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.13.dev0
0.4.13

0 comments on commit c155e37

Please sign in to comment.