Skip to content

Commit c599d0c

Browse files
committed
chore: Prepare release
1 parent 4ed93b1 commit c599d0c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## [0.13.2] - 2024-07-26
6+
7+
### Features
8+
9+
- Support float32 settings in pytensor (Adrian Seyboldt)
10+
11+
12+
### Miscellaneous Tasks
13+
14+
- Update dependencies (Adrian Seyboldt)
15+
16+
517
## [0.13.1] - 2024-07-09
618

719
### Bug Fixes

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutpie"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
authors = [
55
"Adrian Seyboldt <[email protected]>",
66
"PyMC Developers <[email protected]>",
@@ -47,7 +47,6 @@ features = ["extension-module", "anyhow"]
4747
criterion = "0.5.1"
4848

4949
[profile.release]
50-
debug = true
5150
lto = "fat"
5251
codegen-units = 1
5352
opt-level = 2

0 commit comments

Comments
 (0)