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 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
17
## [ 0.13.0] - 2024-07-05
6
18
19
+ ### Documentation
20
+
21
+ - Document low-rank mass matrix parameters (Adrian Seyboldt)
22
+
23
+
7
24
### Features
8
25
9
26
- Add low rank modified mass matrix adaptation (Adrian Seyboldt)
10
27
11
28
29
+ ### Miscellaneous Tasks
30
+
31
+ - Remove releases from changelog (Adrian Seyboldt)
32
+
33
+
12
34
## [ 0.12.0] - 2024-06-29
13
35
14
36
### Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " nutpie"
3
- version = " 0.13.0 "
3
+ version = " 0.13.1 "
4
4
authors = [
5
5
" Adrian Seyboldt <[email protected] >" ,
6
6
" PyMC Developers <[email protected] >" ,
@@ -22,7 +22,7 @@ name = "_lib"
22
22
crate-type = [" cdylib" ]
23
23
24
24
[dependencies ]
25
- nuts-rs = " 0.12.0 "
25
+ nuts-rs = " 0.12.1 "
26
26
numpy = " 0.21.0"
27
27
ndarray = " 0.15.6"
28
28
rand = " 0.8.5"
You can’t perform that action at this time.
0 commit comments