Skip to content

Commit

Permalink
chore: Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed May 29, 2024
1 parent 50255cc commit 1a7b505
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 6 deletions.
57 changes: 55 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,59 @@

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

## [0.11.0] - 2024-05-28

### Bug Fixes

- Use clone_replace instead of graph_replace (Adrian Seyboldt)

- Allow shared vars to differ in expand and logp (Adrian Seyboldt)


### Features

- Add option to use draw base mass matrix estimate (Adrian Seyboldt)

- Report detailed progress (Adrian Seyboldt)

- Show the number of draws in progress overview (Adrian Seyboldt)


### Miscellaneous Tasks

- Bump KyleMayes/install-llvm-action from 1 to 2 (dependabot[bot])

- Bump uraimo/run-on-arch-action from 2.7.1 to 2.7.2 (dependabot[bot])

- Update dependencies (Adrian Seyboldt)


### Refactor

- Move threaded sampling to nuts-rs (Adrian Seyboldt)

- Specify callback rate (Adrian Seyboldt)

- Switch to arrow-rs (Adrian Seyboldt)


### Styling

- Fix formatting and clippy (Adrian Seyboldt)


### Testing

- Fix incorrect error type in test (Adrian Seyboldt)


### Ci

- Fix uploads of releases (Adrian Seyboldt)

- Fix architectures in CI (Adrian Seyboldt)


## [0.10.0] - 2024-03-20

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

- Bump dependency versions (Adrian Seyboldt)

- Update changelog (Adrian Seyboldt)

- Bump version (Adrian Seyboldt)

- Update changelog (Adrian Seyboldt)


### Performance

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nutpie"
version = "0.10.0"
version = "0.11.0"
authors = [
"Adrian Seyboldt <adrian.seyboldt@gmail.com>",
"PyMC Developers <pymc.devs@gmail.com>",
Expand Down

0 comments on commit 1a7b505

Please sign in to comment.