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

0.2.3

Compare
Choose a tag to compare
@rhyolight rhyolight released this 17 Dec 17:45
· 1412 commits to master since this release
  • Windows Support!
  • Add bindings for CLAClassifier serialization
  • Adding Windows twine pip install and PyPi upload
  • Storing release version in VERSION in proj root.
  • Makes build-from-source the default behavior for capnp and swig, requiring the flags FIND_CAPNP or FIND_SWIG to be specified in order to use a preinstalled version.
  • Add Dockerfile for building nupic.core from source
  • Update of Windows bindings setup
  • Add "python setup.py test" option (fixes #697)
  • Adding a CMake ExternalProject to download capnp win32 compiler tools
  • Simplify setup.py, remove unused command line args, add setup.py clean command. Update Travis to build Python extensions as part of cmake so Python install doesn't rebuild them.
  • Allow finding pre-built capnp.
  • Revert back to numpy==1.9.2