diff --git a/CHANGELOG.md b/CHANGELOG.md index 7032c56..8e15060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 2ccde76..031dc2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nuts-rs" -version = "0.5.1" +version = "0.6.0" authors = ["Adrian Seyboldt ", "PyMC Developers "] edition = "2021" license = "MIT"