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

Releases: numenta/nupic.core-legacy

1.0.6

23 Aug 16:34
Compare
Choose a tag to compare

58754cf NUP-2519: Upgrade pycapnp to 0.6.3
64fb803 DEVOPS-383: Move deploy to S3 job to circleci workflow
16dbf53 DEVOPS-383: Migrate CircleCI builds from 1.0 to 2.0
ec14f2f pip install --use-wheel" was deprecated. See https://pip.pypa.io/en/stable/news/#deprecations-and-removals
c2d31a9 ignore YCM configuration
f7b86e0 "pip install --use-wheel" was deprecated. See https://pip.pypa.io/en/stable/news/#deprecations-and-removals
42df6ca NUP-2504: fix clang link optimization issue on private template function
f5bc76b NUP-2504: Add unit test to softmax overflow
203493e NUP-2506: Add missing state fields to serialization
5f1ddcb NUP-2514: fix traversal limit
7e33ca4 NUP-2506: Add missing operator '==' to classes used in tests
e5e48c8 fix accumulate
b351385 add softmax function
0032fbf Fix softmax overflow

1.0.4

10 Apr 21:03
4ad8b02
Compare
Choose a tag to compare

34b2a84 : update swig to 3.0.12
f0d2fa3 : swig: add fix for 3.0.12 where SWIG_LIB is incorrect on MinGW/Windows
dabd7f8 : NUP-2491: Validate global inhibition parameters
70d43da : NUP-2492: Add constructor vs initialize test regarding Issue #1386
a6c186a : reformat code using clang-format
f069c31 : Add missing include required for NTA_ASSERT
5aca467 : ignore build, installation and IDE artifacts
c9377d5 : Fix cmake version and project name
1e486fd : DEVOPS-353: Allow element count to be smaller than buffer size
de88baa : DEVOPS-353: Add 'isSparse' attribute to input/output
9ae6155 : DEVOPS-353: Implement sparse links
4e800a6 : DEVOPS-353: Fix tests to run with nupic.core directly instead of nupic
8a1d5ee : NUP-2475: Make sure Network API links use the same dtype at both ends
7ae0d64 : NUP-2495: Check style using clang-format
3071b8a : DEVOPS-353: Update "setSparseOutput" documentation
ee591f8 : DEVOPS-353: Remove unecessary "sizeof"
380c10c : DEVOPS-353: Fix exception message
a8fd7d2 : Merge pull request #1401 from lscheinkman/NUP-2495
bfe6ed1 : NUP-2495: Fix bamboo style check
d72f0ef : Merge pull request #1403 from lscheinkman/NUP-2495
9a36517 : DEVOPS-353: Update docstring after review
fb596b5 : NUP-2475: Fix includes
2f027a7 : NUP-2475: Add sparse link validation
de567a4 : NUP-2495: Update clang-format instructions
6a580c0 : Fix not include ClassifierResult.hpp error
9f10533 : Revert swig version back to 3.0.2 and add test checking network parameters
ac43320 : NUP-2505: Remove win32 build from CI
31ee2be : Fix include position
860459c : NUP-2506: Add operator '==' to classes used in tests
e10b2cb : Merge pull request #1411 from rhyolight/release-1.0.4
7e33ca4 : NUP-2506: Add missing operator '==' to classes used in tests
5f1ddcb : NUP-2514: fix traversal limit
203493e : NUP-2506: Add missing state fields to serialization

1.0.3

16 Jan 21:53
1283654
Compare
Choose a tag to compare
  • #1380 Added stronger type checking for SP compute input.

1.0.2

01 Nov 20:16
Compare
Choose a tag to compare
  • NUP-2481: Update capnp to 0.6.1
  • Don't run iwyu if doing gcc build
  • RES-571 Explicitly declare cmake 3.3 minimum requirement

1.0.1

13 Jul 22:10
Compare
Choose a tag to compare
Merge pull request #1365 from lscheinkman/install_apr1_headers

Install apr1 headers and swig interfaces

1.0.0

06 Jul 23:39
Compare
Choose a tag to compare
  • Convert getProtoType to getSchema to be consistent with Python interface in nupic
  • Add Circle badge to README
  • Make --user optional since manylinux doens't use it
  • Remove build tools setup for Linux CI jobs since new base image already provides these tools
  • NUP-2341: Expose capnp serialization to SVM swig interface
  • NUP-2341: Add missing 'getSchema'
  • update boost to 1.64.0 stable release
  • Add a "checkInputs" param to the TemporalMemory

0.7.2

16 Jun 17:26
Compare
Choose a tag to compare
  • Add SWIG support for Cells4 capnp serialization

0.7.1

16 Jun 05:31
Compare
Choose a tag to compare
  • SP optimization using minmax_element (#1326)
  • Add capnp serialization to Cells4, Cell, Segment, SegmentUpdates, CState, etc. (#1346)
  • Fix missing actValue in SDR classifier SWIG interface (#1348)

0.7.0

08 Jun 17:18
Compare
Choose a tag to compare
  • Give clear exception when clients attempt to reuse ClassifierResult instance with SDRClassifier (PR #1342)
  • Remove FastClaClassifier (PR #1341)
  • Allow SDR classifier to handle multiple category (PR #1339)
  • Add Cap'n Proto serialization to SVM (PR #1338)

0.6.3

02 Jun 13:00
Compare
Choose a tag to compare
  • Change the Connections to stop doing automatic segment / synapse cleanup
  • Revamp the TemporalMemory proto so that it captures all information
  • For numpy, use a single PyArray_API symbol per binary rather than one per cpp file
  • Use numpy 1.12.1
  • Use pycapnp 0.5.12
  • Use latest pytest 3.0.7, pytest-cov 2.5.0, pytest-xdist 1.16.0