Version Bump: 0.6 (Better refuters) (#245)

This commit is contained in:
Amit Sharma 2021-03-03 09:07:39 +05:30 коммит произвёл GitHub
Родитель 6eb23b8706
Коммит 2970c7eddd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 31 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,5 @@
include requirements.txt
include requirements-plotting.txt
include LICENSE
include dowhy/VERSION
recursive-include docs *

Просмотреть файл

@ -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
-------------------------------------------------------------------

Просмотреть файл

@ -24,7 +24,7 @@ copyright = '2020, Microsoft'
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 = ''

Просмотреть файл

@ -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
------------------------------------

Просмотреть файл

@ -1 +1 @@
0.5.1
0.6

Просмотреть файл

@ -39,7 +39,7 @@ setup(
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',