Skip to content

Commit 131dd07

Browse files
Release 1.2.0
1 parent 9ada077 commit 131dd07

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

pom.xml

+1-1
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>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0</version>
99
<name>aika</name>
1010
<url>http://aika.network</url>
1111
<description>An artificial intelligence for knowledge acquisition</description>

src/site/resources.html

+21-2
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,35 @@ <h2>Related Resources</h2>
6969

7070
<h2>Download</h2>
7171
<p>
72-
<a href="http://aika.network/download/aika-1.1.0.jar">Version 1.1.0</a> <br/>
72+
<a href="http://aika.network/download/aika-1.2.0.jar">Version 1.2.0</a> <br/>
7373
</p>
7474

7575
<h2>API Documentation</h2>
7676

7777
<p>
78-
<a href="http://aika.network/apidocs/index.html">JavaDoc v1.1.0</a>
78+
<a href="http://aika.network/apidocs/index.html">JavaDoc v1.2.0</a>
7979
</p>
8080

8181
<h2>Release Notes</h2>
82+
<h3>Aika Version 1.2.0 (2019-06-07)</h3>
83+
<ul>
84+
<li>
85+
Removed synapse bias. Bias now depends on the neuron type.
86+
</li>
87+
<li>
88+
Exception Handling refactoring.
89+
</li>
90+
<li>
91+
Removed factory methods.
92+
</li>
93+
<li>
94+
Refactored position propagation.
95+
</li>
96+
<li>
97+
Bugfixes
98+
</li>
99+
</ul>
100+
82101
<h3>Aika Version 1.1.0 (2019-02-28)</h3>
83102
<ul>
84103
<li>

0 commit comments

Comments
 (0)