Releases: akelleh/causality
Releases · akelleh/causality
Causality 0.0.10
What's Changed
- added IPW ATE by @akelleh in #46
- CAUS-16: add causal plots by @akelleh in #47
- CAUS-16: added mean plots by @akelleh in #49
- CAUS-16: causal plots 3 by @akelleh in #50
- updates to the readme by @jattenberg in #51
- casting a set to a list by @jattenberg in #52
- Improve Test Coverage For Independence Testing by @frmsaul in #45
- CAUS-17: causality.analysis.dataframe: added zmean, refactoring controlling interface by @akelleh in #53
- Caus 18 update readmes by @akelleh in #55
- updated links in readme by @akelleh in #57
- bumped version by @akelleh in #58
- added k to search by @akelleh in #60
- Caus 18 upgrade to pymc3 by @akelleh in #71
- bump version by @akelleh in #75
- fixed prop bug by @akelleh in #76
- fixed bug; updated tests by @akelleh in #88
- Increase default parallelism by @akelleh in #89
- added flipped edge check by @akelleh in #90
- formatting by @akelleh in #91
New Contributors
- @jattenberg made their first contribution in #51
Full Changelog: 0.0.5...0.0.10
0.0.5
Parametric Estimators and Docs
Main changes are:
(1) Add a few estimators to the causality.estimation module, including difference in differences, and propensity score matching
(2) updated readmes with tutorials