Skip to content

Commit a01f6c0

Browse files
committed
update PNL
1 parent cbec923 commit a01f6c0

File tree

2 files changed

+1
-3
lines changed
  • docs/source/search_methods_index/Causal discovery methods based on constrained functional causal models

2 files changed

+1
-3
lines changed

docs/source/search_methods_index/Causal discovery methods based on constrained functional causal models/pnl.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ we suggest you first apply the PC algorithm and then use pair-wise
1212
analysis in this implementation to find the causal directions that
1313
cannot be determined by PC.
1414

15-
(Note: there are some potential issues in the current implementation of PNL. We are working on them and will update as soon as possible.)
16-
1715
Usage
1816
-------------
1917

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open('README.md', 'r') as fh:
44
README = fh.read()
55

6-
VERSION = '0.1.2.9'
6+
VERSION = '0.1.3.0'
77

88
setuptools.setup(
99
name='causal-learn',

0 commit comments

Comments
 (0)