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 parry3d-f64 requirement from 0.17.0 to 0.18.0 #74

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 Jan 10, 2025

Updates the requirements on parry3d-f64 to permit the latest version.

Changelog

Sourced from parry3d-f64's changelog.

v0.18.0

Added

  • Implement ::to_trimesh in 2d for Cuboid and Aabb.
  • Fix some edge-cases in point_in_poly2d for self-intersecting polygons.
  • Fix some edge-cases in mesh/mesh intersection that could result in degenerate triangles being generated.

Fix

  • Fix panic in epa3::EPA::closest_points and epa2::EPA::closest_points. Related issues: #253, #246

Modified

  • Propagate error information while creating a mesh and using functions making use of it (See #262):
    • TriMesh::new
    • TriMesh::intersection_with_aabb
    • SharedShape::trimesh
    • SharedShape::trimesh_with_flags
  • point_cloud_bounding_sphere and point_cloud_bounding_sphere_with_center now returns a BoundingSphere.
  • Removed IntersectionCompositeShapeShapeBestFirstVisitor (which had been deprecated for a while): use IntersectionCompositeShapeShapeVisitor instead.

v0.17.5

Fix

  • Always compute connected-components from union-find instead of topology. It is faster and the function based on topology could result in a crash for non-manifold meshes.

v0.17.4

Added

  • Add TriMeshConnectedComponents::to_meshes and ::to_mesh_buffers to easily extract individual meshes from the set of connected components.
  • Add TriMesh::connected_component_meshes to get the connected components as meshes directly.

Modified

  • Connected-components extraction will never fail now, and no longer require the successful calculation of the mesh’s half-edge topology.

v0.17.3

Fix

  • Fix compiling with enhanced-determinism feature enabled.
    • This is now checked on CI.

... (truncated)

Commits
  • afcd1f6 Release v0.18.0 (#300)
  • 2a03d5a Addressing fallibility issues (#282)
  • 8932cf3 fix: always compute mesh connected-components from union-find (#299)
  • aaeb17f IntersectionCompositeShapeShapeVisitor is now able to return partId (#293)
  • 37663ce Example convex_decomposition (#266)
  • 5cd3877 Fix needless lifetimes clippy warning (#294)
  • 6f32753 More mesh/mesh intersection and point-in-poly fixes (#292)
  • a3f5e19 feat: make connected component calculation infaillible + add helper functions...
  • 816db48 add ci on v.* branches (#288)
  • 27c62c7 chore: fix changelog
  • 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)

Updates the requirements on [parry3d-f64](https://github.com/dimforge/parry) to permit the latest version.
- [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md)
- [Commits](dimforge/parry@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: parry3d-f64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2025
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