You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* trying to reporduce the hanging error
* first iteration to handle splitted graph by do-intervention. tests needed
* reverted to develop as only commented
* added functions docstrings and typing
* first attempt at tests
* fixing tests
* flake
* Speed up _create_node_functions by taking the first element using next()
* Use next(iter(x)) to get the first element
* first iterations to address PR comments and discussion: adds default marginals and returns upstream marginal from default ones rather than nans
* removing nan import
* setting default marginal with query()
* lint changes
* removed jupyter notebook file from git
* lint changes
* latest modifications
* added my info and fix updates
* fisrt attempt pr comment to avoid duplicate call to obtain parents of node
* PR comment: avoide duplicate call to get node parents
* fixing lint
* Refactor _remove_disconnected_nodes() and tidy up codes and docstrings
* Add edge one by one (instead of constructing edge list) to make graph construction faster
* Linting
* last PR comments
* Shift add_node() inside the loop for _remove_disconnected_node
Co-authored-by: oentaryorj <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
* Fix broken URLs in FAQ documentation, as per #113 and #125
6
6
* Add a link to `PyGraphviz` installation guide under the installation prerequisites
7
7
* Fix integer index type checking for timeseries data, as per #74 and #86
8
+
* Fix infinite loop at `.query()` after a `.do_intervention()` that splits
9
+
the graph into two or more subgraphs, as per #100, #45
8
10
9
11
# Release 0.10.0
10
12
* Add supervised discretisation strategies using Decision Tree and MDLP algorithms.
@@ -104,6 +106,8 @@ The initial release of CausalNex.
104
106
105
107
## Thanks for supporting contributions
106
108
CausalNex was originally designed by [Paul Beaumont](https://www.linkedin.com/in/pbeaumont/) and [Ben Horsburgh](https://www.linkedin.com/in/benhorsburgh/) to solve challenges they faced in inferencing causality in their project work. This work was later turned into a product thanks to the following contributors:
CausalNex would also not be possible without the generous sharing from leading researches in the field of causal inference and we are grateful to everyone who advised and supported us, filed issues or helped resolve them, asked and answered questions or simply be part of inspiring discussions.
0 commit comments