Updated build.xml, readme and demo PDFs for new version release 1.2

This commit is contained in:
joseph.lizier 2015-01-28 05:44:59 +00:00
parent 5434796cd8
commit 9c37420d69
8 changed files with 8 additions and 1 deletions

View File

@ -5,7 +5,7 @@
</description>
<!-- set global properties for this build -->
<property name="version" value="1.1"/>
<property name="version" value="1.2"/>
<property name="mainfilename" value="infodynamics"/>
<property name="jarplainname" value="${mainfilename}.jar" />
<property name="jarversiondistnamezip" value="${mainfilename}-jar-${version}.zip" />

Binary file not shown.

Binary file not shown.

View File

@ -128,6 +128,13 @@ Notices for this software are found in the notices/JAMA directory.
Release notes
===============
v1.2 28/1/2015 at r601
-----------------------
Dynamic correlation exclusion, or Theiler window, added to all Kraskov estimators;
Added univariate MI calculation to simple demo 6;
Added Java code for Schreiber TE heart-breath rate with KSG estimator, ready for use as a template in Tutorial;
Patch for crashes in KSG conditional MI algorithm 2;
v1.1 14/11/2014 at r576
-----------------------
Implemented Fast Nearest Neighbour Search for Kraskov-Stögbauer-Grassberger (KSG) estimators for MI, conditional MI, TE, conditional TE, AIS, Predictive info, and multi-information. This includes a general (multivariate) k-d tree implementation;