You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
19
19
* Removed setSpVerbosity() method from Parameters.java
20
20
21
21
#### Added
22
+
*[[PR #405](https://github.com/numenta/htm.java/pull/402)] Added new [Docker File reference-build environment](https://github.com/numenta/htm.java/wiki/Build-Instructions#reference-build-environment)!
22
23
*[[PR #397](https://github.com/numenta/htm.java/pull/397)] Added close() method to the Network class to bring it inline with Region & Layer - Added Tests for new functionality. (@Mandarx)
23
24
*[[PR #396](https://github.com/numenta/htm.java/pull/396)] Added Local.US to MetricsTrace to ensure (expected) dots.
24
25
*[[PR #386](https://github.com/numenta/htm.java/pull/386)] Added test for close() method in LayerTest
@@ -31,6 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
31
32
*[[PR #364](https://github.com/numenta/htm.java/pull/364)] Added 15min Hot Gym data file.
32
33
33
34
#### Changed
35
+
*[[PR #404](https://github.com/numenta/htm.java/pull/404)] LayerTest & PALayerTest, subscribe() and start() call order to eliminate Thread Race Condition and run on [OpenJDK](http://openjdk.java.net)
34
36
* (3-1-2016) Updated htm.java-examples for change to GLOBAL_INHIBITION parameter (sync)
35
37
*[[PR #391](https://github.com/numenta/htm.java/pull/391)] Incremented the Gradle Shade Plugin version to 1.2.3
36
38
*[[PR #379](https://github.com/numenta/htm.java/pull/379)] Changed SYN_PERM_THRESHOLD to be in line with SYN_PERM_CONNECTED
0 commit comments