Skip to content

Commit 33b5452

Browse files
release 0.24
1 parent 33307a1 commit 33b5452

File tree

2 files changed

+25
-15
lines changed

2 files changed

+25
-15
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.24-SNAPSHOT</version>
8+
<version>0.24</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:[email protected]:aika-algorithm/aika.git</developerConnection>
33-
<tag>aika-0.23</tag>
33+
<tag>aika-0.24</tag>
3434
</scm>
3535

3636

src/site/resources.html

+23-13
Original file line numberDiff line numberDiff line change
@@ -65,28 +65,38 @@ <h2>Related Resources</h2>
6565

6666
<h2>Download</h2>
6767
<p>
68-
<a href="http://www.aika-software.org/download/aika-0.23.jar">Version 0.23</a> <br/>
68+
<a href="http://www.aika-software.org/download/aika-0.24.jar">Version 0.24</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.23</a>
74+
<a href="http://www.aika-software.org/apidocs/index.html">JavaDoc v0.24</a>
7575
</p>
7676

7777
<h2>Release Notes</h2>
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, an activation 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>
78+
<h3>Aika Version 0.24 (2018-11-17)</h3>
79+
<ul>
80+
<li>
81+
Refactoring of the relation architecture.
82+
</li>
83+
<li>
84+
Bugfixes
85+
</li>
86+
</ul>
87+
88+
<h3>Aika Version 0.23 (2018-11-14)</h3>
89+
<ul>
90+
<li>
91+
The Range class has now been replaced with by a slots concept. Previously, an activation had a range with a begin and an end position.
92+
Now activations can possess an arbitrary number of positions.
93+
</li>
94+
<li>
95+
The synapse bias is now used to decide whether a synapse is conjunctive or disjunctive.
96+
</li>
97+
</ul>
8898

89-
<h3>Aika Version 0.22 (2018-10-31)</h3>
99+
<h3>Aika Version 0.22 (2018-10-31)</h3>
90100
<ul>
91101
<li>
92102
API Refactoring: Synapse relations are now established through a separate builder class.

0 commit comments

Comments
 (0)