Skip to content

Commit 523c193

Browse files
committed
chore: Prepare release
1 parent 836bd99 commit 523c193

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,35 @@
22

33
All 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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutpie"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
authors = [
55
"Adrian Seyboldt <[email protected]>",
66
"PyMC Developers <[email protected]>",
@@ -22,7 +22,7 @@ name = "_lib"
2222
crate-type = ["cdylib"]
2323

2424
[dependencies]
25-
nuts-rs = "0.12.0"
25+
nuts-rs = "0.12.1"
2626
numpy = "0.21.0"
2727
ndarray = "0.15.6"
2828
rand = "0.8.5"

0 commit comments

Comments
 (0)