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 26, 2024
1 parent 4ed93b1 commit c599d0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.13.2] - 2024-07-26

### Features

- Support float32 settings in pytensor (Adrian Seyboldt)


### Miscellaneous Tasks

- Update dependencies (Adrian Seyboldt)


## [0.13.1] - 2024-07-09

### Bug Fixes
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nutpie"
version = "0.13.1"
version = "0.13.2"
authors = [
"Adrian Seyboldt <[email protected]>",
"PyMC Developers <[email protected]>",
Expand Down Expand Up @@ -47,7 +47,6 @@ features = ["extension-module", "anyhow"]
criterion = "0.5.1"

[profile.release]
debug = true
lto = "fat"
codegen-units = 1
opt-level = 2
Expand Down

0 comments on commit c599d0c

Please sign in to comment.