Skip to content

chore(deps): bump nalgebra-lapack from 0.27.0 to 0.28.0#57

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nalgebra-lapack-0.28.0
Closed

chore(deps): bump nalgebra-lapack from 0.27.0 to 0.28.0#57
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nalgebra-lapack-0.28.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps nalgebra-lapack from 0.27.0 to 0.28.0.

Changelog

Sourced from nalgebra-lapack's changelog.

[0.28.0]

Added

  • Implement Hash for Transform.
  • Implement Borrow and BorrowMut for contiguous slices.

Modified

  • The OPoint<T, D> type has been added. It takes the dimension number as a type-level integer (e.g. Const<3>) instead of a const-generic. The type Point<T, const D: usize> is now an alias for OPoint. This changes doesn't affect any of the existing code using Point. However, it will allow the use OPoint in a generic context where the dimension cannot be easily expressed as a const-generic (because of the current limitation of const-generics in Rust).
  • Several clippy warnings were fixed. This results in some method signature changes (e.g. taking self instead of &self) but this should not have any practical infulances on existing codebase.
  • The Point::new constructors are no longer const-fn. This is due to some limitations in const-fn not allowing custom trait-bounds. Use the point! macro instead to build points in const environments.
  • Dynamic::new and Unit::new_unchecked are now const-fn.
  • Methods returning Result<(), ()> now return bool instead.

Fixed

  • Fixed a potential unsoundess issue when converting a mutable slice to a &mut[T].

[0.27.1]

Fixed

  • Fixed a bug in the conversion from glam::Vec2 or glam::DVec2 to Isometry2.
Commits
  • 7eb5fd3 Update the changelog.
  • cce7d9e Merge pull request #937 from jsmith628/fixed-size-borrow
  • c320988 Merge pull request #944 from vadixidav/dev
  • b007e19 Merge pull request #938 from Nateckert/omatrix_to_string
  • ca1297a Release v0.28.0
  • 02e9ac4 import macros from alloc to solve issues with missing format! macro, among ot...
  • 7bcb546 Merge pull request #943 from dimforge/point_dim_name
  • ac61e11 Merge pull request #932 from CAD97/moar-const
  • 2ce6811 Fix compilation when enabling the bytemuck feature.
  • 85d07b2 FIx serde impl bounds
  • Additional commits viewable in compare view

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-lapack](https://github.com/dimforge/nalgebra) from 0.27.0 to 0.28.0.
- [Changelog](https://github.com/dimforge/nalgebra/blob/main/CHANGELOG.md)
- [Commits](dimforge/nalgebra@v0.27.0...v0.28.0)

---
updated-dependencies:
- dependency-name: nalgebra-lapack
  dependency-version: 0.28.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 Jun 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Looks like nalgebra-lapack is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 25, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/nalgebra-lapack-0.28.0 branch June 25, 2026 06:02
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