Skip to content

Commit 5deffb8

Browse files
committed
Update CHANGELOG.md
1 parent 38f4a2c commit 5deffb8

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313

1414
***
1515

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
1725
#### Removed
1826
* [[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.
1927
* Removed setSpVerbosity() method from Parameters.java
2028

2129
#### 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
2233
* [[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)!
2334
* [[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)
2435
* [[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/).
3243
* [[PR #364](https://github.com/numenta/htm.java/pull/364)] Added 15min Hot Gym data file.
3344

3445
#### 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
3548
* [[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)
3649
* (3-1-2016) Updated htm.java-examples for change to GLOBAL_INHIBITION parameter (sync)
3750
* [[PR #391](https://github.com/numenta/htm.java/pull/391)] Incremented the Gradle Shade Plugin version to 1.2.3

0 commit comments

Comments
 (0)