From 0897e5fd5dc297dc5a7123f6cd6ad92d6b7e5c1e Mon Sep 17 00:00:00 2001 From: Ezequiel Smucler Date: Fri, 10 May 2024 10:04:23 +0200 Subject: [PATCH] update changes, new version --- CHANGES.txt | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 78cb215..e84c905 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +optimaladj 0.0.5 +============== + +* Kirtan Padh spotted and fixed a bug, due to which the sufficient condition for the existance of an optimal adjustment set was not being tested appropriately. + optimaladj 0.0.4 ============== diff --git a/setup.py b/setup.py index d973128..fa1e58a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="optimaladj", - version="0.0.4", + version="0.0.5", author="Facundo Sapienza, Ezequiel Smucler", author_email="ezequiels.90@gmail.com", description="A package to compute optimal adjustment sets in causal graphs",