https://github.com/pymc-devs/pymc3
Revision 544a806763a11fb334f909224cbea96e1322d78c authored by Chris Fonnesbeck on 19 April 2018, 02:42:36 UTC, committed by GitHub on 19 April 2018, 02:42:36 UTC
2 parent s a8b1147 + 2bfae0f
Raw File
Tip revision: 544a806763a11fb334f909224cbea96e1322d78c authored by Chris Fonnesbeck on 19 April 2018, 02:42:36 UTC
Merge pull request #2934 from pymc-devs/v3.4_release
Tip revision: 544a806
.gitignore
*.pyc
*.sw[op]
examples/*.png
build/*
dist/*
*.egg-info/
.ipynb_checkpoints
tmtags
tags
.DS_Store
.cache
# IntelliJ IDE
.idea
*.iml

# Sphinx
_build

# Merge tool
*.orig

# Test artifacts
mcmc.sqlite

# Docker development
# notebooks/

# air speed velocity (asv)
benchmarks/env/
benchmarks/html/
benchmarks/results/
.pytest_cache/
back to top