Skip to content

chore(deps): update nalgebra requirement from 0.34.0 to 0.35.0#1042

Merged
vil02 merged 2 commits into
masterfrom
dependabot/cargo/nalgebra-0.35.0
Jul 16, 2026
Merged

chore(deps): update nalgebra requirement from 0.34.0 to 0.35.0#1042
vil02 merged 2 commits into
masterfrom
dependabot/cargo/nalgebra-0.35.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on nalgebra to permit the latest version.

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.

[0.34.1] (20 Sept. 2025)

Added

  • Added encase feature, providing encase trait implementations for nalgebra types.

[0.34.0] (31 July 2025)

Added

  • Add the convert-glam030 feature to enable conversion from/to types from glam v0.30.
  • Add the defmt cargo feature that enables derives of defmt::Format for all no-std types.

Changed

... (truncated)

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 25, 2026
@dependabot
dependabot Bot requested a review from imp2002 as a code owner May 25, 2026 22:51
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 25, 2026
@codecov-commenter

codecov-commenter commented May 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.89%. Comparing base (c60aaa6) to head (6150a36).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1042      +/-   ##
==========================================
+ Coverage   95.85%   95.89%   +0.03%     
==========================================
  Files         396      396              
  Lines       30440    30440              
==========================================
+ Hits        29179    29190      +11     
+ Misses       1261     1250      -11     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vil02

vil02 commented Jul 16, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Updates the requirements on [nalgebra](https://github.com/dimforge/nalgebra) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/nalgebra-0.35.0 branch from efdb3a4 to e7528b1 Compare July 16, 2026 21:30
@vil02
vil02 merged commit 9b296e9 into master Jul 16, 2026
7 checks passed
@vil02
vil02 deleted the dependabot/cargo/nalgebra-0.35.0 branch July 16, 2026 21:59
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.

2 participants