Skip to content

Commit 11bf46b

Browse files
committed
chore: Prepare release
1 parent 069d28d commit 11bf46b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [0.11.0] - 2024-06-10
5+
## [0.12.0] - 2024-07-05
66

77
### Bug Fixes
88

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

1616
- Bump arrow version (Adrian Seyboldt)
1717

18+
- First part of low rank mass matrix adaptation (Adrian Seyboldt)
19+
20+
- Add option to specify mass matrix update frequency (Adrian Seyboldt)
21+
22+
- Add low-rank modified mass matrix adaptation (Adrian Seyboldt)
23+
1824

1925
### Miscellaneous Tasks
2026

2127
- Update dependencies (Adrian Seyboldt)
2228

2329
- Prepare release (Adrian Seyboldt)
2430

31+
- Update changelog (Adrian Seyboldt)
32+
2533

2634
### Refactor
2735

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

3543

44+
### Testing
45+
46+
- Add proptest failure and increase tolerance (Adrian Seyboldt)
47+
48+
3649
## [0.9.0] - 2024-04-16
3750

3851
### Documentation

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nuts-rs"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = [
55
"Adrian Seyboldt <[email protected]>",
66
"PyMC Developers <[email protected]>",

0 commit comments

Comments
 (0)