Skip to content

Commit 3b540f6

Browse files
committed
Update CHANGELOG.md
1 parent ecb2243 commit 3b540f6

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

CHANGELOG.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1414
***
1515

1616
## 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
2020
- [[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)
23-
- [[PR #294](https://github.com/numenta/htm.java/pull/294)] - Fixes JaCoCo Coverage Reports (by Evgeny Mandrikov)
2421
- [[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
2722
- Added new SDRPassThroughEncoder which more efficiently sends data through to output and handles both dense and sparse inputs
2823
- Added 2 new FieldMetaType Enums with their decodeType() methods for int[]s as Strings
2924
- 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
36+
- [[PR #294](https://github.com/numenta/htm.java/pull/294)] - Fixes JaCoCo Coverage Reports (by Evgeny Mandrikov)
3037

3138
## [0.6.1] - 2015-08-23
3239
#### Changed

0 commit comments

Comments
 (0)