v1.1.0-beta.8
Pre-release
Pre-release
github-actions
released this
26 Mar 19:26
·
69 commits
to beta
since this release
1.1.0-beta.8 (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)