Skip to content

Commit 1a7b505

Browse files
committed
chore: Prepare release
1 parent 50255cc commit 1a7b505

File tree

3 files changed

+59
-6
lines changed

3 files changed

+59
-6
lines changed

CHANGELOG.md

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,59 @@
22

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

5+
## [0.11.0] - 2024-05-28
6+
7+
### Bug Fixes
8+
9+
- Use clone_replace instead of graph_replace (Adrian Seyboldt)
10+
11+
- Allow shared vars to differ in expand and logp (Adrian Seyboldt)
12+
13+
14+
### Features
15+
16+
- Add option to use draw base mass matrix estimate (Adrian Seyboldt)
17+
18+
- Report detailed progress (Adrian Seyboldt)
19+
20+
- Show the number of draws in progress overview (Adrian Seyboldt)
21+
22+
23+
### Miscellaneous Tasks
24+
25+
- Bump KyleMayes/install-llvm-action from 1 to 2 (dependabot[bot])
26+
27+
- Bump uraimo/run-on-arch-action from 2.7.1 to 2.7.2 (dependabot[bot])
28+
29+
- Update dependencies (Adrian Seyboldt)
30+
31+
32+
### Refactor
33+
34+
- Move threaded sampling to nuts-rs (Adrian Seyboldt)
35+
36+
- Specify callback rate (Adrian Seyboldt)
37+
38+
- Switch to arrow-rs (Adrian Seyboldt)
39+
40+
41+
### Styling
42+
43+
- Fix formatting and clippy (Adrian Seyboldt)
44+
45+
46+
### Testing
47+
48+
- Fix incorrect error type in test (Adrian Seyboldt)
49+
50+
51+
### Ci
52+
53+
- Fix uploads of releases (Adrian Seyboldt)
54+
55+
- Fix architectures in CI (Adrian Seyboldt)
56+
57+
558
## [0.10.0] - 2024-03-20
659

760
### Documentation
@@ -36,10 +89,10 @@ All notable changes to this project will be documented in this file.
3689

3790
- Bump dependency versions (Adrian Seyboldt)
3891

39-
- Update changelog (Adrian Seyboldt)
40-
4192
- Bump version (Adrian Seyboldt)
4293

94+
- Update changelog (Adrian Seyboldt)
95+
4396

4497
### Performance
4598

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutpie"
3-
version = "0.10.0"
3+
version = "0.11.0"
44
authors = [
55
"Adrian Seyboldt <[email protected]>",
66
"PyMC Developers <[email protected]>",

0 commit comments

Comments
 (0)