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
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
13
13
14
14
***
15
15
16
-
## Unreleased [0.6.6-SNAPSHOT]
16
+
## Unreleased [0.6.7-SNAPSHOT]
17
+
#### Removed
18
+
#### Added
19
+
#### Changed
20
+
#### Fixed
21
+
22
+
***
23
+
24
+
## [v0.6.6-alpha] - 2016-04-14
17
25
#### Removed
18
26
*[[PR #384](https://github.com/numenta/htm.java/pull/384)] Removed obsolete demo jars which are in htm.java-examples and don't need to be here.
19
27
* Removed setSpVerbosity() method from Parameters.java
20
28
21
29
#### Added
30
+
*[[PR #412](https://github.com/numenta/htm.java/pull/412)] Added new PersistenceAPI (includes serialization; stream handling; new classes and new "serialize" package)
31
+
*[[PR #412](https://github.com/numenta/htm.java/pull/412)] Added changes to build script for forcing tests to run when source hasn't changed
32
+
*[[PR #412](https://github.com/numenta/htm.java/pull/412)] Added changes to build script for easy turn on of debug output
22
33
*[[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)!
23
34
*[[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)
24
35
*[[PR #396](https://github.com/numenta/htm.java/pull/396)] Added Local.US to MetricsTrace to ensure (expected) dots.
@@ -32,6 +43,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
32
43
*[[PR #364](https://github.com/numenta/htm.java/pull/364)] Added 15min Hot Gym data file.
33
44
34
45
#### Changed
46
+
*[[PR #412](https://github.com/numenta/htm.java/pull/412)] Renamed class EncoderResult to Encoding
47
+
*[[PR #412](https://github.com/numenta/htm.java/pull/412)] Renamed class ClassifierResult to Classification
35
48
*[[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)
36
49
* (3-1-2016) Updated htm.java-examples for change to GLOBAL_INHIBITION parameter (sync)
37
50
*[[PR #391](https://github.com/numenta/htm.java/pull/391)] Incremented the Gradle Shade Plugin version to 1.2.3
0 commit comments