diff --git a/CHANGELOG.md b/CHANGELOG.md index aad9c75fc8..40bdc699ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## 0.4.3 + +* Adds include-what-you-use option in CMake configuration. +* Use the supported mingwpy toolchain from pypi.anaconda.org/carlkl/simple +* Define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS for nupic.core source build in attempt to make build work with official mingwpy toolchain +* Protect all public member variables (except connections) +* Move algorithm details out of the compute method +* Split bamboo linux build into debug and release. +* Move common environment setup for Bamboo into separate script. +* Update SWIG to use local tarfile rather than download from sourceforge. +* Store the new lastUsedIteration, don't just increment old one +* Unit test: destroyed synapse + segment reuse +* Bugfix: Keep the destroyed synapses count in sync. +* Walk the columns and segments via ExcitedColumns iterator +* Fail loudly when Python regions reassign an output +* Disable asserts in release builds +* De-duplicate a loop. +* Removes 'long double', NTA_QUAD_PRECISION, and Real128 references from our code. +* Add Proto for SDR Classifier +* TemporalMemory: replace phases with "columnSegmentWalk". Much faster. +* MovingAverage.compute() returns updated value + ## 0.4.2 * Define and use environment variables containing compiler and linker flags specifically for 3rd-party source code. diff --git a/Doxyfile b/Doxyfile index e1d40b8fcf..57692ad064 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "NuPIC Core" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.4.3.dev0 +PROJECT_NUMBER = 0.4.3 # 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/VERSION b/VERSION index 3b32790190..17b2ccd9bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.3.dev0 +0.4.3