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
+15-8
Original file line number
Diff line number
Diff line change
@@ -14,19 +14,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).
14
14
***
15
15
16
16
## Unreleased
17
-
- Fixed "isLearn" programmatic setting propagation through the network, added test in RegionTest
18
-
- Fixed default anomaly score in Layer.java's Anomaly Func (was 0.0, now 1.0)
19
-
- Changed ExtensiveTemporalMemoryTest to include fixes for test "H10" (Orphan Decay)
17
+
18
+
## [v0.6.2-alpha] - 2015-09-15
19
+
#### Added
20
20
-[[Issue #308](https://github.com/numenta/htm.java/issues/308)] - Added ability to specify "isLearn" programmatically, instead of just through the stream input
21
-
-[[Issue #305](https://github.com/numenta/htm.java/issues/305)] - Fixed Synapses not completely removed
22
-
-[[Issue #300] Added wiki help for Linux Gradle Issue](https://github.com/numenta/htm.java/wiki/Gradle---JAVA_HOME-Issue-Resolution)
-[[Issue #286](https://github.com/numenta/htm.java/issues/286)] - Work on feeding arrays into NAPI - can now read binary arrays (as Strings) directly from file or manually using ObservableSensor
25
-
- Fixed PassThroughEncoder and SparsePassThroughEncoder initialization of n and w
26
-
- Generified PassThroughEncoder and SparsePassThroughEncoder for efficient subclassing
27
22
- Added new SDRPassThroughEncoder which more efficiently sends data through to output and handles both dense and sparse inputs
28
23
- Added 2 new FieldMetaType Enums with their decodeType() methods for int[]s as Strings
29
24
- Added new tests in LayerTest, HTMSensorTest, ObservableSensorTest
25
+
-[[Issue #300] Added wiki help for Linux Gradle Issue](https://github.com/numenta/htm.java/wiki/Gradle---JAVA_HOME-Issue-Resolution)
26
+
27
+
#### Changed
28
+
- Changed ExtensiveTemporalMemoryTest to include fixes for test "H10" (Orphan Decay)
29
+
- Fixed PassThroughEncoder and SparsePassThroughEncoder initialization of n and w
30
+
- Generified PassThroughEncoder and SparsePassThroughEncoder for efficient subclassing
31
+
32
+
#### Fixed
33
+
- Fixed "isLearn" programmatic setting propagation through the network, added test in RegionTest
34
+
- Fixed default anomaly score in Layer.java's Anomaly Func (was 0.0, now 1.0)
35
+
-[[Issue #305](https://github.com/numenta/htm.java/issues/305)] - Fixed Synapses not completely removed
0 commit comments