From 98f3a6b3c93a45f468116f10ae97447687eb4c0a Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Mon, 29 Jun 2015 11:34:24 -0700 Subject: [PATCH] Release 0.2.5. --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- VERSION | 2 +- docs/Doxyfile | 2 +- nupic/__init__.py | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e49d27e255..add4382970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.5 + +* Fix MANIFEST.in capnp include. +* Update documentation related to PyRegion serialization introduction. +* Updates nupic.core and adds function definitions for read/write in PyRegion + ## 0.2.4 * Fix a minor bug in the algorithm diff --git a/README.md b/README.md index c23cbfc094..93fc91f2da 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The Numenta Platform for Intelligent Computing (**NuPIC**) is a machine intellig For more information, see [numenta.org](http://numenta.org) or the [NuPIC wiki](https://github.com/numenta/nupic/wiki). -## Installing NuPIC 0.2.4 +## Installing NuPIC 0.2.5 NuPIC binaries are available for: @@ -29,7 +29,7 @@ NuPIC binaries are available for: > The Linux wheel file is hosted on AWS S3 instead of on the standard PyPi servers because [Linux wheels are not allowed to be uploaded to pypi](https://bitbucket.org/pypa/pypi-metadata-formats/issue/15/enhance-the-platform-tag-definition-for) yet. - pip install https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic/releases/nupic-0.2.4-cp27-none-linux_x86_64.whl + pip install https://s3-us-west-2.amazonaws.com/artifacts.numenta.org/numenta/nupic/releases/nupic-0.2.5-cp27-none-linux_x86_64.whl ### _Having problems?_ diff --git a/VERSION b/VERSION index 1bb3be6cf2..3a4036fb45 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.5.dev0 +0.2.5 diff --git a/docs/Doxyfile b/docs/Doxyfile index 2b8e439723..9442163f86 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = NuPIC # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.2.5.dev0 +PROJECT_NUMBER = 0.2.5 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/nupic/__init__.py b/nupic/__init__.py index 835dda0769..0d5c4345a8 100644 --- a/nupic/__init__.py +++ b/nupic/__init__.py @@ -19,4 +19,4 @@ # http://numenta.org/licenses/ # ---------------------------------------------------------------------- -__version__ = "0.2.5.dev0" +__version__ = "0.2.5"