Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nalgebra from 0.31.1 to 0.31.2 #1192

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps nalgebra from 0.31.1 to 0.31.2.

Changelog

Sourced from nalgebra's changelog.

[0.31.2] (09 Oct. 2022)

Modified

  • Use #[inline] on the Dim implementation for Const to improve opt-level 1 performance.
  • Make the Point::new constructions const-fn.

Added

  • Add UnitVector::cast to change the underlying scalar type.
Commits
  • 983e6db Merge pull request #1161 from dimforge/v0.31.2
  • a752a4b Release v0.31.2
  • 202a548 Merge pull request #1156 from dimforge/fix-ci
  • 1870080 Remove const for Point1::new when targetting cuda
  • 1079f0c Add a non-const version of Point::new when the cuda feature is enabled
  • 7adecde Merge pull request #1144 from Patiga/lib-doc-link-items
  • 3aca9af Link listed types in lib.rs to their docs
  • 5cf6afb Merge pull request #1141 from lsh/sparse-clear-triplet
  • 498fbf5 remove unnecessary trait bounds
  • 0eb1f5c 'fix error's
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot requested a review from hannobraun as a code owner October 10, 2022 13:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 10, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/nalgebra-0.31.2 branch from a7e9a59 to 20ff91c Compare October 10, 2022 13:36
Bumps [nalgebra](https://github.com/dimforge/nalgebra) from 0.31.1 to 0.31.2.
- [Release notes](https://github.com/dimforge/nalgebra/releases)
- [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md)
- [Commits](dimforge/nalgebra@v0.31.1...v0.31.2)

---
updated-dependencies:
- dependency-name: nalgebra
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/nalgebra-0.31.2 branch from 20ff91c to a25b02c Compare October 10, 2022 13:42
@hannobraun hannobraun merged commit 43c6c0d into main Oct 10, 2022
@hannobraun hannobraun deleted the dependabot/cargo/nalgebra-0.31.2 branch October 10, 2022 13:49
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.

1 participant