File tree 2 files changed +22
-3
lines changed
2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 5
5
<groupId >org.aika-software</groupId >
6
6
<artifactId >aika</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.2.0-SNAPSHOT </version >
8
+ <version >1.2.0</version >
9
9
<name >aika</name >
10
10
<url >http://aika.network</url >
11
11
<description >An artificial intelligence for knowledge acquisition</description >
Original file line number Diff line number Diff line change @@ -69,16 +69,35 @@ <h2>Related Resources</h2>
69
69
70
70
< h2 > Download</ h2 >
71
71
< 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 />
73
73
</ p >
74
74
75
75
< h2 > API Documentation</ h2 >
76
76
77
77
< 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 >
79
79
</ p >
80
80
81
81
< 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
+
82
101
< h3 > Aika Version 1.1.0 (2019-02-28)</ h3 >
83
102
< ul >
84
103
< li >
You can’t perform that action at this time.
0 commit comments