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

fix(deps): update rust crate nalgebra to 0.32.3 #3475

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
nalgebra (source) dependencies patch 0.32.2 -> 0.32.3

Release Notes

dimforge/nalgebra (nalgebra)

v0.32.3

Compare Source

Modified
  • Statically sized matrices are now serialized as tuples to match how serde
    serialized plain arrays.
  • Don’t require Scalar for matrix PartialEq and Eq.
Added
  • Allow trailing punctuation in macros vector!, matrix!, point!, etc.
  • Add the methods Matrix1::as_scalar, ::as_scalar_mut, ::to_scalar, ::into_scalar.
  • Add Rotation3::euler_angles_ordered, a generalized euler angles calculation.
  • Add the glam-0.24 feature to enable conversion from/to types from glam v0.24.
  • Add the lerp method to points.
  • Implement Clone for MatrixIter.
Fixed
  • Fixed severe catastrophic cancellation issue in variance calculation.

Configuration

📅 Schedule: Branch creation - "after 6am and before 3pm every weekday" in timezone Europe/Oslo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner July 10, 2023 08:48
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 10, 2023
@renovate renovate bot enabled auto-merge (squash) July 10, 2023 08:48
@renovate renovate bot force-pushed the renovate/nalgebra-0.x branch 11 times, most recently from 8d8ac33 to f75783f Compare July 17, 2023 08:44
@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Merging #3475 (1621745) into master (839d79a) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #3475      +/-   ##
==========================================
- Coverage   71.67%   71.66%   -0.01%     
==========================================
  Files         346      346              
  Lines       33669    33669              
  Branches     2645     2644       -1     
==========================================
- Hits        24131    24129       -2     
- Misses       9434     9436       +2     
  Partials      104      104              

see 1 file with indirect coverage changes

@renovate renovate bot force-pushed the renovate/nalgebra-0.x branch 3 times, most recently from 258873d to 28fac73 Compare July 17, 2023 17:07
@renovate renovate bot merged commit 7c0e5e0 into master Jul 17, 2023
14 checks passed
@renovate renovate bot deleted the renovate/nalgebra-0.x branch July 17, 2023 23:05
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.

0 participants