Skip to content

Tags: pwollstadt/IDTxl

Tags

v1.5.1

Toggle v1.5.1's commit message
Update JIDT, fix formatting and pylint issues

v1.5

Toggle v1.5's commit message
Add MPI-support and Python estimators

v1.4

Toggle v1.4's commit message
Allow a maximum lag of 1

Allow a maximum lag of 1. This failed before because tau was required to
be at least 1 and the max. lag was required to be strictly larger than
tau.

v1.3

Toggle v1.3's commit message
Update sphinx documentation

v1.2.2

Toggle v1.2.2's commit message
Merge branch 'develop'

v1.2.1

Toggle v1.2.1's commit message
Add units of returned values.

Fixes #51.

v1.2

Toggle v1.2's commit message
Fix networkx export of nodes without links

Fix networkx export of nodes without links. The creation of the DiGraph
object was done by interating over links in the results. This did not
pick up nodes with no inferred links.

Fixes #50.

v1.1

Toggle v1.1's commit message
Fix surrogates for sequential maximum statistics

Fix surrogates for sequential maximum statistics. In the old version,
one candidate was missing from the conditioning set when generating
surrogates for sequential max stats. Now the surrogates for each
canditate are created by using a conditioning set that consists of all
selected source and target variables (source variables only for MI
calculation), excluding the candidate that is currently tested.

Add unit test for bivariate sequential max stats.

v1.0

Toggle v1.0's commit message
Peer reviewed and accepted for publication in JOSS

v0.4.0

Toggle v0.4.0's commit message
JOSS submission