https://github.com/pymc-devs/pymc3
Raw File
Tip revision: d97fda83a25f4692dbdd25988df9f224b5a81c3e authored by Chris Fonnesbeck on 25 January 2018, 00:56:22 UTC
Merge pull request #2814 from pymc-devs/3.3release
Tip revision: d97fda8
.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/
back to top