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 parry3d-f64 from 0.9.0 to 0.10.0 #1188

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps parry3d-f64 from 0.9.0 to 0.10.0.

Changelog

Sourced from parry3d-f64's changelog.

v0.10.0 (02 Oct. 2022)

Modified

  • Add to query::time_of_impact a boolean argument stop_at_penetration. If set to false the linear shape-cast won’t immediately stop if the shape is penetrating another shape at its starting point and its trajectory is such that it’s existing that penetration configuration.

Added

  • Add 2D Heightfield::to_polyline to get the explicit vertices/indices of a 2D heightfield seen as a polyline.
  • Add the support for linear shape-cast (query::time_of_impact) for heightfields.
  • Make the convex polyhedron scaling more forgiving regarding normals to avoid frequent unjustified panics.
  • Fix panic happening when building a convex polyhedron with empty inputs.
  • Add the support of Heightfields on CUDA kernels written in Rust using the cust crate.
  • Add the rkyv-serialize feature that enables the implementation of rkyv serialization/deserialization for most shapes.
  • Add the parallel feature that enables methods for the parallel traversal of QBVH trees: QBVH::traverse_bvtt_parallel, QBVH::traverse_bvtt_node_parallel, QBVH::traverse_depth_first_parallel, QBVH::traverse_depth_first_node_parallel.

Fixed

  • Fix the application of non-uniform scaling to balls.
Commits
  • 847eb94 Release v0.10.0
  • fa852f6 Merge pull request #96 from dimforge/rkyv-rayon
  • a640841 Merge branch 'master' into rkyv-rayon
  • 3f29e5e Use simba > 0.7.2 and remove cargo patch
  • 8e106ec Update examples
  • 70e04f3 Fix no-std build
  • 36b9cde Update changelog
  • 9ed21c1 Add a stop_at_penetration argument to the linear shape-cast
  • 477ae9c Add heigthfield shape-casting
  • 1df8234 Add Heightfield::to_polyline
  • 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 dependabot bot requested a review from hannobraun as a code owner October 10, 2022 12:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 10, 2022
@hannobraun hannobraun enabled auto-merge October 10, 2022 12:58
Bumps [parry3d-f64](https://github.com/dimforge/parry) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/dimforge/parry/releases)
- [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md)
- [Commits](dimforge/parry@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: parry3d-f64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/parry3d-f64-0.10.0 branch from 8cece1f to f403eff Compare October 10, 2022 13:05
@hannobraun hannobraun merged commit a1fa380 into main Oct 10, 2022
@hannobraun hannobraun deleted the dependabot/cargo/parry3d-f64-0.10.0 branch October 10, 2022 13:13
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.

1 participant