Skip to content

deps: bump nalgebra from 0.34.1 to 0.35.0#119

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

deps: bump nalgebra from 0.34.1 to 0.35.0#119
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nalgebra-0.35.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor

Bumps nalgebra from 0.34.1 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.

[0.34.2] (28 March 2026)

Added

  • Add convert-glam031 and convert-glam032 features for conversion from/to glam v0.31 and v0.32 #1597.

Fixed

  • Fix SymmetricEigen routine #1210.
  • Fix matrix parsing grammar to accept numbers without leading zeros, e.g. ".45" #1578.
  • Fix build with glam in no_std environments #1555.
  • Fix rustdoc warnings #1511.
  • Implement absolute threshold for early deflation in Schur algorithm #1565.
  • Assert matrix shapes for Matrix::abs_diff_eq #1568.
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)

Summary by cubic

Upgrade nalgebra to 0.35.0 to stay current and clean up math deps. This adds new APIs (LBLT via lblt and one_norm) and drops pre-0.30 glam conversions, reducing older versions in the lockfile.

  • Dependencies

    • Update nalgebra to 0.35.0.
    • Transitive updates: simba 0.10, wide 1.4, safe_arch 1.0; remove pre-0.30 glam versions and add support up to glam 0.33.
  • Migration

    • Requires Rust 1.89+.
    • If you rely on nalgebra↔glam conversions for glam <0.30, move to glam ≥0.30 or the new convert-glam033 feature.

Written for commit ce3d693. Summary will update on new commits.

Review in cubic

Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.34.1 to 0.35.0.
- [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md)
- [Commits](dimforge/nalgebra@v0.34.1...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 @github

dependabot Bot commented on behalf of github Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants