Skip to content

Commit

Permalink
chore: Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyboldt committed Jul 9, 2024
1 parent 836bd99 commit 523c193
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,35 @@

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

## [0.13.1] - 2024-07-09

### Bug Fixes

- Fix jax backend with non-identifier variable names (Adrian Seyboldt)


### Miscellaneous Tasks

- Update dependencies (Adrian Seyboldt)


## [0.13.0] - 2024-07-05

### Documentation

- Document low-rank mass matrix parameters (Adrian Seyboldt)


### Features

- Add low rank modified mass matrix adaptation (Adrian Seyboldt)


### Miscellaneous Tasks

- Remove releases from changelog (Adrian Seyboldt)


## [0.12.0] - 2024-06-29

### Features
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nutpie"
version = "0.13.0"
version = "0.13.1"
authors = [
"Adrian Seyboldt <[email protected]>",
"PyMC Developers <[email protected]>",
Expand All @@ -22,7 +22,7 @@ name = "_lib"
crate-type = ["cdylib"]

[dependencies]
nuts-rs = "0.12.0"
nuts-rs = "0.12.1"
numpy = "0.21.0"
ndarray = "0.15.6"
rand = "0.8.5"
Expand Down

0 comments on commit 523c193

Please sign in to comment.