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 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
+
5
62
## [ 0.14.3] - 2025-03-18
6
63
7
64
### Bug Fixes
@@ -11,6 +68,11 @@ All notable changes to this project will be documented in this file.
11
68
- Better initialization of masked flows (Adrian Seyboldt)
12
69
13
70
71
+ ### Documentation
72
+
73
+ - Fix spelling and grammar (Daniel Saunders)
74
+
75
+
14
76
### Features
15
77
16
78
- Add masked coupling flow (Adrian Seyboldt)
You can’t perform that action at this time.
0 commit comments