File tree Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Expand file tree Collapse file tree 1 file changed +62
-0
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.15.0] - 2025-05-27
6+
7+ ### Bug Fixes
8+
9+ - Use stanio for creating Stan's data JSON (#205 ) (Brian Ward)
10+
11+ - Rng for generated quantities (Adrian Seyboldt)
12+
13+ - Correctly handle tuples in stan traces (Adrian Seyboldt)
14+
15+ - Allow variables with zero shapes (Adrian Seyboldt)
16+
17+ - Let rust sampler decide on default num chains (Adrian Seyboldt)
18+
19+
20+ ### Documentation
21+
22+ - Fix section links path (Guspan Tanadi)
23+
24+ - Link to website (Adrian Seyboldt)
25+
26+
27+ ### Features
28+
29+ - Improvements to normalizing flow (Adrian Seyboldt)
30+
31+ - Experiment with planar flows (Adrian Seyboldt)
32+
33+
34+ ### Miscellaneous Tasks
35+
36+ - Bump pyo3 in the cargo group across 1 directory (dependabot[ bot] )
37+
38+ - Bump astral-sh/setup-uv from 5 to 6 (#203 ) (dependabot[ bot] )
39+
40+ - Add entries to gitignore (Adrian Seyboldt)
41+
42+ - Bump dependencies (Adrian Seyboldt)
43+
44+
45+ ### Styling
46+
47+ - Fix some clippy warnings (Adrian Seyboldt)
48+
49+
50+ ### Testing
51+
52+ - Check that normalizing flows are reproducible (Adrian Seyboldt)
53+
54+ - Add low rank tests (Adrian Seyboldt)
55+
56+
57+ ### Build
58+
59+ - Increase optimization level (Adrian Seyboldt)
60+
61+
562## [ 0.14.3] - 2025-03-18
663
764### Bug Fixes
@@ -11,6 +68,11 @@ All notable changes to this project will be documented in this file.
1168- Better initialization of masked flows (Adrian Seyboldt)
1269
1370
71+ ### Documentation
72+
73+ - Fix spelling and grammar (Daniel Saunders)
74+
75+
1476### Features
1577
1678- Add masked coupling flow (Adrian Seyboldt)
You can’t perform that action at this time.
0 commit comments