From 7fa4e781f852c34cef3fe6b5031bcb8e1f5aef25 Mon Sep 17 00:00:00 2001 From: Adrian Seyboldt Date: Wed, 8 Oct 2025 19:11:01 +0200 Subject: [PATCH] chore(release): prepare 0.17.0 --- CHANGELOG.md | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 69 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 711b69c..dcdde05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,83 @@ All notable changes to this project will be documented in this file. -## [0.16.1] - 2025-05-27 +## [0.17.0] - 2025-10-08 ### Bug Fixes - Disable unused faer features (Adrian Seyboldt) +- Step size jitter (Adrian Seyboldt) + +- Restore dual-average step size adapt as default (Adrian Seyboldt) + +- Fix code in README USAGE section (aaelony) + +- Remove extra block in async zarr (Adrian Seyboldt) + +- Correctly specify dims of some sample stats (Adrian Seyboldt) + +- Missing mut in nuts-derive (Adrian Seyboldt) + + +### Features + +- Allow sampling with fixed step size (Adrian Seyboldt) + +- Add step size jitter (Adrian Seyboldt) + +- Add mindepth option for nuts (Adrian Seyboldt) + +- Enable step size jitter by default (Adrian Seyboldt) + +- Implement step size adaptation with adam (Adrian Seyboldt) + +- Generalize sample and stats storage (Adrian Seyboldt) + +- Add csv file storage backend (Adrian Seyboldt) + +- Implement async zarr storage (Adrian Seyboldt) + +- Add rng to Model.math() (Adrian Seyboldt) + +- Bring back Storage.inspect (Adrian Seyboldt) + +- Implement arrow storage (Adrian Seyboldt) + + +### Miscellaneous Tasks + +- Prepare bugfix release (Adrian Seyboldt) + +- Update dependencies (Adrian Seyboldt) + ### Performance - Shortcut for empty posteriors (Adrian Seyboldt) +### Refactor + +- Clean up some left overs from new storage (Adrian Seyboldt) + + +### Styling + +- Some formatting changes (Adrian Seyboldt) + +- Restructure packages (Adrian Seyboldt) + +- Some clippy fixes (Adrian Seyboldt) + +- Minor style changes (Adrian Seyboldt) + + +### Ci + +- Specify features in CI (Adrian Seyboldt) + + ## [0.16.0] - 2025-05-27 ### Bug Fixes @@ -288,4 +353,6 @@ All notable changes to this project will be documented in this file. - Formatting fix (Adrian Seyboldt) +## [0.2.1] - 2022-07-20 + diff --git a/Cargo.toml b/Cargo.toml index 63844eb..4336fe7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nuts-rs" -version = "0.16.1" +version = "0.17.0" authors = [ "Adrian Seyboldt ", "PyMC Developers ",