File tree Expand file tree Collapse file tree 3 files changed +87
-48
lines changed Expand file tree Collapse file tree 3 files changed +87
-48
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.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
Original file line number Diff line number Diff line change 11[package ]
22name = " nutpie"
3- version = " 0.14.2 "
3+ version = " 0.14.3 "
44authors = [
55 " Adrian Seyboldt <adrian.seyboldt@gmail.com>" ,
66 " PyMC Developers <pymc.devs@gmail.com>" ,
@@ -22,8 +22,8 @@ name = "_lib"
2222crate-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"
2727rand = " 0.9.0"
2828thiserror = " 2.0.3"
2929rand_chacha = " 0.9.0"
@@ -41,7 +41,7 @@ indicatif = "0.17.8"
4141tch = { version = " 0.19.0" , optional = true }
4242
4343[dependencies .pyo3 ]
44- version = " 0.23.5 "
44+ version = " 0.24.0 "
4545features = [" extension-module" , " anyhow" ]
4646
4747[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments