From 808f3a4474b4e1aff615ae800362ea2facbea9e1 Mon Sep 17 00:00:00 2001 From: Adam Li Date: Sat, 4 Feb 2023 22:29:28 -0500 Subject: [PATCH] Update docs/whats_new/v0.1.rst Signed-off-by: Adam Li --- docs/whats_new/v0.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whats_new/v0.1.rst b/docs/whats_new/v0.1.rst index a3411ff4a..554da5c59 100644 --- a/docs/whats_new/v0.1.rst +++ b/docs/whats_new/v0.1.rst @@ -26,7 +26,7 @@ Version 0.1 Changelog --------- -- |Feature| Add support for undirected edges in m-separation :func:`pywhy_graphs.networkx.algorithms.causal.m_separated`, by `Jaron Lee`_ (:pr:`46`) +- |Feature| Add support for undirected edges in m-separation :func:`pywhy_graphs.networkx.m_separated`, by `Jaron Lee`_ (:pr:`46`) - |Feature| Implement uncovered circle path finding inside the :func:`pywhy_graphs.algorithms.uncovered_pd_path`, by `Jaron Lee`_ (:pr:`42`) - |Feature| Implement and test the :class:`pywhy_graphs.CPDAG` for CPDAGs, by `Adam Li`_ (:pr:`6`) - |Feature| Implement and test the :class:`pywhy_graphs.PAG` for PAGs, by `Adam Li`_ (:pr:`9`)