We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cced5db commit 16d8ef6Copy full SHA for 16d8ef6
2 files changed
CHANGELOG
@@ -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
@@ -1,6 +1,6 @@
[package]
name = "opt-einsum-path"
-version = "0.1.1"
+version = "0.1.2"
edition = "2024"
description = "Einsum path optimization for tensor contraction (opt_einsum in Rust, without contraction)"
6
readme = "readme.md"
0 commit comments