https://github.com/pymc-devs/pymc3
Raw File
Tip revision: a9806db055a0fe25f8312ad5b062d19e030dbb8e authored by Eelke Spaak on 07 December 2020, 15:40:49 UTC
bumping version to 3.10.0 (#4309)
Tip revision: a9806db
.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

# Docker development
# notebooks/

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

# Visual Studio / VSCode
.vs/
.vscode/
.mypy_cache

pytestdebug.log
.dir-locals.el
.pycheckers

# Codespaces
pythonenv*
back to top