https://github.com/pymc-devs/pymc3
Raw File
Tip revision: ca35f4f1a2a637bf8ccb40aefaebff49bd27f42e authored by Colin on 30 November 2019, 02:46:01 UTC
Bump version (#3698)
Tip revision: ca35f4f
.gitignore
*.pyc
*.sw[op]
examples/*.png
nb_examples/
nb_tutorials/
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/

# VSCode
.vscode/
.mypy_cache
back to top