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 d6b115f commit 0be6519Copy full SHA for 0be6519
Cargo.toml
@@ -1,10 +1,10 @@
1
[package]
2
name = "nuts-rs"
3
-version = "0.4.0"
+version = "0.4.1"
4
authors = ["Adrian Seyboldt <adrian.seyboldt@gmail.com>"]
5
-edition = "2021"
+edition = "2023"
6
license = "MIT"
7
-repository = "https://github.com/aseyboldt/nuts-rs"
+repository = "https://github.com/pymc-devs/nuts-rs"
8
keywords = ["statistics", "bayes"]
9
description = "Sample from unnormalized densities using Hamiltonian MCMC"
10
0 commit comments