Skip to content

Commit

Permalink
Merge pull request #199 from jakobrunge/developer
Browse files Browse the repository at this point in the history
added confidence interval estimation for causal effects
  • Loading branch information
jakobrunge authored Apr 1, 2022
2 parents 46b4344 + e40ccbb commit a76f1fa
Show file tree
Hide file tree
Showing 6 changed files with 519 additions and 132 deletions.
2 changes: 1 addition & 1 deletion release_on_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git checkout master
# Run all those in Linux or Windows

# Packages needed for setup (the parameter "--use-feature=2020-resolver" may not be necessary anymore soon )
pip install --use-feature=2020-resolver --upgrade setuptools wheel twine auditwheel
pip install --upgrade setuptools wheel twine auditwheel

# Install the package itself in the environment
pip install -e .['dev']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def run(self):
# Run the setup
setup(
name="tigramite",
version="5.0.1.5",
version="5.0.1.6",
packages=["tigramite", "tigramite.independence_tests", "tigramite.toymodels"],
license="GNU General Public License v3.0",
description="Tigramite causal discovery for time series",
Expand Down
Loading

0 comments on commit a76f1fa

Please sign in to comment.