File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 30
30
<url >https://github.com/aika-algorithm/aika</url >
31
31
<connection >scm:git:git://github.com/aika-algorithm/aika.git</connection >
32
32
<
developerConnection >scm:git:
[email protected] :aika-algorithm/aika.git</
developerConnection >
33
- <tag >aika-0.21 </tag >
33
+ <tag >aika-0.22 </tag >
34
34
</scm >
35
35
36
36
Original file line number Diff line number Diff line change @@ -75,6 +75,26 @@ <h2>API Documentation</h2>
75
75
</ p >
76
76
77
77
< 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 >
78
98
79
99
< h3 > Aika Version 0.17 (2018-05-14)</ h3 >
80
100
< ul >
You can’t perform that action at this time.
0 commit comments