https://github.com/pymc-devs/pymc3
Raw File
Tip revision: aedc8e9006c7e672e461774a5ee095562405c99c authored by Eelke Spaak on 21 January 2021, 07:48:56 UTC
link to Theano-PyMC 1.1.0 release notes, mention BART.predict, update release date
Tip revision: aedc8e9
pyproject.toml
[tool.black]
line-length = 100

[tool.coverage.report]
exclude_lines = [
  "pragma: nocover",
  "raise NotImplementedError",
  "if TYPE_CHECKING:",
]

[tool.nbqa.mutate]
isort = 1
black = 1
pyupgrade = 1
back to top