mirror of https://github.com/jlizier/jidt
Correcting version template for v1.1 release
This commit is contained in:
parent
3100d57ecf
commit
8d93d5b90a
|
|
@ -128,7 +128,7 @@ Notices for this software are found in the notices/JAMA directory.
|
|||
Release notes
|
||||
===============
|
||||
|
||||
v1.1 14/11/2014 at r571
|
||||
v1.1 14/11/2014 at r572
|
||||
-----------------------
|
||||
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;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Java Information Dynamics Toolkit
|
||||
Copyright (C) 2012 Joseph T. Lizier
|
||||
Copyright (C) 2012-2014 Joseph T. Lizier
|
||||
Copyright (C) 2014 Joseph T. Lizier and Ipek Özdemir
|
||||
|
||||
Version @VERSION@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue