Skip to content

Commit

Permalink
Version Bump: 0.6 (Better refuters) (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-sharma authored Mar 3, 2021
1 parent 6eb23b8 commit 2970c7e
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include requirements.txt
include requirements-plotting.txt
include LICENSE
include dowhy/VERSION
recursive-include docs *
Expand Down
19 changes: 19 additions & 0 deletions docs/source/code_repo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ DoWhy is hosted on GitHub.
You can browse the code in a html-friendly format `here
<https://github.com/Microsoft/dowhy>`_.

v0.6: Better Refuters for unobserved confounders and placebo treatment
----------------------------------------------------------------------

* **[Major]** Placebo refuter also works for IV methods

* **[Major]** Moved matplotlib to an optional dependency. Can be installed using `pip install dowhy[plotting]`

* **[Major]** A new method for generating unobserved confounder for refutation

* Update to align with EconML's new API

* All refuters now support control and treatment values for continuous treatments

* Better logging configuration

* Dummyoutcomerefuter supports unobserved confounder

A big thanks to @arshiaarya, @n8sty, @moprescu and @vojavocni

v0.5-beta: Enhanced documentation and support for causal mediation
-------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Amit Sharma, Emre Kiciman'

# The short X.Y version
version = '0.5'
version = '0.6'
# The full version, including alpha/beta/rc tags
release = ''

Expand Down
8 changes: 8 additions & 0 deletions docs/source/dowhy.utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ dowhy.utils.cli\_helpers module
:undoc-members:
:show-inheritance:

dowhy.utils.dgp module
----------------------

.. automodule:: dowhy.utils.dgp
:members:
:undoc-members:
:show-inheritance:

dowhy.utils.propensity\_score module
------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion dowhy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
license='MIT',
long_description=long_description,
url='https://github.com/microsoft/dowhy', # Optional
download_url='https://github.com/microsoft/dowhy/archive/v0.5.1.tar.gz',
download_url='https://github.com/microsoft/dowhy/archive/v0.6.tar.gz',
author='Amit Sharma, Emre Kiciman',
classifiers=[ # Optional
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 2970c7e

Please sign in to comment.