Skip to content

Commit 09de919

Browse files
committed
chore(release): prepare release
1 parent 11814d2 commit 09de919

File tree

3 files changed

+87
-48
lines changed

3 files changed

+87
-48
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.14.3] - 2025-03-18
6+
7+
### Bug Fixes
8+
9+
- Fix normalizing flows for 1d posteriors (Adrian Seyboldt)
10+
11+
- Better initialization of masked flows (Adrian Seyboldt)
12+
13+
14+
### Features
15+
16+
- Add masked coupling flow (Adrian Seyboldt)
17+
18+
- Expose static trajectory length in nuts (Adrian Seyboldt)
19+
20+
- Make mvscale layer optional (Adrian Seyboldt)
21+
22+
- Add layer norm in normalizing flow (Adrian Seyboldt)
23+
24+
- Small improvements to the masked normalizing flow (Adrian Seyboldt)
25+
26+
27+
### Miscellaneous Tasks
28+
29+
- Update dependencies (Adrian Seyboldt)
30+
31+
32+
### Ci
33+
34+
- Split some test into sections with optional deps (Adrian Seyboldt)
35+
36+
537
## [0.14.2] - 2025-03-06
638

739
### Bug Fixes

Cargo.lock

Lines changed: 51 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

2424
[dependencies]
25-
nuts-rs = "0.15.0"
26-
numpy = "0.23.0"
25+
nuts-rs = "0.15.1"
26+
numpy = "0.24.0"
2727
rand = "0.9.0"
2828
thiserror = "2.0.3"
2929
rand_chacha = "0.9.0"
@@ -41,7 +41,7 @@ indicatif = "0.17.8"
4141
tch = { version = "0.19.0", optional = true }
4242

4343
[dependencies.pyo3]
44-
version = "0.23.5"
44+
version = "0.24.0"
4545
features = ["extension-module", "anyhow"]
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)