Skip to content

Releases: cdt15/lingam

v1.8.0

01 Jul 08:41

Choose a tag to compare

New Features

  • Added MultiGroupRCD algorithm, RCD for multiple datasets.
  • Add extract_ancestors method to lingam.utils.
  • Modified hsic.py to speed up independence test HSIC.
  • Added to utils.make_dot the ability to highlight paths between variables in a causal graph.
  • Added utils.make_dot_hightlight method to highlight ancestors and descendants of a specified variable in a causal graph.

Experimental features

  • Added CausalDataGenerator tool to lingam.experimental.

Code Fixes

  • Fixed VAR trend argument used in VARLiNGAM (#86)

Documentation

  • Minor text correction on causal_effect.rst

v1.7.1

17 Feb 02:33
a1f8fdc

Choose a tag to compare

New Features

  • Added CausalBasedSimulator that can generate virtual data using causal graphs.

Code Fixes

Tests

  • Changed supported python versions

Documentation

  • Enhanced tutorials
  • Added link to tutorial slides

v1.7.0

19 Sep 02:54
588e4a6

Choose a tag to compare

New Features

  • Added LiM algorithm
  • Added CAM-UV algorithm

Code Fixes

v1.6.0

04 Jun 02:27
e0d10b6

Choose a tag to compare

New Features

  • Added LiNA and MDLiNA algorithm
  • Added RESIT algorithm

v1.5.5

07 Feb 05:03
91f400b

Choose a tag to compare

New Features

  • Added get_paths method to the result of bootstrapping that searches all paths between specified variables and outputs the bootstrap probability for each path in VARLiNGAM, VARMALiNGAM and LongitudinalLiNGAM

Code Fixes

  • Changed the timing for creating the partial orders when applying prior knowledge in DirectLiNGAM
  • Fixed that prior knowledge is not applied when there are duplicate no_paths (#34)

v1.5.4

25 Jun 08:05
3792890

Choose a tag to compare

New Features

  • Added get_paths method to BootstrapResult that searches all paths between specified variables and outputs the bootstrap probability for each path in ICALiNGAM, DirectLiNGAM, MultiGroupDirectLiNGAM, BottomUpParceLiNGAM and RCD

v1.5.3

14 May 11:05
112f868

Choose a tag to compare

New Features

  • Changed to apply prior knowledge when pruning of adjacent matrix in DirectLiNGAM and BottomUpParceLiNGAM

Code Fixes

  • Corrected issubclass to isinstance in VARLiNGAM and VARMALiNGAM (#25)

v1.5.2

22 Feb 07:14
880561f

Choose a tag to compare

New Features

  • Modify algorithm for prior knowledge implemented in DirectLiNGAM and MultiGroupDirectLiNGAM
  • Add prior_knowledge option to specify prior knowledge to BottomUpParceLiNGAM

Installation

  • Add statsmodels to install_requires in setup.py(#22)

Code Fixes

  • Rename the function from BootstrapResult.get_causal_effects to BootstrapResult.get_total_causal_effects
  • Change the diagonal component of the prior knowledge matrix created by `utils.make_prior_knowledge from 0 to -1

v1.5.1

07 Jan 03:08
9b4353d

Choose a tag to compare

  • Add get_error_independence_p_values function to all algorithms
  • Changed to use Adaptive lasso when estimating the total effect

v1.5.0

14 Dec 10:41
f69f8be

Choose a tag to compare

  • Add RCD algorithm