https://github.com/pymc-devs/pymc3
Raw File
Tip revision: fb01894b337e82f4c057764a244c44c30a0189f6 authored by Chris Fonnesbeck on 10 October 2017, 19:05:25 UTC
Merge pull request #2624 from pymc-devs/3.2release
Tip revision: fb01894
.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/
back to top