https://github.com/pymc-devs/pymc3
Raw File
Tip revision: 23e418d0e644a0e986866cc55174ae930a20f097 authored by Anatoly on 19 April 2024, 07:27:25 UTC
Implement `default_transform` and `transform` argument for distributions (#7207)
Tip revision: 23e418d
.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/_build
docs/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/
venv/
.venv/
back to top