https://github.com/pymc-devs/pymc3
Revision 1f806293c339132b796c008a43e4e3f437ac23de authored by Thomas Wiecki on 11 March 2023, 13:40:42 UTC, committed by GitHub on 11 March 2023, 13:40:42 UTC
This reverts commit b6521f2d6725d4c8d2ed682c7017baae5ebf55a2.
1 parent b6521f2
Raw File
Tip revision: 1f806293c339132b796c008a43e4e3f437ac23de authored by Thomas Wiecki on 11 March 2023, 13:40:42 UTC
Revert "Add Mistplay sponsor (#6570)"
Tip revision: 1f80629
.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
docs/jupyter_execute
docs/.jupyter_cache
docs/**/generated/*

# 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*
env/
back to top