Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Jul 21, 2023
1 parent 3e4589b commit f5ae6f3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@

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

## [0.5.1] - 2023-07-03
## [0.6.0] - 2023-07-21

### Bug Fixes

- Handle initial zero gradients better (Adrian Seyboldt)


### Fix
### Features

- Add back the diverging sampler stats (Adrian Seyboldt)
- Use one as initial mass matrix if grad is zero (Adrian Seyboldt)
- Add more sample stats about divergences (Adrian Seyboldt)


### Miscellaneous Tasks

- Update dependencies (Adrian Seyboldt)


## [0.5.1] - 2023-07-03

### Documentation

Expand All @@ -18,6 +30,10 @@ All notable changes to this project will be documented in this file.

- Update metadata in Cargo.toml (Adrian Seyboldt)

- Add changelog using cliff (Adrian Seyboldt)

- Bump patch version (Adrian Seyboldt)


### Styling

Expand Down
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.5.1"
version = "0.6.0"
authors = ["Adrian Seyboldt <adrian.seyboldt@gmail.com>", "PyMC Developers <pymc.devs@gmail.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit f5ae6f3

Please sign in to comment.