From 7b78c9ebd45a39f1a73710fc037f70fc1a0c7f4c Mon Sep 17 00:00:00 2001 From: Aryan Roy Date: Mon, 8 Jul 2024 21:37:07 +0530 Subject: [PATCH] Added what's new Signed-off-by: Aryan Roy --- doc/whats_new/v0.2.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/whats_new/v0.2.rst b/doc/whats_new/v0.2.rst index b0c53955..aebb2d19 100644 --- a/doc/whats_new/v0.2.rst +++ b/doc/whats_new/v0.2.rst @@ -32,6 +32,7 @@ Changelog - |Feature| Implement a suite of functions for finding and checking semi-directed paths on a mixed-edge graph, by `Adam Li`_ (:pr:`101`) - |Feature| Implement functions for converting between a DAG and PDAG and CPDAG for generating consistent extensions of a CPDAG for example. These functions are :func:`pywhy_graphs.algorithms.pdag_to_cpdag`, :func:`pywhy_graphs.algorithms.pdag_to_dag` and :func:`pywhy_graphs.algorithms.dag_to_cpdag`, by `Adam Li`_ (:pr:`102`) - |API| Remove poetry based setup, by `Adam Li`_ (:pr:`110`) +- |Feature| Implement and test function to validate PAG, by `Aryan Roy`_ (:pr:`100`) Code and Documentation Contributors -----------------------------------