22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.13.3] - 2025-02-11
6+
7+ ### Bug Fixes
8+
9+ - Use arrow list with i64 offsets to store trace (Adrian Seyboldt)
10+
11+ - Use i64 offsets in numba backend (Adrian Seyboldt)
12+
13+ - Avoid numpy compatibility warning (Adrian Seyboldt)
14+
15+ - Specify that we currently don't support py313 due to pyo3 (Adrian Seyboldt)
16+
17+
18+ ### Features
19+
20+ - Add support for pymc sampler initialization (jessegrabowski)
21+
22+ - Use support_point as default init for pymc (Adrian Seyboldt)
23+
24+ - Add option not to store some deterministics (Adrian Seyboldt)
25+
26+ - Add option to freeze pymc models (Adrian Seyboldt)
27+
28+
29+ ### Miscellaneous Tasks
30+
31+ - Bump uraimo/run-on-arch-action from 2.7.2 to 2.8.1 (dependabot[ bot] )
32+
33+ - Specify version as dynamic in pyproject (Adrian Seyboldt)
34+
35+ - Update bridgestan (Adrian Seyboldt)
36+
37+ - Update pre-commit versions (Adrian Seyboldt)
38+
39+ - Update version and changelog (Adrian Seyboldt)
40+
41+
42+ ### Styling
43+
44+ - Reformat some code (Adrian Seyboldt)
45+
46+
547## [ 0.13.2] - 2024-07-26
648
749### Features
@@ -145,7 +187,7 @@ All notable changes to this project will be documented in this file.
145187
146188### Documentation
147189
148- - Mention non-blocking sampling in readme (Adrian Seyboldt)
190+ - Mention non-blocking sampling in readme (Adrian Seyboldt)
149191
150192
151193### Features
@@ -171,7 +213,7 @@ All notable changes to this project will be documented in this file.
171213
172214- Bump the cargo group across 1 directory with 2 updates (dependabot[ bot] )
173215
174- - Some major version bumps in rust deps (Adrian Seyboldt)
216+ - Some major version bumps in rust deps (Adrian Seyboldt)
175217
176218- Bump dependency versions (Adrian Seyboldt)
177219
0 commit comments