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-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,25 @@ This project adheres to [Semantic Versioning](http://semver.org/).
14
14
***
15
15
16
16
## Unreleased [0.6.5-SNAPSHOT]
17
-
* Removed Problematic test in LayerTest and PALayerTest which hung build
17
+
* Nothing yet...
18
+
19
+
***
20
+
21
+
## [v0.6.5-alpha] - 2015-11-11
22
+
#### Added
18
23
* Added Class MultiEncoderAssembler for ME construction
19
24
* Added Tests for new MultiEncoderAssembler
20
-
* Changed Refactored MultiEncoder building so that manual construction has benefit of evolved code
21
25
* Added @fergalbyrne added PASpatialPooler
22
26
* Added @fergalbyrne added PALayer, and PALayerTest
27
+
* Added .classpath file back into repo with correct classpath (includes dependencies) TemporalMemory and the input of the CLAClassifier
28
+
29
+
#### Changed
30
+
* Changed Refactored MultiEncoder building so that manual construction has benefit of evolved code
31
+
*[Network API Re-write](https://github.com/numenta/htm.java/pull/335) Changed data transformed between a
32
+
33
+
#### Removed
34
+
* Removed Problematic test in LayerTest and PALayerTest which hung build
23
35
* Removed .classpath from .gitignore
24
-
* Added .classpath file back into repo with correct classpath (includes dependencies)
25
-
*[Network API Re-write](https://github.com/numenta/htm.java/pull/335) Changed data transformed between a TemporalMemory and the input of the CLAClassifier
0 commit comments