File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
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.11 .0] - 2024-06-10
5
+ ## [ 0.12 .0] - 2024-07-05
6
6
7
7
### Bug Fixes
8
8
@@ -15,13 +15,21 @@ All notable changes to this project will be documented in this file.
15
15
16
16
- Bump arrow version (Adrian Seyboldt)
17
17
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
+
18
24
19
25
### Miscellaneous Tasks
20
26
21
27
- Update dependencies (Adrian Seyboldt)
22
28
23
29
- Prepare release (Adrian Seyboldt)
24
30
31
+ - Update changelog (Adrian Seyboldt)
32
+
25
33
26
34
### Refactor
27
35
@@ -33,6 +41,11 @@ All notable changes to this project will be documented in this file.
33
41
- Some minor clippy fixes (Adrian Seyboldt)
34
42
35
43
44
+ ### Testing
45
+
46
+ - Add proptest failure and increase tolerance (Adrian Seyboldt)
47
+
48
+
36
49
## [ 0.9.0] - 2024-04-16
37
50
38
51
### Documentation
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nuts-rs"
3
- version = " 0.11 .0"
3
+ version = " 0.12 .0"
4
4
authors = [
5
5
" Adrian Seyboldt <[email protected] >" ,
6
6
" PyMC Developers <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments