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 parry2d-f64 from 0.12.0 to 0.12.1 #1492

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps parry2d-f64 from 0.12.0 to 0.12.1.

Changelog

Sourced from parry2d-f64's changelog.

v0.12.1 (09 Jan. 2023)

Added

  • Add TriMesh::canonical_intersection_with_plane for intersecting with planes aligned with one of the coordinate axes.
  • Add TriMesh::intersection_with_plane for intersecting with arbitrary planes.
  • Add TriMesh::intersection_with_local_plane for intersecting with arbitrary planes in the same space as the mesh
  • Add IntersectResult as the output type for the above functions.
  • Add Polyline::extract_connected_components which splits a compound polyline into its connected components.
  • Add implementations of bytemuck::Pod and bytemuck::Zeroable for all the simple shapes that allow it (Cuboid, Ball, Cone, etc.), and for bounding volumes (BoundingSphere and Aabb).
Commits
  • 192dfb5 Release v0.12.1
  • 6583d58 Merge pull request #118 from dimforge/bytemuck
  • 35cd945 Update changelog
  • 7dce205 Cuda CI fix
  • feda073 Implement bytemuck::Pod for simple shapes and bounding volumes
  • 8450b1a Merge pull request #116 from dimforge/polyline-cc-doc
  • a27c2ff Typo fixes
  • ddb401a Add more clarification to the polyline connected components extraction
  • f7db007 Merge pull request #114 from plof27/add-trimesh-plane-intersection
  • c48cca3 Rework intersection to return a compound 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 January 9, 2023 12:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 9, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/parry2d-f64-0.12.1 branch 2 times, most recently from 450b8e6 to 6f154f6 Compare January 9, 2023 16:59
Bumps [parry2d-f64](https://github.com/dimforge/parry) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/dimforge/parry/releases)
- [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md)
- [Commits](dimforge/parry@v0.12.0...v0.12.1)

---
updated-dependencies:
- dependency-name: parry2d-f64
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/parry2d-f64-0.12.1 branch from 6f154f6 to c290849 Compare January 9, 2023 17:10
@hannobraun hannobraun merged commit 2740899 into main Jan 9, 2023
@hannobraun hannobraun deleted the dependabot/cargo/parry2d-f64-0.12.1 branch January 9, 2023 17:16
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