Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 19 May 02:45
· 31 commits to main since this release

[0.6.0] - 2026-05-18

πŸš€ Features

  • Add det() β€” matrix determinant with NaN-aware handling
  • Add inv() β€” guarded matrix inversion
  • Add norm() β€” NaN-aware general matrix/vector norm (closes #12)
  • Add qr decomposition utility
  • Expose cond() β€” public NaN-aware condition number (#23)
  • (linalg) Add standalone svd() and route pca() through it (#26)
  • Add lstsq() β€” least-squares solver with NaN-aware row filtering (#22)

πŸ› Bug Fixes

  • Update inv() doctests for numpy scalar repr compatibility
  • Tighten type annotations to satisfy ty type checker

πŸ’Ό Other

  • Bump version 0.5.1 β†’ 0.6.0

PyPI Package

cvx-linalg