File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.13.1] - 2024-07-09
6+
7+ ### Bug Fixes
8+
9+ - Fix jax backend with non-identifier variable names (Adrian Seyboldt)
10+
11+
12+ ### Miscellaneous Tasks
13+
14+ - Update dependencies (Adrian Seyboldt)
15+
16+
517## [ 0.13.0] - 2024-07-05
618
19+ ### Documentation
20+
21+ - Document low-rank mass matrix parameters (Adrian Seyboldt)
22+
23+
724### Features
825
926- Add low rank modified mass matrix adaptation (Adrian Seyboldt)
1027
1128
29+ ### Miscellaneous Tasks
30+
31+ - Remove releases from changelog (Adrian Seyboldt)
32+
33+
1234## [ 0.12.0] - 2024-06-29
1335
1436### Features
Original file line number Diff line number Diff line change 11[package ]
22name = " nutpie"
3- version = " 0.13.0 "
3+ version = " 0.13.1 "
44authors = [
55 " Adrian Seyboldt <[email protected] >" ,
66 " PyMC Developers <[email protected] >" ,
@@ -22,7 +22,7 @@ name = "_lib"
2222crate-type = [" cdylib" ]
2323
2424[dependencies ]
25- nuts-rs = " 0.12.0 "
25+ nuts-rs = " 0.12.1 "
2626numpy = " 0.21.0"
2727ndarray = " 0.15.6"
2828rand = " 0.8.5"
You can’t perform that action at this time.
0 commit comments