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 169e238 commit 1ef5ae0Copy full SHA for 1ef5ae0
Cargo.toml
@@ -1,19 +1,13 @@
1
[package]
2
name = "nuts-rs"
3
version = "0.5.0"
4
-authors = ["Adrian Seyboldt <adrian.seyboldt@gmail.com>"]
+authors = ["Adrian Seyboldt <adrian.seyboldt@gmail.com>", "PyMC Developers <pymc.devs@gmail.com>"]
5
edition = "2021"
6
license = "MIT"
7
repository = "https://github.com/pymc-devs/nuts-rs"
8
keywords = ["statistics", "bayes"]
9
description = "Sample from unnormalized densities using Hamiltonian MCMC"
10
11
-[profile.release]
12
-debug = true
13
-lto = "fat"
14
-opt-level = 2
15
-codegen-units = 1
16
-
17
[profile.bench]
18
debug = true
19
lto = "fat"
0 commit comments