diff --git a/docs/source/conf.py b/docs/source/conf.py index f9e60ddb56..aa5c8c4a47 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Amit Sharma, Emre Kiciman' # The short X.Y version -version = '0.7.1' +version = '0.8' # The full version, including alpha/beta/rc tags release = '' diff --git a/docs/source/dowhy.causal_refuters.rst b/docs/source/dowhy.causal_refuters.rst index 747066ec7e..72689f106d 100644 --- a/docs/source/dowhy.causal_refuters.rst +++ b/docs/source/dowhy.causal_refuters.rst @@ -44,6 +44,14 @@ dowhy.causal\_refuters.graph\_refuter module :undoc-members: :show-inheritance: +dowhy.causal\_refuters.linear\_sensitivity\_analyzer module +----------------------------------------------------------- + +.. automodule:: dowhy.causal_refuters.linear_sensitivity_analyzer + :members: + :undoc-members: + :show-inheritance: + dowhy.causal\_refuters.placebo\_treatment\_refuter module --------------------------------------------------------- diff --git a/docs/source/dowhy.gcm.independence_test.rst b/docs/source/dowhy.gcm.independence_test.rst index 8d696350dd..e50f01299d 100644 --- a/docs/source/dowhy.gcm.independence_test.rst +++ b/docs/source/dowhy.gcm.independence_test.rst @@ -20,6 +20,14 @@ dowhy.gcm.independence\_test.kernel\_operation module :undoc-members: :show-inheritance: +dowhy.gcm.independence\_test.regression module +---------------------------------------------- + +.. automodule:: dowhy.gcm.independence_test.regression + :members: + :undoc-members: + :show-inheritance: + Module contents --------------- diff --git a/docs/source/dowhy.gcm.rst b/docs/source/dowhy.gcm.rst index ae031d992b..474fd1c7cc 100644 --- a/docs/source/dowhy.gcm.rst +++ b/docs/source/dowhy.gcm.rst @@ -14,6 +14,38 @@ Subpackages Submodules ---------- +dowhy.gcm.anomaly module +------------------------ + +.. automodule:: dowhy.gcm.anomaly + :members: + :undoc-members: + :show-inheritance: + +dowhy.gcm.anomaly\_scorer module +-------------------------------- + +.. automodule:: dowhy.gcm.anomaly_scorer + :members: + :undoc-members: + :show-inheritance: + +dowhy.gcm.anomaly\_scorers module +--------------------------------- + +.. automodule:: dowhy.gcm.anomaly_scorers + :members: + :undoc-members: + :show-inheritance: + +dowhy.gcm.auto module +--------------------- + +.. automodule:: dowhy.gcm.auto + :members: + :undoc-members: + :show-inheritance: + dowhy.gcm.cms module -------------------- @@ -22,6 +54,22 @@ dowhy.gcm.cms module :undoc-members: :show-inheritance: +dowhy.gcm.confidence\_intervals module +-------------------------------------- + +.. automodule:: dowhy.gcm.confidence_intervals + :members: + :undoc-members: + :show-inheritance: + +dowhy.gcm.confidence\_intervals\_cms module +------------------------------------------- + +.. automodule:: dowhy.gcm.confidence_intervals_cms + :members: + :undoc-members: + :show-inheritance: + dowhy.gcm.config module ----------------------- @@ -38,6 +86,22 @@ dowhy.gcm.constant module :undoc-members: :show-inheritance: +dowhy.gcm.density\_estimator module +----------------------------------- + +.. automodule:: dowhy.gcm.density_estimator + :members: + :undoc-members: + :show-inheritance: + +dowhy.gcm.density\_estimators module +------------------------------------ + +.. automodule:: dowhy.gcm.density_estimators + :members: + :undoc-members: + :show-inheritance: + dowhy.gcm.distribution\_change module ------------------------------------- @@ -62,6 +126,14 @@ dowhy.gcm.fcms module :undoc-members: :show-inheritance: +dowhy.gcm.feature module +------------------------ + +.. automodule:: dowhy.gcm.feature + :members: + :undoc-members: + :show-inheritance: + dowhy.gcm.fitting\_sampling module ---------------------------------- @@ -78,6 +150,14 @@ dowhy.gcm.graph module :undoc-members: :show-inheritance: +dowhy.gcm.influence module +-------------------------- + +.. automodule:: dowhy.gcm.influence + :members: + :undoc-members: + :show-inheritance: + dowhy.gcm.shapley module ------------------------ @@ -102,6 +182,22 @@ dowhy.gcm.stochastic\_models module :undoc-members: :show-inheritance: +dowhy.gcm.uncertainty module +---------------------------- + +.. automodule:: dowhy.gcm.uncertainty + :members: + :undoc-members: + :show-inheritance: + +dowhy.gcm.validation module +--------------------------- + +.. automodule:: dowhy.gcm.validation + :members: + :undoc-members: + :show-inheritance: + dowhy.gcm.whatif module ----------------------- diff --git a/docs/source/dowhy.gcm.util.rst b/docs/source/dowhy.gcm.util.rst index 33658558d0..8c5089a8bd 100644 --- a/docs/source/dowhy.gcm.util.rst +++ b/docs/source/dowhy.gcm.util.rst @@ -12,6 +12,22 @@ dowhy.gcm.util.general module :undoc-members: :show-inheritance: +dowhy.gcm.util.plotting module +------------------------------ + +.. automodule:: dowhy.gcm.util.plotting + :members: + :undoc-members: + :show-inheritance: + +dowhy.gcm.util.pygraphviz module +-------------------------------- + +.. automodule:: dowhy.gcm.util.pygraphviz + :members: + :undoc-members: + :show-inheritance: + Module contents --------------- diff --git a/docs/source/example_notebooks/dowhy_ranking_methods.ipynb b/docs/source/example_notebooks/dowhy_ranking_methods.ipynb index 57daf057d3..5272f20d79 100644 --- a/docs/source/example_notebooks/dowhy_ranking_methods.ipynb +++ b/docs/source/example_notebooks/dowhy_ranking_methods.ipynb @@ -762,7 +762,10 @@ "toc_position": {}, "toc_section_display": true, "toc_window_display": false - } + }, + "nbsphinx": { + "execute": "never" + }, }, "nbformat": 4, "nbformat_minor": 4 diff --git a/dowhy/VERSION b/dowhy/VERSION index 39e898a4f9..aec258df73 100755 --- a/dowhy/VERSION +++ b/dowhy/VERSION @@ -1 +1 @@ -0.7.1 +0.8 diff --git a/setup.py b/setup.py index 6f4d9361b6..21c4f30c79 100755 --- a/setup.py +++ b/setup.py @@ -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.7.1.tar.gz', + download_url='https://github.com/microsoft/dowhy/archive/v0.8.tar.gz', author='Amit Sharma, Emre Kiciman', classifiers=[ # Optional 'Development Status :: 4 - Beta',