Skip to content

Commit b207b60

Browse files
committed
chore: Update changelog
1 parent 593fa0d commit b207b60

File tree

1 file changed

+114
-1
lines changed

1 file changed

+114
-1
lines changed

CHANGELOG.md

Lines changed: 114 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,130 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.8.0] - 2023-08-06
5+
## [0.10.0] - 2024-03-20
6+
7+
### Documentation
8+
9+
- Mention non-blocking sampling in readme (Adrian Seyboldt)
10+
11+
12+
### Features
13+
14+
- Allow sampling in the backgound (Adrian Seyboldt)
15+
16+
- Implement check if background sampling is complete (Adrian Seyboldt)
17+
18+
- Implement pausing and unpausing of samplers (Adrian Seyboldt)
19+
20+
- Filter warnings and compile through pymc (Adrian Seyboldt)
21+
22+
23+
### Miscellaneous Tasks
24+
25+
- Bump actions/setup-python from 4 to 5 (dependabot[bot])
26+
27+
- Bump uraimo/run-on-arch-action from 2.5.0 to 2.7.1 (dependabot[bot])
28+
29+
- Bump actions/checkout from 3 to 4 (dependabot[bot])
30+
31+
- Bump actions/upload-artifact from 3 to 4 (dependabot[bot])
32+
33+
- Bump the cargo group across 1 directory with 2 updates (dependabot[bot])
34+
35+
- Some major version bumps in rust deps (Adrian Seyboldt)
36+
37+
- Bump dependency versions (Adrian Seyboldt)
38+
39+
- Update changelog (Adrian Seyboldt)
40+
41+
- Bump version (Adrian Seyboldt)
42+
43+
44+
### Performance
45+
46+
- Set the number of parallel chains dynamically (Adrian Seyboldt)
47+
48+
49+
## [0.9.2] - 2024-02-19
50+
51+
### Bug Fixes
52+
53+
- Allow dims with only length specified (Adrian Seyboldt)
54+
55+
56+
### Documentation
57+
58+
- Update suggested mamba commands in README (#70) (Ben Mares)
59+
60+
- Fix README typo bridgestan→nutpie (#69) (Ben Mares)
61+
62+
63+
### Features
64+
65+
- Handle missing libraries more robustly (#72) (Ben Mares)
66+
67+
68+
### Miscellaneous Tasks
69+
70+
- Bump actions/download-artifact from 3 to 4 (dependabot[bot])
71+
72+
73+
### Ci
74+
75+
- Make sure the local nutpie is installed (Adrian Seyboldt)
76+
77+
- Install local nutpie package in all jobs (Adrian Seyboldt)
78+
79+
80+
## [0.9.0] - 2023-09-12
81+
82+
### Bug Fixes
83+
84+
- Better error context for init point errors (Adrian Seyboldt)
85+
86+
87+
### Features
88+
89+
- Improve error message by providing context (Adrian Seyboldt)
90+
91+
- Use standard normal to initialize chains (Adrian Seyboldt)
92+
93+
94+
### Miscellaneous Tasks
95+
96+
- Update deps (Adrian Seyboldt)
97+
98+
- Rename stan model transpose function (Adrian Seyboldt)
99+
100+
- Update nutpie (Adrian Seyboldt)
101+
102+
103+
### Styling
104+
105+
- Fix formatting (Adrian Seyboldt)
106+
107+
108+
## [0.8.0] - 2023-08-18
6109

7110
### Bug Fixes
8111

9112
- Initialize points in uniform(-2, 2) (Adrian Seyboldt)
10113

114+
- Multidimensional stan variables were stored in incorrect order (Adrian Seyboldt)
115+
116+
- Fix with_coords for stan models (Adrian Seyboldt)
117+
11118

12119
### Miscellaneous Tasks
13120

14121
- Update deps (Adrian Seyboldt)
15122

123+
- Update deps (Adrian Seyboldt)
124+
125+
- Bump version (Adrian Seyboldt)
126+
127+
- Update deps (Adrian Seyboldt)
128+
16129

17130
## [0.7.0] - 2023-07-21
18131

0 commit comments

Comments
 (0)