Skip to content

chore(deps): bump nalgebra from 0.34.2 to 0.35.0#42

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nalgebra-0.35.0
Open

chore(deps): bump nalgebra from 0.34.2 to 0.35.0#42
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nalgebra-0.35.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Bumps nalgebra from 0.34.2 to 0.35.0.

Changelog

Sourced from nalgebra's changelog.

[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

  • Bumped MSRV to 1.89.0.
  • 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.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.34.2 to 0.35.0.
- [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dimforge/nalgebra/commits/v0.35.0)

---
updated-dependencies:
- dependency-name: nalgebra
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants