Skip to content

Commit 5977d9c

Browse files
release 0.23
1 parent 7b5e803 commit 5977d9c

File tree

2 files changed

+35
-24
lines changed

2 files changed

+35
-24
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.aika-software</groupId>
66
<artifactId>aika</artifactId>
77
<packaging>jar</packaging>
8-
<version>0.23-SNAPSHOT</version>
8+
<version>0.23</version>
99
<name>aika</name>
1010
<url>http://aika.network</url>
1111
<description>An artificial intelligence for knowledge acquisition</description>
@@ -30,7 +30,7 @@
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:git@github.com:aika-algorithm/aika.git</developerConnection>
33-
<tag>aika-0.22</tag>
33+
<tag>aika-0.23</tag>
3434
</scm>
3535

3636

src/site/resources.html

+33-22
Original file line numberDiff line numberDiff line change
@@ -65,36 +65,47 @@ <h2>Related Resources</h2>
6565

6666
<h2>Download</h2>
6767
<p>
68-
<a href="http://www.aika-software.org/download/aika-0.22.jar">Version 0.22</a> <br/>
68+
<a href="http://www.aika-software.org/download/aika-0.22.jar">Version 0.23</a> <br/>
6969
</p>
7070

7171
<h2>API Documentation</h2>
7272

7373
<p>
74-
<a href="http://www.aika-software.org/apidocs/index.html">JavaDoc v0.22</a>
74+
<a href="http://www.aika-software.org/apidocs/index.html">JavaDoc v0.23</a>
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>
78+
<h3>Aika Version 0.23 (2018-11-14)</h3>
79+
<ul>
80+
<li>
81+
The Range class has now been replaced with by a slots concept. Previously had a range with a begin and an end position.
82+
Now activations can possess an arbitrary number of positions.
83+
</li>
84+
<li>
85+
The synapse bias is now used to decide whether a synapse is conjunctive or disjunctive.
86+
</li>
87+
</ul>
88+
89+
<h3>Aika Version 0.22 (2018-10-31)</h3>
90+
<ul>
91+
<li>
92+
API Refactoring: Synapse relations are now established through a separate builder class.
93+
</li>
94+
<li>
95+
The range positions are now optionally variable. This feature is required for text generation. In this
96+
use case the positions are not known in advance and need to be computed during processing.
97+
</li>
98+
<li>
99+
Introduced passive neurons. Passive neurons are only evaluated if the connected output neuron requires it.
100+
Passive neurons act basically like callback functions.
101+
</li>
102+
<li>
103+
Optimization of the interpretation search.
104+
</li>
105+
<li>
106+
Lots of bug fixes.
107+
</li>
108+
</ul>
98109

99110
<h3>Aika Version 0.17 (2018-05-14)</h3>
100111
<ul>

0 commit comments

Comments
 (0)