We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50833b commit e435d60Copy full SHA for e435d60
README.md
@@ -1,5 +1,9 @@
1
# nutpie: A fast sampler for Bayesian posteriors
2
3
+The `nutpie` package provides a fast NUTS sampler for PyMC and Stan models.
4
+
5
+See the [documentation](https://pymc-devs.github.io/nutpie/) for more details.
6
7
## Installation
8
9
nutpie can be installed using Conda or Mamba from conda-forge with
pyproject.toml
@@ -23,6 +23,10 @@ dependencies = [
23
]
24
dynamic = ["version"]
25
26
+[project.urls]
27
+Homepage = "https://pymc-devs.github.io/nutpie/"
28
+Repository = "https://github.com/pymc-devs/nutpie"
29
30
[project.optional-dependencies]
31
stan = ["bridgestan >= 2.6.1"]
32
pymc = ["pymc >= 5.20.1", "numba >= 0.60.0"]
0 commit comments