Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 68 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nuts-rs"
version = "0.16.1"
version = "0.17.0"
authors = [
"Adrian Seyboldt <[email protected]>",
"PyMC Developers <[email protected]>",
Expand Down
Loading