Skip to content

Commit

Permalink
chore: Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Jul 5, 2024
1 parent 069d28d commit 11bf46b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [0.11.0] - 2024-06-10
## [0.12.0] - 2024-07-05

### Bug Fixes

Expand All @@ -15,13 +15,21 @@ All notable changes to this project will be documented in this file.

- Bump arrow version (Adrian Seyboldt)

- First part of low rank mass matrix adaptation (Adrian Seyboldt)

- Add option to specify mass matrix update frequency (Adrian Seyboldt)

- Add low-rank modified mass matrix adaptation (Adrian Seyboldt)


### Miscellaneous Tasks

- Update dependencies (Adrian Seyboldt)

- Prepare release (Adrian Seyboldt)

- Update changelog (Adrian Seyboldt)


### Refactor

Expand All @@ -33,6 +41,11 @@ All notable changes to this project will be documented in this file.
- Some minor clippy fixes (Adrian Seyboldt)


### Testing

- Add proptest failure and increase tolerance (Adrian Seyboldt)


## [0.9.0] - 2024-04-16

### Documentation
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.11.0"
version = "0.12.0"
authors = [
"Adrian Seyboldt <adrian.seyboldt@gmail.com>",
"PyMC Developers <pymc.devs@gmail.com>",
Expand Down

0 comments on commit 11bf46b

Please sign in to comment.