|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 |
|
5 |
| -## [0.16.1] - 2025-05-27 |
| 5 | +## [0.17.0] - 2025-10-08 |
6 | 6 |
|
7 | 7 | ### Bug Fixes
|
8 | 8 |
|
9 | 9 | - Disable unused faer features (Adrian Seyboldt)
|
10 | 10 |
|
| 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 | + |
11 | 55 |
|
12 | 56 | ### Performance
|
13 | 57 |
|
14 | 58 | - Shortcut for empty posteriors (Adrian Seyboldt)
|
15 | 59 |
|
16 | 60 |
|
| 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 | + |
17 | 82 | ## [0.16.0] - 2025-05-27
|
18 | 83 |
|
19 | 84 | ### Bug Fixes
|
@@ -288,4 +353,6 @@ All notable changes to this project will be documented in this file.
|
288 | 353 | - Formatting fix (Adrian Seyboldt)
|
289 | 354 |
|
290 | 355 |
|
| 356 | +## [0.2.1] - 2022-07-20 |
| 357 | + |
291 | 358 | <!-- generated by git-cliff -->
|
0 commit comments