diff --git a/build.xml b/build.xml index 0a7bffa..f4a8e24 100755 --- a/build.xml +++ b/build.xml @@ -5,7 +5,7 @@ - + diff --git a/demos/README-Demos.pdf b/demos/README-Demos.pdf index 5f45539..f6e6eac 100755 Binary files a/demos/README-Demos.pdf and b/demos/README-Demos.pdf differ diff --git a/demos/java/README-SimpleJavaDemos.pdf b/demos/java/README-SimpleJavaDemos.pdf index cdbe5ac..344af19 100755 Binary files a/demos/java/README-SimpleJavaDemos.pdf and b/demos/java/README-SimpleJavaDemos.pdf differ diff --git a/demos/octave/NullDistributions/README-NullDistributions.pdf b/demos/octave/NullDistributions/README-NullDistributions.pdf index aec5e3a..c6ba43d 100755 Binary files a/demos/octave/NullDistributions/README-NullDistributions.pdf and b/demos/octave/NullDistributions/README-NullDistributions.pdf differ diff --git a/demos/octave/README-OctaveMatlabDemos.pdf b/demos/octave/README-OctaveMatlabDemos.pdf index eade184..307420e 100755 Binary files a/demos/octave/README-OctaveMatlabDemos.pdf and b/demos/octave/README-OctaveMatlabDemos.pdf differ diff --git a/demos/octave/SchreiberTransferEntropyExamples/README-SchreiberTeDemos.pdf b/demos/octave/SchreiberTransferEntropyExamples/README-SchreiberTeDemos.pdf index 09758cd..ca98df4 100755 Binary files a/demos/octave/SchreiberTransferEntropyExamples/README-SchreiberTeDemos.pdf and b/demos/octave/SchreiberTransferEntropyExamples/README-SchreiberTeDemos.pdf differ diff --git a/demos/python/README-PythonDemos.pdf b/demos/python/README-PythonDemos.pdf index f067615..9c0770b 100755 Binary files a/demos/python/README-PythonDemos.pdf and b/demos/python/README-PythonDemos.pdf differ diff --git a/readme-template.txt b/readme-template.txt index 3adfd74..f6bddf4 100755 --- a/readme-template.txt +++ b/readme-template.txt @@ -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;