File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 3030 <url >https://github.com/aika-algorithm/aika</url >
3131 <connection >scm:git:git://github.com/aika-algorithm/aika.git</connection >
3232 <
developerConnection >scm:git:
[email protected] :aika-algorithm/aika.git</
developerConnection >
33- <tag >aika-0.21 </tag >
33+ <tag >aika-0.22 </tag >
3434 </scm >
3535
3636
Original file line number Diff line number Diff line change @@ -75,6 +75,26 @@ <h2>API Documentation</h2>
7575 </ p >
7676
7777 < h2 > Release Notes</ h2 >
78+ < h3 > Aika Version 0.22 (2018-10-31)</ h3 >
79+ < ul >
80+ < li >
81+ API Refactoring: Synapse relations are now established through a separate builder class.
82+ </ li >
83+ < li >
84+ The range positions are now optionally variable. This feature is required for text generation. In this
85+ use case the positions are not known in advance and need to be computed during processing.
86+ </ li >
87+ < li >
88+ Introduced passive neurons. Passive neurons are only evaluated if the connected output neuron requires it.
89+ Passive neurons act basically like callback functions.
90+ </ li >
91+ < li >
92+ Optimization of the interpretation search.
93+ </ li >
94+ < li >
95+ Lots of bug fixes.
96+ </ li >
97+ </ ul >
7898
7999 < h3 > Aika Version 0.17 (2018-05-14)</ h3 >
80100 < ul >
You can’t perform that action at this time.
0 commit comments