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.19.0 to 0.21.0 #58

Merged
merged 1 commit into from
Apr 24, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps nalgebra from 0.19.0 to 0.21.0.

Changelog

Sourced from nalgebra's changelog.

[0.21.0]

In this release, we are no longer relying on traits from the alga crate for our generic code. Instead, we use traits from the new simba crate which are both simpler, and allow for significant optimizations like AoSoA SIMD.

Refer to the monthly Rustsim blogpost for details about this switch and its benefits.

Added

  • It is now possible to use SIMD types like simba::f32x4 as scalar types for nalgebra's matrices and geometric types.

Modified

  • Use of traits like alga::general::{RealField, ComplexField} have now been replaced by simba::scalar::{RealField, ComplexField}.
  • The implementation of traits from the alga crate (and well as the dependency to alga_) are now omitted unless the alga cargo feature is activated.

Removed

  • The Neg unary operator is no longer implemented for UnitComplex and UnitQuaternion. This caused hard-to-track errors when we mistakenly write, e.g., -q * v instead of -(q * v).
  • The na::convert_unchecked is no longer marked as unsafe.

[0.20.0]

Added

  • cholesky.rank_one_update(...) which performs a rank-one update on the cholesky decomposition of a matrix.
  • From<&Matrix> is now implemented for matrix slices.
  • .try_set_magnitude(...) which sets the magnitude of a vector, while keeping its direction.
  • Implementations of From and Into for the conversion between matrix slices and standard (&[N] &mut [N]) slices.

Modified

  • We started some major changes in order to allow non-Copy types to be used as scalar types inside of matrices/vectors.
Commits
  • 30186d9 Release nalgebra v0.21.0
  • b81aed7 Merge pull request #713 from rustsim/soa_simd
  • 384aee8 CI: don't run nalgebra-lapack test for now.
  • 89a6251 CI: install dependencies for the tests too.
  • 240aaea Merge pull request #711 from cschenio/cschenio/doc
  • f782060 Fix trailing commas in tests.
  • ed85d54 CI: use openblas instead of netlib.
  • 4233ba1 CI: add some missing dependencies for lapack
  • 0c0915d CI: install cmake for lapack compilation.
  • 7bbca5c CI: fix feature selection for nalgebra-lapack.
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [nalgebra](https://github.com/rustsim/nalgebra) from 0.19.0 to 0.21.0.
- [Release notes](https://github.com/rustsim/nalgebra/releases)
- [Changelog](https://github.com/rustsim/nalgebra/blob/dev/CHANGELOG.md)
- [Commits](dimforge/nalgebra@v0.19.0...v0.21.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 6, 2020
@coveralls
Copy link

coveralls commented Apr 6, 2020

Pull Request Test Coverage Report for Build 258

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 15 unchanged lines in 6 files lost coverage.
  • Overall coverage decreased (-0.03%) to 59.855%

Files with Coverage Reduction New Missed Lines %
config.rs 1 46.43%
world/boundingbox.rs 2 80.95%
world/material.rs 2 68.83%
world/shape.rs 2 53.06%
main.rs 4 0%
world/mod.rs 4 0%
Totals Coverage Status
Change from base Build 238: -0.03%
Covered Lines: 744
Relevant Lines: 1243

💛 - Coveralls

@ThomasdenH ThomasdenH merged commit f36c8ae into master Apr 24, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/nalgebra-0.21.0 branch April 24, 2020 07: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants