From eefe1e1a8b2f802ac5484bb5399d8cffba4d4277 Mon Sep 17 00:00:00 2001 From: jlizier Date: Sun, 25 Nov 2018 23:48:10 +1100 Subject: [PATCH] Updating readme-template.txt and ready for release v1.5 --- README.md | 10 ++++++++++ readme-template.txt | 6 +++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c70834da..b949bf47 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,16 @@ See other [PublicationsUsingThisToolkit](../../wiki/PublicationsUsingThisToolkit # News +_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; +Kozachenko entropy estimator adds noise to data by default; +Added bias-correction property to Gaussian and Kernel estimators for MI and conditional MI, including with surrogates (only option for kernel); +Enabled use of different bases for different variables in MI discrete estimator; +All new above features enabled in AutoAnalyser; +Added drop-down menus for parameters in AutoAnalyser; +Included long-form lecture slides in course folder; + _26/11/2017_ - New jar and full distribution files available for **release v1.4**; Changes for v1.4 include: Major expansion of functionality for AutoAnalysers: adding Launcher applet and capability to double click jar to launch, added Entropy, CMI, CTE and AIS AutoAnalysers, also added binned estimator type, added all variables/pairs analysis, added statistical significance analysis, and ensured functionality of generated Python code with Python3; Added GPU (cuda) capability for KSG Mutual Information calculator (proper documentation and wiki page to come), including unit tests; diff --git a/readme-template.txt b/readme-template.txt index 0b0a8fa1..1a111928 100755 --- a/readme-template.txt +++ b/readme-template.txt @@ -134,10 +134,10 @@ Notices for this software are found in the notices/JAMA directory. Release notes =============== -v1.5 25/11/2018 +v1.5 26/11/2018 --------------- -(after 749 commits recorded by github, repository as at https://github.com/jlizier/jidt/tree/dc4e59f94583f2cae53ff4167d8052151cddc3d8 save for this file update) -Added GPU (cuda) capability for KSG Conditional Mutual Information calculator (proper documentation and wiki page to come), including unit tests; +(after 753 commits recorded by github, repository as at https://github.com/jlizier/jidt/tree/603445651cc0bf155a42c9ba336141bc7f29bccd save for this file update) +Added GPU (cuda) capability for KSG Conditional Mutual Information calculator (proper documentation to come), including unit tests and brief wiki page; 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; Kozachenko entropy estimator adds noise to data by default; Added bias-correction property to Gaussian and Kernel estimators for MI and conditional MI, including with surrogates (only option for kernel);