Skip to content

Commit

Permalink
Merge pull request #545 from py-why/update/v0.8
Browse files Browse the repository at this point in the history
Version Bump: 0.8
  • Loading branch information
emrekiciman authored Jul 18, 2022
2 parents 55a9b8e + f360956 commit 3767f31
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 4 deletions.
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.7.1'
version = '0.8'
# The full version, including alpha/beta/rc tags
release = ''

Expand Down
8 changes: 8 additions & 0 deletions docs/source/dowhy.causal_refuters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/source/dowhy.gcm.independence_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------

Expand Down
96 changes: 96 additions & 0 deletions docs/source/dowhy.gcm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------

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

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

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

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

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

Expand Down
16 changes: 16 additions & 0 deletions docs/source/dowhy.gcm.util.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------

Expand Down
5 changes: 4 additions & 1 deletion docs/source/example_notebooks/dowhy_ranking_methods.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,10 @@
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbsphinx": {
"execute": "never"
},
},
"nbformat": 4,
"nbformat_minor": 4
Expand Down
2 changes: 1 addition & 1 deletion dowhy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.1
0.8
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.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',
Expand Down

0 comments on commit 3767f31

Please sign in to comment.