Skip to content

Commit

Permalink
release 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMolzberger committed Nov 14, 2018
1 parent 7b5e803 commit 5977d9c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 24 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.aika-software</groupId>
<artifactId>aika</artifactId>
<packaging>jar</packaging>
<version>0.23-SNAPSHOT</version>
<version>0.23</version>
<name>aika</name>
<url>http://aika.network</url>
<description>An artificial intelligence for knowledge acquisition</description>
Expand All @@ -30,7 +30,7 @@
<url>https://github.com/aika-algorithm/aika</url>
<connection>scm:git:git://github.com/aika-algorithm/aika.git</connection>
<developerConnection>scm:git:git@github.com:aika-algorithm/aika.git</developerConnection>
<tag>aika-0.22</tag>
<tag>aika-0.23</tag>
</scm>


Expand Down
55 changes: 33 additions & 22 deletions src/site/resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,36 +65,47 @@ <h2>Related Resources</h2>

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

<h2>API Documentation</h2>

<p>
<a href="http://www.aika-software.org/apidocs/index.html">JavaDoc v0.22</a>
<a href="http://www.aika-software.org/apidocs/index.html">JavaDoc v0.23</a>
</p>

<h2>Release Notes</h2>
<h3>Aika Version 0.22 (2018-10-31)</h3>
<ul>
<li>
API Refactoring: Synapse relations are now established through a separate builder class.
</li>
<li>
The range positions are now optionally variable. This feature is required for text generation. In this
use case the positions are not known in advance and need to be computed during processing.
</li>
<li>
Introduced passive neurons. Passive neurons are only evaluated if the connected output neuron requires it.
Passive neurons act basically like callback functions.
</li>
<li>
Optimization of the interpretation search.
</li>
<li>
Lots of bug fixes.
</li>
</ul>
<h3>Aika Version 0.23 (2018-11-14)</h3>
<ul>
<li>
The Range class has now been replaced with by a slots concept. Previously had a range with a begin and an end position.
Now activations can possess an arbitrary number of positions.
</li>
<li>
The synapse bias is now used to decide whether a synapse is conjunctive or disjunctive.
</li>
</ul>

<h3>Aika Version 0.22 (2018-10-31)</h3>
<ul>
<li>
API Refactoring: Synapse relations are now established through a separate builder class.
</li>
<li>
The range positions are now optionally variable. This feature is required for text generation. In this
use case the positions are not known in advance and need to be computed during processing.
</li>
<li>
Introduced passive neurons. Passive neurons are only evaluated if the connected output neuron requires it.
Passive neurons act basically like callback functions.
</li>
<li>
Optimization of the interpretation search.
</li>
<li>
Lots of bug fixes.
</li>
</ul>

<h3>Aika Version 0.17 (2018-05-14)</h3>
<ul>
Expand Down

0 comments on commit 5977d9c

Please sign in to comment.