Skip to content

0.1.3

Compare
Choose a tag to compare
@rhyolight rhyolight released this 14 Feb 06:20
· 2653 commits to master since this release
  • Remove unnecessary build flag and fix a bug that was causing duplicated definition names.
  • Added warning in README for OS X.
  • Doc updates
  • Include additional libs in common libs
  • Use gcc in default docker configuration to match nupic.core binary release. Increase resources in coreos configuration.
  • Fixed ValueError When coordinate encoder is used with DateEncoder
  • Add library path for capnp libraries to linker.
  • Adds capnp libraries to linker args.
  • Adds interface file for converting from pycapnp schema to compiled in schema and uses it with SWIGed C++ SpatialPooler class's read and write methods.
  • Discard NTA_PLATFORM_* in favor of NTA_OS_* and NTA_ARCH_* macro variables
  • Raises exception when enableInference was not called, or when predicted field missing from input row.