Releases
v1.5.0
1.5.0 (2021-03-26)
Bug Fixes
added example of pathlib.Path as API param in wiki (357dd26 )
fixed definition bug; P(do()) = 1, rather than an exception (c049018 )
fixed missing import to validate generated markov models (8ed023a )
fixed Path-hinting in API BackdoorPath return value; was conflict with pathlib.Path (26195b8 )
improved requirements to not specify minimum version of numpy/yaml (12fe9c2 )
moved CodeQL Analysis file into workflow dir (a231f77 )
re-implement topology-sorting in Graph; fixes bug with set-ordering (877c7d9 )
removed (currently) useless probability/init .py (f3369d0 )
rename "causal model" to "Markovian model" in wiki for consistency (f2e05c5 )
support IntersectingSets exception in testing suite (dd1f2eb )
Features
added wiki-building script to add API info into MD pages (b40fe68 )
implemented Graph-related API functions (5701b5d )
improved type-hinting in API (e005029 )
You can’t perform that action at this time.