-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove unnecessary stats structs and add some transform stats
- Loading branch information
Showing
17 changed files
with
933 additions
and
932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
name = "nuts-rs" | ||
version = "0.13.0" | ||
authors = [ | ||
"Adrian Seyboldt <[email protected]>", | ||
"PyMC Developers <[email protected]>", | ||
"Adrian Seyboldt <[email protected]>", | ||
"PyMC Developers <[email protected]>", | ||
] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -22,12 +22,12 @@ rand = { version = "0.8.5", features = ["small_rng"] } | |
rand_distr = "0.4.3" | ||
multiversion = "0.7.2" | ||
itertools = "0.13.0" | ||
thiserror = "1.0.43" | ||
thiserror = "2.0.3" | ||
arrow = { version = "53.1.0", default-features = false, features = ["ffi"] } | ||
rand_chacha = "0.3.1" | ||
anyhow = "1.0.72" | ||
faer = { version = "0.19.4", default-features = false, features = ["std"] } | ||
pulp = "0.18.21" | ||
pulp = "0.19.6" | ||
rayon = "1.10.0" | ||
|
||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.