Hello NuPIC, TLDR; NuPIC version is changing from 0.1.0 ==> 0.0.1. The first public release of NuPIC will still be "0.1.0" (hopefully before end of year).
I am currently working towards creating binary releases of NuPIC (0.1.0). Currently, the version number is stored in the "VERSION" file. It can be accessed within python with "import nupic; nupic.__version__". I added this version number (0.1.0) a month or two ago in preparation for releases, but I jumped the gun a bit. Now that I'm ready to start testing deployments to pypi, I need to change this version number to "0.0.1" so I can iterate my deployment attempts with a version change (0.0.1, 0.0.2, 0.0.3, etc.) [1]. Once I've tested deployments and I'm ready to release, I will release NuPIC 0.1.0 as the first public binary release. Just letting you know, in case someone has some logic in their code checks NuPIC version numbers. [1] https://github.com/numenta/nupic/pull/1638 Regards, --------- Matt Taylor OS Community Flag-Bearer Numenta
