Skip to content

Commit

Permalink
Updating PDFs of demos and paper, release notes and release numbering…
Browse files Browse the repository at this point in the history
… ready for v1.1 release.
  • Loading branch information
jlizier committed Nov 13, 2014
1 parent cf51e33 commit 2a36ac0
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 3 deletions.
Binary file modified InfoDynamicsToolkit.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</description>

<!-- set global properties for this build -->
<property name="version" value="1.0"/>
<property name="version" value="1.1"/>
<property name="mainfilename" value="infodynamics"/>
<property name="jarplainname" value="${mainfilename}.jar" />
<property name="jarversiondistnamezip" value="${mainfilename}-jar-${version}.zip" />
Expand Down
Binary file added demos/clojure/README-ClojureExamples.pdf
Binary file not shown.
Binary file modified demos/java/README-SimpleJavaDemos.pdf
Binary file not shown.
Binary file added demos/julia/README-JuliaExamples.pdf
Binary file not shown.
Binary file modified demos/octave/README-OctaveMatlabDemos.pdf
Binary file not shown.
Binary file not shown.
Binary file modified demos/python/README-PythonDemos.pdf
Binary file not shown.
Binary file added demos/r/README-R_Demos.pdf
Binary file not shown.
21 changes: 19 additions & 2 deletions readme-template.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Java Information Dynamics Toolkit (JIDT)
Copyright (C) 2012 Joseph T. Lizier
Copyright (C) 2012-2014 Joseph T. Lizier
Copyright (C) 2014 Joseph T. Lizier and Ipek Özdemir

Version @VERSION@ (see release notes below)

Expand Down Expand Up @@ -83,6 +84,10 @@ Several sets of demonstration code are distributed with the toolkit:

iii. demos/r -- basic examples on easily using the Java toolkit from R -- see description at http://code.google.com/p/information-dynamics-toolkit/wiki/R_Examples

iv. demos/julia -- basic examples on easily using the Java toolkit from Julia -- see description at http://code.google.com/p/information-dynamics-toolkit/wiki/JuliaExamples

v. demos/clojure -- basic examples on easily using the Java toolkit from Clojure -- see description at http://code.google.com/p/information-dynamics-toolkit/wiki/Clojure_Examples

c. demos/octave/CellularAutomata -- using the Java toolkit to plot local information dynamics profiles in cellular automata; the toolkit is run under Octave or Matlab -- see description at http://code.google.com/p/information-dynamics-toolkit/wiki/CellularAutomataDemos

d. demos/octave/SchreiberTransferEntropyExamples -- recreates the transfer entropy examples in Schreiber's original paper presenting this measure; shows the correct parameter settings to reproduce these results -- see description at http://code.google.com/p/information-dynamics-toolkit/wiki/SchreiberTeDemos
Expand All @@ -101,7 +106,9 @@ Several sets of demonstration code are distributed with the toolkit:

Please cite your use of this toolkit as:

Joseph T. Lizier, "JIDT: An information-theoretic toolkit for studying the dynamics of complex systems", 2014, arXiv:1408.3270
Joseph T. Lizier, "JIDT: An information-theoretic toolkit for studying the dynamics of complex systems", Frontiers in Robotics and AI 1:11, 2014; doi:10.3389/frobt.2014.00011

A pre-print of this paper is distributed with this toolkit (InfoDynamicsToolkit.pdf) and is available at arXiv:1408.3270

=============
Notices
Expand All @@ -121,6 +128,16 @@ Notices for this software are found in the notices/JAMA directory.
Release notes
===============

v1.1 14/11/2014 at r566
-----------------------
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;
Added multi-threading (using all available processors by default) for the KSG estimators -- code contributed by Ipek Özdemir;
Added Predictive information / Excess entropy implementations for KSG, kernel and Gaussian estimators;
Added R, Julia, and Clojure demos;
Added Windows batch files for the Simple Java Demos;
Added property for adding a small amount of noise to data in all KSG estimators;


v1.0 14/8/2014 at r434
----------------------
Added the draft of the paper on the toolkit to the release;
Expand Down

0 comments on commit 2a36ac0

Please sign in to comment.