diff --git a/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip b/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
index aac59266..711337c9 100644
Binary files a/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip and b/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip differ
diff --git a/dev/_downloads/10530a43ac11630eed6537826e6cfb1c/intro_causal_graphs.zip b/dev/_downloads/10530a43ac11630eed6537826e6cfb1c/intro_causal_graphs.zip
index 3f5ac514..6bf793b4 100644
Binary files a/dev/_downloads/10530a43ac11630eed6537826e6cfb1c/intro_causal_graphs.zip and b/dev/_downloads/10530a43ac11630eed6537826e6cfb1c/intro_causal_graphs.zip differ
diff --git a/dev/_downloads/12ba5a8584767889bb8e73507ddec9b8/inducing_path.zip b/dev/_downloads/12ba5a8584767889bb8e73507ddec9b8/inducing_path.zip
index 9c1d8047..526b9574 100644
Binary files a/dev/_downloads/12ba5a8584767889bb8e73507ddec9b8/inducing_path.zip and b/dev/_downloads/12ba5a8584767889bb8e73507ddec9b8/inducing_path.zip differ
diff --git a/dev/_downloads/31332546815c10107083eb780f2415e1/plot_timeseries_graphs.zip b/dev/_downloads/31332546815c10107083eb780f2415e1/plot_timeseries_graphs.zip
index e0304942..e5aa57eb 100644
Binary files a/dev/_downloads/31332546815c10107083eb780f2415e1/plot_timeseries_graphs.zip and b/dev/_downloads/31332546815c10107083eb780f2415e1/plot_timeseries_graphs.zip differ
diff --git a/dev/_downloads/57ddf7f10e7765791565f8e95db0ebe3/plot_mixed_edge_graph.zip b/dev/_downloads/57ddf7f10e7765791565f8e95db0ebe3/plot_mixed_edge_graph.zip
index 8ef471f6..71c8f600 100644
Binary files a/dev/_downloads/57ddf7f10e7765791565f8e95db0ebe3/plot_mixed_edge_graph.zip and b/dev/_downloads/57ddf7f10e7765791565f8e95db0ebe3/plot_mixed_edge_graph.zip differ
diff --git a/dev/_downloads/6486e11b2b08016e1da22d99fc87866e/checking_validity_of_a_pag.zip b/dev/_downloads/6486e11b2b08016e1da22d99fc87866e/checking_validity_of_a_pag.zip
index 8adca5e9..c6ec1c6e 100644
Binary files a/dev/_downloads/6486e11b2b08016e1da22d99fc87866e/checking_validity_of_a_pag.zip and b/dev/_downloads/6486e11b2b08016e1da22d99fc87866e/checking_validity_of_a_pag.zip differ
diff --git a/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip b/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
index dd827324..23cf9224 100644
Binary files a/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip and b/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip differ
diff --git a/dev/_downloads/f07f8c066c17b7e0cc44cf5f674bfc87/draw_and_compare_graphs_with_same_layout.zip b/dev/_downloads/f07f8c066c17b7e0cc44cf5f674bfc87/draw_and_compare_graphs_with_same_layout.zip
index 74fa9641..e8f9309f 100644
Binary files a/dev/_downloads/f07f8c066c17b7e0cc44cf5f674bfc87/draw_and_compare_graphs_with_same_layout.zip and b/dev/_downloads/f07f8c066c17b7e0cc44cf5f674bfc87/draw_and_compare_graphs_with_same_layout.zip differ
diff --git a/dev/_images/sphx_glr_plot_mixed_edge_graph_001.png b/dev/_images/sphx_glr_plot_mixed_edge_graph_001.png
index 6a525db3..53ecac6b 100644
Binary files a/dev/_images/sphx_glr_plot_mixed_edge_graph_001.png and b/dev/_images/sphx_glr_plot_mixed_edge_graph_001.png differ
diff --git a/dev/_images/sphx_glr_plot_mixed_edge_graph_thumb.png b/dev/_images/sphx_glr_plot_mixed_edge_graph_thumb.png
index d4ba3991..e6d06b6d 100644
Binary files a/dev/_images/sphx_glr_plot_mixed_edge_graph_thumb.png and b/dev/_images/sphx_glr_plot_mixed_edge_graph_thumb.png differ
diff --git a/dev/_sources/auto_examples/intro/checking_validity_of_a_pag.rst.txt b/dev/_sources/auto_examples/intro/checking_validity_of_a_pag.rst.txt
index 17caf2c8..0946f175 100644
--- a/dev/_sources/auto_examples/intro/checking_validity_of_a_pag.rst.txt
+++ b/dev/_sources/auto_examples/intro/checking_validity_of_a_pag.rst.txt
@@ -144,7 +144,7 @@ To check if the constructed PAG is a valid one in pywhy-graphs, we can simply do
.. code-block:: none
ConditioningSetSelection.PDS
- Context(observed_variables={'L', 'I', 'S', 'PSH', 'G'}, latent_variables=set(), state_variables={}, init_graph=, included_edges=, excluded_edges=, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[])
+ Context(observed_variables={'PSH', 'G', 'S', 'I', 'L'}, latent_variables=set(), state_variables={}, init_graph=, included_edges=, excluded_edges=, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[])
True
@@ -180,7 +180,7 @@ relationship. As such, the resulting graph is no longer a valid PAG.
.. code-block:: none
ConditioningSetSelection.PDS
- Context(observed_variables={'L', 'I', 'S', 'PSH', 'G'}, latent_variables=set(), state_variables={}, init_graph=, included_edges=, excluded_edges=, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[])
+ Context(observed_variables={'PSH', 'G', 'S', 'I', 'L'}, latent_variables=set(), state_variables={}, init_graph=, included_edges=, excluded_edges=, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[])
False
@@ -195,7 +195,7 @@ References
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.188 seconds)
+ **Total running time of the script:** (0 minutes 1.298 seconds)
**Estimated memory usage:** 167 MB
diff --git a/dev/_sources/auto_examples/intro/inducing_path.rst.txt b/dev/_sources/auto_examples/intro/inducing_path.rst.txt
index 4f522513..f537c9fd 100644
--- a/dev/_sources/auto_examples/intro/inducing_path.rst.txt
+++ b/dev/_sources/auto_examples/intro/inducing_path.rst.txt
@@ -241,7 +241,7 @@ References
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.152 seconds)
+ **Total running time of the script:** (0 minutes 1.202 seconds)
**Estimated memory usage:** 165 MB
diff --git a/dev/_sources/auto_examples/intro/intro_causal_graphs.rst.txt b/dev/_sources/auto_examples/intro/intro_causal_graphs.rst.txt
index 31d75e4b..fb152db2 100644
--- a/dev/_sources/auto_examples/intro/intro_causal_graphs.rst.txt
+++ b/dev/_sources/auto_examples/intro/intro_causal_graphs.rst.txt
@@ -169,7 +169,7 @@ Here, we will simulate some data to understand causal graphs in the context of S
.. code-block:: none
-
Fitting causal models: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node x: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node y: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node z: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node w: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node xy: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node xy: 100%|██████████| 5/5 [00:00<00:00, 838.79it/s]
+
Fitting causal models: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node x: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node y: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node z: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node w: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node xy: 0%| | 0/5 [00:00, ?it/s]
Fitting causal mechanism of node xy: 100%|██████████| 5/5 [00:00<00:00, 836.25it/s]
z xy w x y
0 1 1 1 1 1
1 1 1 2 2 3
@@ -183,7 +183,7 @@ Here, we will simulate some data to understand causal graphs in the context of S
y [1, 3, 2, 0]
dtype: object
-
+
@@ -427,9 +427,9 @@ References
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 2.325 seconds)
+ **Total running time of the script:** (0 minutes 2.636 seconds)
-**Estimated memory usage:** 252 MB
+**Estimated memory usage:** 251 MB
.. _sphx_glr_download_auto_examples_intro_intro_causal_graphs.py:
diff --git a/dev/_sources/auto_examples/intro/sg_execution_times.rst.txt b/dev/_sources/auto_examples/intro/sg_execution_times.rst.txt
index d6a88e62..6545fa1a 100644
--- a/dev/_sources/auto_examples/intro/sg_execution_times.rst.txt
+++ b/dev/_sources/auto_examples/intro/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:04.664** total execution time for 3 files **from auto_examples/intro**:
+**00:05.135** total execution time for 3 files **from auto_examples/intro**:
.. container::
@@ -33,11 +33,11 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_intro_intro_causal_graphs.py` (``intro_causal_graphs.py``)
- - 00:02.325
- - 252.1
+ - 00:02.636
+ - 251.3
* - :ref:`sphx_glr_auto_examples_intro_checking_validity_of_a_pag.py` (``checking_validity_of_a_pag.py``)
- - 00:01.188
- - 167.0
+ - 00:01.298
+ - 166.7
* - :ref:`sphx_glr_auto_examples_intro_inducing_path.py` (``inducing_path.py``)
- - 00:01.152
- - 165.4
+ - 00:01.202
+ - 165.1
diff --git a/dev/_sources/auto_examples/mixededge/plot_mixed_edge_graph.rst.txt b/dev/_sources/auto_examples/mixededge/plot_mixed_edge_graph.rst.txt
index 1d96c1ff..1d8d98ff 100644
--- a/dev/_sources/auto_examples/mixededge/plot_mixed_edge_graph.rst.txt
+++ b/dev/_sources/auto_examples/mixededge/plot_mixed_edge_graph.rst.txt
@@ -154,7 +154,7 @@ Mixed Edge Graph Properties
MixedEdgeGraph named 'IV Graph' with 3 nodes and 3 edges and 2 edge types is directed: False because there are directed edges.
False
['directed', 'bidirected']
- {'directed': , 'bidirected': }
+ {'directed': , 'bidirected': }
@@ -312,7 +312,7 @@ class properties. Moreover, one can specify the edge type.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.336 seconds)
+ **Total running time of the script:** (0 minutes 1.564 seconds)
**Estimated memory usage:** 172 MB
diff --git a/dev/_sources/auto_examples/mixededge/sg_execution_times.rst.txt b/dev/_sources/auto_examples/mixededge/sg_execution_times.rst.txt
index df130a2c..9eeba096 100644
--- a/dev/_sources/auto_examples/mixededge/sg_execution_times.rst.txt
+++ b/dev/_sources/auto_examples/mixededge/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:01.336** total execution time for 1 file **from auto_examples/mixededge**:
+**00:01.564** total execution time for 1 file **from auto_examples/mixededge**:
.. container::
@@ -33,5 +33,5 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_mixededge_plot_mixed_edge_graph.py` (``plot_mixed_edge_graph.py``)
- - 00:01.336
- - 171.9
+ - 00:01.564
+ - 171.5
diff --git a/dev/_sources/auto_examples/visualization/draw_and_compare_graphs_with_same_layout.rst.txt b/dev/_sources/auto_examples/visualization/draw_and_compare_graphs_with_same_layout.rst.txt
index 3e2e4fa2..4322281f 100644
--- a/dev/_sources/auto_examples/visualization/draw_and_compare_graphs_with_same_layout.rst.txt
+++ b/dev/_sources/auto_examples/visualization/draw_and_compare_graphs_with_same_layout.rst.txt
@@ -139,7 +139,7 @@ such as `Dagitty `_.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 0.427 seconds)
+ **Total running time of the script:** (0 minutes 0.464 seconds)
**Estimated memory usage:** 165 MB
diff --git a/dev/_sources/auto_examples/visualization/plot_timeseries_graphs.rst.txt b/dev/_sources/auto_examples/visualization/plot_timeseries_graphs.rst.txt
index ae112af8..f2a56f04 100644
--- a/dev/_sources/auto_examples/visualization/plot_timeseries_graphs.rst.txt
+++ b/dev/_sources/auto_examples/visualization/plot_timeseries_graphs.rst.txt
@@ -136,7 +136,7 @@ which creates a nice default layout for time-series graphs.
.. rst-class:: sphx-glr-timing
- **Total running time of the script:** (0 minutes 1.077 seconds)
+ **Total running time of the script:** (0 minutes 1.114 seconds)
**Estimated memory usage:** 165 MB
diff --git a/dev/_sources/auto_examples/visualization/sg_execution_times.rst.txt b/dev/_sources/auto_examples/visualization/sg_execution_times.rst.txt
index 549eed32..215ecade 100644
--- a/dev/_sources/auto_examples/visualization/sg_execution_times.rst.txt
+++ b/dev/_sources/auto_examples/visualization/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:01.504** total execution time for 2 files **from auto_examples/visualization**:
+**00:01.577** total execution time for 2 files **from auto_examples/visualization**:
.. container::
@@ -33,8 +33,8 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_visualization_plot_timeseries_graphs.py` (``plot_timeseries_graphs.py``)
- - 00:01.077
- - 165.4
+ - 00:01.114
+ - 165.1
* - :ref:`sphx_glr_auto_examples_visualization_draw_and_compare_graphs_with_same_layout.py` (``draw_and_compare_graphs_with_same_layout.py``)
- - 00:00.427
- - 165.4
+ - 00:00.464
+ - 165.1
diff --git a/dev/_sources/sg_execution_times.rst.txt b/dev/_sources/sg_execution_times.rst.txt
index a1a3b237..1998db6e 100644
--- a/dev/_sources/sg_execution_times.rst.txt
+++ b/dev/_sources/sg_execution_times.rst.txt
@@ -6,7 +6,7 @@
Computation times
=================
-**00:07.504** total execution time for 6 files **from all galleries**:
+**00:08.276** total execution time for 6 files **from all galleries**:
.. container::
@@ -33,20 +33,20 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_intro_intro_causal_graphs.py` (``../examples/intro/intro_causal_graphs.py``)
- - 00:02.325
- - 252.1
+ - 00:02.636
+ - 251.3
* - :ref:`sphx_glr_auto_examples_mixededge_plot_mixed_edge_graph.py` (``../examples/mixededge/plot_mixed_edge_graph.py``)
- - 00:01.336
- - 171.9
+ - 00:01.564
+ - 171.5
* - :ref:`sphx_glr_auto_examples_intro_checking_validity_of_a_pag.py` (``../examples/intro/checking_validity_of_a_pag.py``)
- - 00:01.188
- - 167.0
+ - 00:01.298
+ - 166.7
* - :ref:`sphx_glr_auto_examples_intro_inducing_path.py` (``../examples/intro/inducing_path.py``)
- - 00:01.152
- - 165.4
+ - 00:01.202
+ - 165.1
* - :ref:`sphx_glr_auto_examples_visualization_plot_timeseries_graphs.py` (``../examples/visualization/plot_timeseries_graphs.py``)
- - 00:01.077
- - 165.4
+ - 00:01.114
+ - 165.1
* - :ref:`sphx_glr_auto_examples_visualization_draw_and_compare_graphs_with_same_layout.py` (``../examples/visualization/draw_and_compare_graphs_with_same_layout.py``)
- - 00:00.427
- - 165.4
+ - 00:00.464
+ - 165.1
diff --git a/dev/auto_examples/intro/checking_validity_of_a_pag.html b/dev/auto_examples/intro/checking_validity_of_a_pag.html
index eb137196..6d0cbb80 100644
--- a/dev/auto_examples/intro/checking_validity_of_a_pag.html
+++ b/dev/auto_examples/intro/checking_validity_of_a_pag.html
@@ -566,7 +566,7 @@ Validity of a PAG
+Total running time of the script: (0 minutes 1.298 seconds)
Estimated memory usage: 167 MB