Skip to content

Release v5.7.0 - #292

Merged
lkdvos merged 1 commit into
masterfrom
v5.7.0
Aug 5, 2026
Merged

Release v5.7.0#292
lkdvos merged 1 commit into
masterfrom
v5.7.0

Conversation

@lkdvos

@lkdvos lkdvos commented Aug 5, 2026

Copy link
Copy Markdown
Member

TensorOperations.jl v5.7.0

@tensor now enforces Einstein index conventions at macro-expansion time, and precompilation timings are improved, such that it is re-enabled to cut time-to-first-execution.

Highlights

  • Stricter index verification in @tensor (#289) — index expressions that violate Einstein summation rules are now rejected with a clear error at macro-expansion time instead of being silently accepted. Expressions that worked by accident in earlier versions may now error; this is the reason for the minor rather than patch bump.
  • Precompilation improvements and re-enabled by default (#286) — restores the precompile workload for faster time-to-first-execution.
  • Lazy error strings (#284) — error message construction is deferred, reducing code size on hot paths.
  • Enzyme compat raised to 0.13.183 (#285) — fixes the Enzyme extension on Windows / Julia 1.10.

Full Changelog

v5.6.2...v5.7.0

The stricter `@tensor` index verification in #289 rejects index
expressions that earlier versions silently accepted, so this is a minor
rather than a patch release.
@lkdvos
lkdvos requested a review from kshyatt August 5, 2026 17:15
@lkdvos
lkdvos merged commit 8f98d7e into master Aug 5, 2026
7 of 8 checks passed
@lkdvos
lkdvos deleted the v5.7.0 branch August 5, 2026 17:18
@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants