File tree 2 files changed +21
-5
lines changed
2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 0.5.1] - 2023-07-03
5
+ ## [ 0.6.0] - 2023-07-21
6
+
7
+ ### Bug Fixes
8
+
9
+ - Handle initial zero gradients better (Adrian Seyboldt)
10
+
6
11
7
- ### Fix
12
+ ### Features
8
13
9
- - Add back the diverging sampler stats (Adrian Seyboldt)
10
- - Use one as initial mass matrix if grad is zero (Adrian Seyboldt)
14
+ - Add more sample stats about divergences (Adrian Seyboldt)
15
+
16
+
17
+ ### Miscellaneous Tasks
18
+
19
+ - Update dependencies (Adrian Seyboldt)
20
+
21
+
22
+ ## [ 0.5.1] - 2023-07-03
11
23
12
24
### Documentation
13
25
@@ -18,6 +30,10 @@ All notable changes to this project will be documented in this file.
18
30
19
31
- Update metadata in Cargo.toml (Adrian Seyboldt)
20
32
33
+ - Add changelog using cliff (Adrian Seyboldt)
34
+
35
+ - Bump patch version (Adrian Seyboldt)
36
+
21
37
22
38
### Styling
23
39
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nuts-rs"
3
- version = " 0.5.1 "
3
+ version = " 0.6.0 "
4
4
authors = [
" Adrian Seyboldt <[email protected] >" ,
" PyMC Developers <[email protected] >" ]
5
5
edition = " 2021"
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments