Skip to content

Release v0.6.8#234

Open
lkdvos wants to merge 3 commits into
mainfrom
v0.6.8
Open

Release v0.6.8#234
lkdvos wants to merge 3 commits into
mainfrom
v0.6.8

Conversation

@lkdvos
Copy link
Copy Markdown
Member

@lkdvos lkdvos commented May 20, 2026

MatrixAlgebraKit.jl v0.6.8

Bug-fix release addressing several pullback issues — GPU compatibility for svd_pullback! and eigh pullbacks, correct handling of fully truncated decompositions, and a cotangent-mutation bug in the LQ pullback — plus a new project logo. (Shout-out to @VictorVanthilt)

Highlights

  • svd_pullback! now works on the GPU (#232).
  • eigh pullback now works on CUDA arrays (#235).
  • Pullbacks of eig_trunc, eigh_trunc, and svd_trunc no longer error when truncation keeps no values; the zero-rank case in svd_pullback! is also handled (#233).
  • LQ pullback no longer mutates the input cotangents (#226).
  • New MatrixAlgebraKit logo (#230).

Full Changelog

See CHANGELOG for the complete list of changes.

@lkdvos lkdvos requested review from Jutho and kshyatt May 20, 2026 11:44
@Jutho
Copy link
Copy Markdown
Member

Jutho commented May 20, 2026

Should we also get the GPU fixes for eig(h)_pullback in?

@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 25 files with indirect coverage changes

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

@lkdvos
Copy link
Copy Markdown
Member Author

lkdvos commented May 20, 2026

I'll rebase and include them once the eig ones get fixed?

@kshyatt
Copy link
Copy Markdown
Member

kshyatt commented May 20, 2026

If you want to get this out asap I'd just merge it, I probably won't get to debugging the eig failure until tomorrow

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.

3 participants