Update Rust crate nalgebra to 0.35.0 #7

Open
rennovate-bot wants to merge 1 commit from renovate/nalgebra-0.x into master
Collaborator

This PR contains the following updates:

Package Type Update Change
nalgebra (source) dev-dependencies minor 0.34.10.35.0
nalgebra (source) dependencies minor 0.34.10.35.0

Release Notes

dimforge/nalgebra (nalgebra)

v0.35.0

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.

v0.34.2

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [nalgebra](https://nalgebra.rs) ([source](https://github.com/dimforge/nalgebra)) | dev-dependencies | minor | `0.34.1` → `0.35.0` | | [nalgebra](https://nalgebra.rs) ([source](https://github.com/dimforge/nalgebra)) | dependencies | minor | `0.34.1` → `0.35.0` | --- ### Release Notes <details> <summary>dimforge/nalgebra (nalgebra)</summary> ### [`v0.35.0`](https://github.com/dimforge/nalgebra/blob/HEAD/CHANGELOG.md#0350-24-May-2026) ##### Added - Add the Bunch–Kaufman LDL decomposition (`LBLT`) via the new `Matrix::lblt` method [#&#8203;1591](https://github.com/dimforge/nalgebra/pull/1591). - Add `OneNorm` and the `Matrix::one_norm` method computing the induced matrix 1-norm (maximum absolute column sum) [#&#8203;1591](https://github.com/dimforge/nalgebra/pull/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 [#&#8203;1598](https://github.com/dimforge/nalgebra/pull/1598). - Clarified norm documentation: `EuclideanNorm` is the Frobenius norm for matrices, `LpNorm`/`UniformNorm` are entrywise, not induced matrix norms [#&#8203;1591](https://github.com/dimforge/nalgebra/pull/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` [#&#8203;1581](https://github.com/dimforge/nalgebra/pull/1581). ### [`v0.34.2`](https://github.com/dimforge/nalgebra/blob/HEAD/CHANGELOG.md#0342-28-March-2026) ##### Added - Add `convert-glam031` and `convert-glam032` features for conversion from/to `glam` v0.31 and v0.32 [#&#8203;1597](https://github.com/dimforge/nalgebra/pull/1597). ##### Fixed - Fix `SymmetricEigen` routine [#&#8203;1210](https://github.com/dimforge/nalgebra/pull/1210). - Fix matrix parsing grammar to accept numbers without leading zeros, e.g. ".45" [#&#8203;1578](https://github.com/dimforge/nalgebra/pull/1578). - Fix build with `glam` in `no_std` environments [#&#8203;1555](https://github.com/dimforge/nalgebra/pull/1555). - Fix rustdoc warnings [#&#8203;1511](https://github.com/dimforge/nalgebra/pull/1511). - Implement absolute threshold for early deflation in Schur algorithm [#&#8203;1565](https://github.com/dimforge/nalgebra/pull/1565). - Assert matrix shapes for `Matrix::abs_diff_eq` [#&#8203;1568](https://github.com/dimforge/nalgebra/pull/1568). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/nalgebra-0.x:renovate/nalgebra-0.x
git switch renovate/nalgebra-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/nalgebra-0.x
git switch renovate/nalgebra-0.x
git rebase master
git switch master
git merge --ff-only renovate/nalgebra-0.x
git switch renovate/nalgebra-0.x
git rebase master
git switch master
git merge --no-ff renovate/nalgebra-0.x
git switch master
git merge --squash renovate/nalgebra-0.x
git switch master
git merge --ff-only renovate/nalgebra-0.x
git switch master
git merge renovate/nalgebra-0.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dzu/generic-array-storage!7
No description provided.