Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps glam from 0.9.4 to 0.15.2.

Changelog

Sourced from glam's changelog.

[0.15.2] - 2021-05-20

Added

  • Added from_cols() methods to affine types.
  • Added methods for reading and writing affine types from and to arrays and slices, including from_cols_array(), to_cols_array(), from_cols_array_2d(), to_cols_array_2d(), from_cols_slice() and write_cols_to_slice().
  • Added core::fmt::Display trait implementations for affine types.
  • Added core::ops::Add, core::ops::Mul scalar and core::ops::Sub trait implementations for affine types.
  • Added from_array() methods to quaternion types.

Changed

  • Renamed vector and quaternion from_slice_unaligned() and write_to_slice_unaligned() methods to from_slice() and write_to_slice().
  • Removed usage of _mm_rcp_ps from SSE2 implementation of Quat::slerp as this instruction is not deterministic between Intel and AMD chips.

[0.15.1] - 2021-05-14

Changed

  • Disable const_assert_eq! size and alignment checks for SPIR-V targets.

[0.15.0] - 2021-05-14

Breaking changes

  • Removed PartialOrd and Ord trait implementations for all glam types.
  • Removed deprecated zero(), one(), unit_x(), unit_y(), unit_z(), unit_w(), identity() and Mat2::scale() methods.
  • Remove problematic Quat From trait conversions which would allow creating a non-uniform quaternion without necessarily realising, including from Vec4, (x, y, z, w) and [f32; 4].

Added

  • Added EulerRot enum for specifying Euler rotation order and Quat::from_euler(), Mat3::from_euler() and Mat4::from_euler() which support specifying a rotation order and angles of rotation.
  • Added Quat::to_euler() method for extracting Euler angles.
  • Added Quat::from_vec4() which is an explicit method for creating a quaternion from a 4D vector. The method does not normalize the resulting quaternion.
  • Added Mat3A type which uses Vec3A columns. It is 16 byte aligned and contains internal padding but it generally faster than Mat3 for most

... (truncated)

Commits
  • 5ba4399 Prepare 0.15.2 for release (#184)
  • c81410f Added from_array to quaternion types.
  • 491103d Add missing impls to affine types, (add, sub, mul scalar, display, to and fro...
  • 38f7969 Merge pull request #181 from bitshifter/prepare-0.15.1
  • bb0de2a Prepare 0.15.1 release to fix SPIR-V targets.
  • 95b410e Prepare for 0.15.0 release.
  • 5145d22 Documentation changes around new Mat3A and affine types (#178)
  • c9b28a6 Merge branch 'master' of github.com:bitshifter/glam-rs
  • 76e07db Remove some unnecessary usage of as_ref.
  • c92a00d More CHANGELOG items.
  • 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [glam](https://github.com/bitshifter/glam-rs) from 0.9.4 to 0.15.2.
- [Release notes](https://github.com/bitshifter/glam-rs/releases)
- [Changelog](https://github.com/bitshifter/glam-rs/blob/master/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.9.4...0.15.2)

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 Jun 1, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #22.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/glam-0.15.2 branch July 1, 2021 04:51
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