Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2025

This PR contains the following updates:

Package Type Update Change
nalgebra (source) dependencies minor 0.32.3 -> 0.34.0

Release Notes

dimforge/nalgebra (nalgebra)

v0.34.0

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
  • Bumped MSRV to 1.87.0.
  • Updated rand dependency to 0.9.0.
  • Renamed associated const DimName::USIZE to DimName::DIM.
  • Moved to Rust 2024 edition.
  • Several methods are now const whenever possible. See details in #​1522.
  • Features for conversion from/to types from glam (such as convert-glam029) no longer enable default features for
    glam, allowing use in no_std environments.
Fixed
  • Fix infinite loop when attempting to take the Schur decomposition of a 0 matrix.

v0.33.2

Compare Source

Added
  • Add the convert-glam029 feature to enable conversion from/to types from glam v0.29.

v0.33.1

Added
  • Add implementations of bytemuck traits for isometries and similarities.
  • Implement AsRef<[T]> for matrices with contiguous storage.
  • Enable the num-complex/bytemuck feature when the convert-bytemuck feature is enabled.

v0.33.0

Fixed
  • Fix a memory leak in Matrix::generic_resize.
  • Fix glm::is_null to check the vector magnitude instead of individual components.
  • Ensure that inverting a 4x4 matrix leaves it unchanged if the inversion fails.
Added
  • Add the glam-0.28 feature to enable conversion from/to types from glam v0.28.
  • Add a stack! macro for concatenating matrices. See #​1375.
Modified
  • The cuda feature has been removed, as the toolchain it depends on is long abandoned.
  • Update to simba 0.9. See the changelog of simba for
    details.
  • Update the nalgebra-macros crate to syn 2.0.
  • Remove the scalar type T from the Allocator trait parameters. Instead of Allocator<T, R, C>, use the simpler
    Allocator<R, C>.

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 this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nalgebra-0.x branch from 37618a7 to 8c93062 Compare August 4, 2025 19:52
@renovate renovate bot changed the title chore(deps): update rust crate nalgebra to 0.33.0 chore(deps): update rust crate nalgebra to 0.34.0 Aug 4, 2025
@tversteeg tversteeg merged commit 66d95e6 into main Aug 24, 2025
10 checks passed
@tversteeg tversteeg deleted the renovate/nalgebra-0.x branch August 24, 2025 05:00
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