NuPIC v0.2.1 Release Notes

    • ๐Ÿšš Moved data pkg_resource data into nupic/datafiles.
    • Replaces datasethelpers with pkg_resources.
    • ๐Ÿ”จ refactor submetrics computation handling None
    • โž• Adding numpy to README requirements.
    • ๐Ÿšš Move pattern/sequence machine tests to proper location.
    • Moves pattern_machine and sequence_machine files into generators module.
    • ๐Ÿ“„ Get cell indices methods added an amazing super cool docstring formatting
    • โšก๏ธ Updates data generator tool filename and adds executable bit.
    • ๐Ÿšš Moves anomalyzer to nupic.data.generators module
    • ๐Ÿšš Move data generators to nupic.data.generators module
    • ๐Ÿ›  fixme burn-in for multi metric addInstance()
    • ๐Ÿ›  fix AggregateMetric with None metricSpec
    • โž• add MetricMulti class
    • AggregateMetric sets id from params (if specified)
    • โœ‚ Removes isDelta method from encoder base class.
    • ๐Ÿ›  fixed predicted active cells in tm-mm
    • ๐Ÿ“‡ rename --enable-optimizations to --optimizations-native
    • โž• add --optimizations-lto option to setup.py to enable Link Time Optimizations
    • ๐Ÿณ Simplify docker setup to single Dockerfile at root
    • โž• Adding cell activity plt and improving metrics table
    • โž• add python setup.py --enable-optimization
    • โš  enable -Wextra warnings
    • ๐Ÿ— sane optimization defaults for binary published builds
    • โช Revert "default make with -j4"
    • โž• add Ofast linker flag for gcc
    • ๐Ÿ›  fix: remove inline - let LTO decide