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
* Preview for the new functional API (see `notebook <https://github.com/py-why/dowhy/blob/main/docs/source/example_notebooks/dowhy_functional_api.ipynb>`_). The new API (in experimental stage) allows for a modular use of the different functionalities and includes separate fit and estimate methods for causal estimators. Please leave your feedback here. The old DoWhy API based on CausalModel should work as before. (@andresmor-ms)
14
+
15
+
* Faster, better sensitivity analyses.
16
+
* Many refutations now support joblib for parallel processing and show a progress bar (@astoeffelbauer, @yemaedahrav).
* Support for estimating controlled direct effect (@amit-sharma)
29
+
30
+
* Support for multi-valued treatments for econml estimators (@EgorKraevTransferwise)
31
+
32
+
* New PyData theme for documentation with new homepage, Getting started guide, revised User Guide and examples page (@petergtz)
33
+
34
+
* A `contributing guide <https://github.com/py-why/dowhy/blob/main/docs/source/contributing/contributing-code.rst>`_ and simplified instructions for new contributors (@MichaelMarien)
35
+
36
+
* Streamlined dev environment using Poetry for managing dependencies and project builds (@darthtrevino)
37
+
38
+
* Bug fixes
39
+
40
+
v0.8: GCM support and partial R2-based sensitivity analysis
A big thanks to @petergtz, @kailashbuki, and @bloebp for the GCM package and @anusha0409 for an implementation of partial R2 sensitivity analysis for linear models.
45
+
46
+
* **Graphical Causal Models**: SCMs, root-cause analysis, attribution, what-if analysis, and more.
47
+
48
+
* **Sensitivity Analysis**: Faster, more general partial-R2 based sensitivity analysis for linear models, based on `Cinelli & Hazlett (2020) <https://rss.onlinelibrary.wiley.com/doi/10.1111/rssb.12348>`_.
49
+
50
+
* **New docs structure**: Updated docs structure including user and contributors' guide. Check out the `docs <https://py-why.github.io/dowhy/>`_.
0 commit comments