Skip to content

Commit 16d8ef6

Browse files
committed
bump to v0.1.2
1 parent cced5db commit 16d8ef6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v0.1.2 -- 2025-09-21
2+
3+
API breaking change:
4+
5+
- Change `ContractionType::indices` to `Vec<usize>` (previously `String`), which indicates terms to be contracted in a single step.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opt-einsum-path"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
description = "Einsum path optimization for tensor contraction (opt_einsum in Rust, without contraction)"
66
readme = "readme.md"

0 commit comments

Comments
 (0)