Skip to content

Release v0.35.0#1602

Merged
sebcrozet merged 7 commits into
mainfrom
bump-deps
May 24, 2026
Merged

Release v0.35.0#1602
sebcrozet merged 7 commits into
mainfrom
bump-deps

Conversation

@sebcrozet
Copy link
Copy Markdown
Member

[0.35.0] (24 May 2026)

Added

  • Add the Bunch–Kaufman LDL decomposition (LBLT) via the new Matrix::lblt method #1591.
  • Add OneNorm and the Matrix::one_norm method computing the induced matrix 1-norm (maximum absolute column sum) #1591.
  • Add the convert-glam033 feature to enable conversion from/to types from glam v0.33.

Changed

  • Updated simba dependency to 0.10.
  • Updated rand dependency to 0.10 and rand_distr to 0.6.
  • Removed the convert-glamXXX features for all glam versions prior to 0.30 #1598.
  • Clarified norm documentation: EuclideanNorm is the Frobenius norm for matrices, LpNorm/UniformNorm are entrywise, not induced matrix norms #1591.
  • nalgebra-lapack: updated thiserror to 2.0.

Fixed

  • Fix the T: Sync bound on impl Send for ViewStorage so view storages can be sent across threads when T: Send #1581.

@sebcrozet sebcrozet merged commit ba025f1 into main May 24, 2026
13 checks passed
@sebcrozet sebcrozet deleted the bump-deps branch May 24, 2026 16:09
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.

1 participant