diff --git a/README.md b/README.md index a75e1d6..dba5394 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,14 @@ See other [PublicationsUsingThisToolkit](../../wiki/PublicationsUsingThisToolkit # News +_5/09/2022_ - New full distribution files available for **release v1.6**; Changes for v1.6 include: +Adding Flocking/Schooling/Swarming demo; +Included Pedro's code on IIT and O-/S-Information measures; +Spiking TE estimator added from David; +Fixed up AutoAnalyser to work well for Python3 and numpy; +Links to lecture videos included in the beta wiki for the course; +Added rudimentary effective network inference (simplified version of the IDTxl full algorithm) in demos/octave/EffectiveNetworkInference; + _26/11/2018_ - New jar and full distribution files available for **release v1.5**; Changes for v1.5 include: Added GPU (cuda) capability for KSG Conditional Mutual Information calculator (proper documentation to come), brief [wiki page](../../wiki/GPU) and unit tests included; Added auto-embedding for TE/AIS with multivariate KSG, and univariate and multivariate Gaussian estimator (plus unit tests), for Ragwitz criteria and Maximum bias-corrected AIS, and also added Maximum bias corrected AIS and TE to handle source embedding as well; diff --git a/build.xml b/build.xml index 61de8d4..20260af 100755 --- a/build.xml +++ b/build.xml @@ -5,7 +5,7 @@ - + diff --git a/course/README-Course.pdf b/course/README-Course.pdf new file mode 100644 index 0000000..4153741 Binary files /dev/null and b/course/README-Course.pdf differ diff --git a/demos/AutoAnalyser/README-AutoAnalyserDemo.pdf b/demos/AutoAnalyser/README-AutoAnalyserDemo.pdf index 2a439c3..22d6de6 100644 Binary files a/demos/AutoAnalyser/README-AutoAnalyserDemo.pdf and b/demos/AutoAnalyser/README-AutoAnalyserDemo.pdf differ diff --git a/demos/octave/FlockingAnalysis/README-Flocking.pdf b/demos/octave/FlockingAnalysis/README-Flocking.pdf index 5edcd6e..2d47431 100644 Binary files a/demos/octave/FlockingAnalysis/README-Flocking.pdf and b/demos/octave/FlockingAnalysis/README-Flocking.pdf differ diff --git a/demos/python/README-UseInPython.pdf b/demos/python/README-UseInPython.pdf index 76823e4..d761ee6 100644 Binary files a/demos/python/README-UseInPython.pdf and b/demos/python/README-UseInPython.pdf differ diff --git a/readme-template.txt b/readme-template.txt index 1a11192..bb5ae96 100755 --- a/readme-template.txt +++ b/readme-template.txt @@ -1,7 +1,9 @@ Java Information Dynamics Toolkit (JIDT) Copyright (C) 2012-2014 Joseph T. Lizier Copyright (C) 2014-2016 Joseph T. Lizier and Ipek Özdemir -Copyright (C) 2017- Joseph T. Lizier, Ipek Özdemir and Pedro Mediano +Copyright (C) 2016-2019 Joseph T. Lizier, Ipek Özdemir and Pedro Mediano +Copyright (C) 2019-2022 Joseph T. Lizier, Ipek Özdemir, Pedro Mediano, Emanuele Crosato, Sooraj Sekhar and Oscar Huaigu Xu +Copyright (C) 2022- Joseph T. Lizier, Ipek Özdemir, Pedro Mediano, Emanuele Crosato, Sooraj Sekhar, Oscar Huaigu Xu and David Shorten Version @VERSION@ (see release notes below) @@ -134,6 +136,17 @@ Notices for this software are found in the notices/JAMA directory. Release notes =============== +v1.6 5/9/2022 +------------- +(after 889 commits recorded by github, repository as at https://github.com/jlizier/jidt/tree/d750a737bea2a8b1f33b7cd0ad167ec999d907ef save for this file update) +Adding Flocking/Schooling/Swarming demo; +Included Pedro's code on IIT and O-/S-Information measures; +Spiking TE estimator added from David; +Fixed up AutoAnalyser to work well for Python3 and numpy; +Links to lecture videos included in the beta wiki for the course; +Added rudimentary effective network inference (simplified version of the IDTxl full algorithm) in demos/octave/EffectiveNetworkInference; + + v1.5 26/11/2018 --------------- (after 753 commits recorded by github, repository as at https://github.com/jlizier/jidt/tree/603445651cc0bf155a42c9ba336141bc7f29bccd save for this file update) diff --git a/version-template.txt b/version-template.txt index 819041f..0bce03f 100755 --- a/version-template.txt +++ b/version-template.txt @@ -1,6 +1,9 @@ -Java Information Dynamics Toolkit +Java Information Dynamics Toolkit (JIDT) Copyright (C) 2012-2014 Joseph T. Lizier Copyright (C) 2014-2016 Joseph T. Lizier and Ipek Özdemir +Copyright (C) 2016-2019 Joseph T. Lizier, Ipek Özdemir and Pedro Mediano +Copyright (C) 2019-2022 Joseph T. Lizier, Ipek Özdemir, Pedro Mediano, Emanuele Crosato, Sooraj Sekhar and Oscar Huaigu Xu +Copyright (C) 2022- Joseph T. Lizier, Ipek Özdemir, Pedro Mediano, Emanuele Crosato, Sooraj Sekhar, Oscar Huaigu Xu and David Shorten Version @VERSION@