https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 4e695f635b2ead24e2e647651eadd2505ab1fa63 authored by Chris Fonnesbeck on 21 July 2018, 20:35:18 UTC
Merge pull request #3108 from pymc-devs/release_3.5
Tip revision: 4e695f6
.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