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

Update glam requirement from 0.27 to 0.29 #581

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Updates the requirements on glam to permit the latest version.

Changelog

Sourced from glam's changelog.

[0.29.0] - 2024-08-20

Breaking changes

  • EulerRot has been reimplemented and now has support for 24 different rotation order enum values.

Fixed

  • Reduced the dot threshold at which quaternion slerp uses lerp to improve accuracy.

Added

  • Added 3x3 matrix from_mat4_minor() and 2x2 matrix from_mat3_minor() methods.

  • Added bvec2, bvec3, bvec3a, bvec4 and bvec4a vector mask creation functions.

  • Added all 24 possible intrinsic and extrinsic Euler angle rotation combinations to EulerRot enum.

  • Added is_finite_mask method to vector types which returns a vector mask.

  • Added reflect and refract methods to vector types.

  • Added to_euler methods to matrix types which extracts Euler angles from a rotation matrix for a given EulerRot.

  • Added generic map method to vector types which applies a functor to all vector elements.

  • Vector arithmetic ops are now implemented on references.

Changed

  • Vector and quaternion lerp now uses a precise lerp algorithm.

[0.28.0] - 2024-06-10

Breaking changes

  • Removed derives from glam::deref types used by Deref on SIMD vector types. These unintentionally added support for traits like PartialOrd to SIMD vector types. This may break existing code that was depending on this. Please use cmple().all() etc. instead of PartialOrd methods.

  • Removed impl From<Vec4> for Vec3A as this violated the From trait contract that conversions should be lossless. Please use the explicit

... (truncated)

Commits
  • d827651 Prepare 0.29.0 release. (#552)
  • 833ec1f Reduce dot threshold at which lerp is used instead of slerp. (#550)
  • 913395d Vector arithmetic ops implementations for references (#549)
  • 7cc4dce Switch to precise lerp. (#548)
  • 9a8729d Update some dev deps.
  • fe3365b Generic mapping function for vectors (#547)
  • a4ee21a Add a test for EulerRot::default()
  • d7591ce Restore the Default impl for EulerRot.
  • 4488b23 Updated CHANGELOG.
  • c367df8 Add Mat2::from_mat3_minor and Mat3::from_mat4_minor methods (#543)
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 26, 2024
Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version.
- [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md)
- [Commits](bitshifter/glam-rs@0.27.0...0.29.0)

---
updated-dependencies:
- dependency-name: glam
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
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