Skip to content

Commit 8fec76f

Browse files
committed
chore(release): bump version and update changelog
1 parent 1799281 commit 8fec76f

File tree

2 files changed

+38
-7
lines changed

2 files changed

+38
-7
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,43 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.15.0] - 2025-02-12
5+
## [0.16.0] - 2025-05-27
6+
7+
### Bug Fixes
8+
9+
- Eigen decomposition error for low rank mass matrix (Adrian Seyboldt)
10+
611

712
### Miscellaneous Tasks
813

14+
- Bump arrow version (Adrian Seyboldt)
15+
16+
17+
### Performance
18+
19+
- Replace multiversion with pulp for simd (Adrian Seyboldt)
20+
21+
22+
### Build
23+
24+
- Remove simd_support feature (Adrian Seyboldt)
25+
26+
27+
## [0.15.1] - 2025-03-18
28+
29+
### Features
30+
31+
- Change defaults for transform adapt (Adrian Seyboldt)
32+
33+
34+
### Miscellaneous Tasks
35+
36+
- Update dependencies (Adrian Seyboldt)
37+
938
- Update dependencies (Adrian Seyboldt)
1039

40+
- Bump version (Adrian Seyboldt)
41+
1142

1243
### Ci
1344

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "nuts-rs"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
authors = [
5-
"Adrian Seyboldt <[email protected]>",
6-
"PyMC Developers <[email protected]>",
5+
"Adrian Seyboldt <[email protected]>",
6+
"PyMC Developers <[email protected]>",
77
]
88
edition = "2021"
99
license = "MIT"
@@ -26,9 +26,9 @@ arrow = { version = "55.1.0", default-features = false, features = ["ffi"] }
2626
rand_chacha = "0.9.0"
2727
anyhow = "1.0.72"
2828
faer = { version = "0.22.6", default-features = false, features = [
29-
"std",
30-
"npy",
31-
"linalg",
29+
"std",
30+
"npy",
31+
"linalg",
3232
] }
3333
pulp = "0.21.4"
3434
rayon = "1.10.0"

0 commit comments

Comments
 (0)