2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 0.14.0] - 2025-03-05
6
+
7
+ ### Bug Fixes
8
+
9
+ - Set 'make_initial_point_fn' in 'from_pyfunc' to None by default (#175 ) (Tomás Capretto)
10
+
11
+
12
+ ### Documentation
13
+
14
+ - Add nutpie website source (Adrian Seyboldt)
15
+
16
+ - Include frozen cell output in docs (Adrian Seyboldt)
17
+
18
+
19
+ ### Features
20
+
21
+ - Add normalizing flow adaptation (Adrian Seyboldt)
22
+
23
+
24
+ ### Miscellaneous Tasks
25
+
26
+ - Bump actions/attest-build-provenance from 1 to 2 (dependabot[ bot] )
27
+
28
+ - Bump softprops/action-gh-release from 1 to 2 (dependabot[ bot] )
29
+
30
+ - Bump uraimo/run-on-arch-action from 2 to 3 (dependabot[ bot] )
31
+
32
+
33
+ ### Ci
34
+
35
+ - Run python 3.13 in ci (Adrian Seyboldt)
36
+
37
+
5
38
## [ 0.13.4] - 2025-02-18
6
39
7
40
### Bug Fixes
@@ -13,6 +46,8 @@ All notable changes to this project will be documented in this file.
13
46
14
47
- Make sure all python versions are available in the builds (Adrian Seyboldt)
15
48
49
+ - Skip python 3.13 for now (Adrian Seyboldt)
50
+
16
51
17
52
## [ 0.13.3] - 2025-02-12
18
53
@@ -48,8 +83,6 @@ All notable changes to this project will be documented in this file.
48
83
49
84
- Update pre-commit versions (Adrian Seyboldt)
50
85
51
- - Update version and changelog (Adrian Seyboldt)
52
-
53
86
54
87
### Styling
55
88
@@ -202,6 +235,8 @@ All notable changes to this project will be documented in this file.
202
235
203
236
### Ci
204
237
238
+ - Fix uploads of releases (Adrian Seyboldt)
239
+
205
240
- Fix architectures in CI (Adrian Seyboldt)
206
241
207
242
@@ -249,11 +284,6 @@ All notable changes to this project will be documented in this file.
249
284
- Set the number of parallel chains dynamically (Adrian Seyboldt)
250
285
251
286
252
- ### Ci
253
-
254
- - Fix uploads of releases (Adrian Seyboldt)
255
-
256
-
257
287
## [ 0.9.2] - 2024-02-19
258
288
259
289
### Bug Fixes
0 commit comments