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.10.0 to 0.11.0 #961

Merged
merged 1 commit into from
Dec 1, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2020

Updates the requirements on glam to permit the latest version.

Changelog

Sourced from glam's changelog.

[0.11.0] - 2020-11-26

Added

  • Added is_finite method to all types which returns true if, and only if, all contained elements are finite.
  • Added exp and powf methods for all vector types.

Changed

  • The is_nan method now returns a bool to match the new is_finite method and to be consistent with the same methods on the f32 and f64 primitive types.
  • Renamed is_nan which returns a vector mask to is_nan_mask.
  • Don't use the cfg definitions added by build.rs for definining structs as rust-analyzer is not aware of them.

Removed

  • Removed deprecated accessor methods.

[0.10.2] - 2020-11-17

Changed

  • Deprecated element accessor members .x(), .x_mut(), .set_x(), etc. on vector and quaternion types.
  • Deprecated column accessor members .x_axis(), .x_axis_mut(), .set_x_axis(), etc. on matrix types.

[0.10.1] - 2020-11-15

Added

  • Added the Vec2::perp method which returns a Vec2 perpendicular to self.

Changed

  • Vec2 and Vec3 types were changed to use public named fields for .x, .y, and .z intead of accessors.
  • Quat, Vec3A and Vec4 implement Deref and DerefMut for the new XYZ and XYZW structs to emulate public named field access.
  • Mat3 and Mat4 had their axis members made pubic intead of needing accessors.
  • Mat2 implements Deref and DerefMut for the new XYAxes struct to emulate public named field access.

Removed

  • Removed deprecated length_reciprocal and sign methods.

... (truncated)

Commits
  • 82a63e9 Prepare for release 0.11.0
  • aae7e02 Added exp and powf methods to vector types.
  • 2875784 Don't use build.rs cfg for struct definitions.
  • 45a84c4 Renamed is_nan to is_nan_mask and added is_nan that returns bool.
  • 71284a2 Merge pull request #98 from emilk/is-finite
  • c937d16 add tests of is_finite
  • 4ce7626 Add fn is_finite(&self) -> bool member to all types
  • 8605764 Remove deprecated accessor methods.
  • bea855c Prepare for release 0.10.2.
  • 1b17bf9 Formatting and style fixes.
  • 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 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)

Updates the requirements on [glam](https://github.com/bitshifter/glam-rs) to permit the latest version.
- [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.10.0...0.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
@cart
Copy link
Member

cart commented Dec 1, 2020

we can't merge this update until hexasphere is updated to use the latest glam. @OptimisticPeach

OptimisticPeach added a commit to OptimisticPeach/hexasphere that referenced this pull request Dec 1, 2020
@OptimisticPeach OptimisticPeach mentioned this pull request Dec 1, 2020
@cart cart merged commit 048e6e2 into master Dec 1, 2020
@dependabot dependabot bot deleted the dependabot/cargo/glam-0.11.0 branch December 1, 2020 06:25
@fopsdev fopsdev mentioned this pull request Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant