Skip to content

Commit d3ad343

Browse files
committed
chore(release): prepare 0.17.0
1 parent 9ea002b commit d3ad343

File tree

2 files changed

+69
-2
lines changed

2 files changed

+69
-2
lines changed

CHANGELOG.md

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,83 @@
22

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

5-
## [0.16.1] - 2025-05-27
5+
## [0.17.0] - 2025-10-08
66

77
### Bug Fixes
88

99
- Disable unused faer features (Adrian Seyboldt)
1010

11+
- Step size jitter (Adrian Seyboldt)
12+
13+
- Restore dual-average step size adapt as default (Adrian Seyboldt)
14+
15+
- Fix code in README USAGE section (aaelony)
16+
17+
- Remove extra block in async zarr (Adrian Seyboldt)
18+
19+
- Correctly specify dims of some sample stats (Adrian Seyboldt)
20+
21+
- Missing mut in nuts-derive (Adrian Seyboldt)
22+
23+
24+
### Features
25+
26+
- Allow sampling with fixed step size (Adrian Seyboldt)
27+
28+
- Add step size jitter (Adrian Seyboldt)
29+
30+
- Add mindepth option for nuts (Adrian Seyboldt)
31+
32+
- Enable step size jitter by default (Adrian Seyboldt)
33+
34+
- Implement step size adaptation with adam (Adrian Seyboldt)
35+
36+
- Generalize sample and stats storage (Adrian Seyboldt)
37+
38+
- Add csv file storage backend (Adrian Seyboldt)
39+
40+
- Implement async zarr storage (Adrian Seyboldt)
41+
42+
- Add rng to Model.math() (Adrian Seyboldt)
43+
44+
- Bring back Storage.inspect (Adrian Seyboldt)
45+
46+
- Implement arrow storage (Adrian Seyboldt)
47+
48+
49+
### Miscellaneous Tasks
50+
51+
- Prepare bugfix release (Adrian Seyboldt)
52+
53+
- Update dependencies (Adrian Seyboldt)
54+
1155

1256
### Performance
1357

1458
- Shortcut for empty posteriors (Adrian Seyboldt)
1559

1660

61+
### Refactor
62+
63+
- Clean up some left overs from new storage (Adrian Seyboldt)
64+
65+
66+
### Styling
67+
68+
- Some formatting changes (Adrian Seyboldt)
69+
70+
- Restructure packages (Adrian Seyboldt)
71+
72+
- Some clippy fixes (Adrian Seyboldt)
73+
74+
- Minor style changes (Adrian Seyboldt)
75+
76+
77+
### Ci
78+
79+
- Specify features in CI (Adrian Seyboldt)
80+
81+
1782
## [0.16.0] - 2025-05-27
1883

1984
### Bug Fixes
@@ -288,4 +353,6 @@ All notable changes to this project will be documented in this file.
288353
- Formatting fix (Adrian Seyboldt)
289354

290355

356+
## [0.2.1] - 2022-07-20
357+
291358
<!-- generated by git-cliff -->

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nuts-rs"
3-
version = "0.16.1"
3+
version = "0.17.0"
44
authors = [
55
"Adrian Seyboldt <[email protected]>",
66
"PyMC Developers <[email protected]>",

0 commit comments

Comments
 (0)