Skip to content

Conversation

@lkdvos
Copy link
Member

@lkdvos lkdvos commented Oct 1, 2025

This PR replaces qr_compact_pullback! (lq_compact_pullback!) with qr_pullback! (lq_pullback!) since these methods also work for the full case.

Additionally I removed some unused and unexported API that were remnants of old code.
I also fixed the formatting in some of the docstrings.

@codecov
Copy link

codecov bot commented Oct 1, 2025

Codecov Report

❌ Patch coverage is 75.00000% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/common/regularinv.jl 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
ext/MatrixAlgebraKitChainRulesCoreExt.jl 83.73% <100.00%> (ø)
src/MatrixAlgebraKit.jl 100.00% <ø> (ø)
src/interface/eig.jl 85.71% <ø> (ø)
src/interface/eigh.jl 80.00% <ø> (+16.84%) ⬆️
src/interface/gen_eig.jl 100.00% <ø> (ø)
src/interface/orthnull.jl 100.00% <ø> (+33.33%) ⬆️
src/interface/polar.jl 83.33% <ø> (+33.33%) ⬆️
src/interface/schur.jl 100.00% <ø> (+66.66%) ⬆️
src/interface/svd.jl 80.00% <ø> (+16.84%) ⬆️
src/pullbacks/lq.jl 96.29% <100.00%> (ø)
... and 2 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lkdvos lkdvos changed the title Deprecate qr_compact_pullback! and lq_compact_pullback! for qr_pullback! and lq_pullback! More consistent API for when to have _full, _compact, ... Oct 1, 2025
@lkdvos lkdvos merged commit e220419 into main Oct 1, 2025
8 of 10 checks passed
@lkdvos lkdvos deleted the ld-qrlqpullback branch October 1, 2025 17:13
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