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.11.1 to 0.12.0 #1440

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2022

Bumps parry3d-f64 from 0.11.1 to 0.12.0.

Changelog

Sourced from parry3d-f64's changelog.

v0.12.0 (11 Dec. 2022)

Modified

  • Qbvh::leaf_data now requires &self instead of &mut self.
  • Replace the Qbvh::leaf boolean by a bitflags.

Added

  • Add Qbvh::remove, Qbvh::pre_update_or_insert, Qbvh::refit, Qbvh::rebalance to allow modifying a Qbvh without having to rebuild it completely.
  • Add QbvhNode::is_leaf to get if a node is a leaf or not.
  • Add SharedShape::trimesh_with_flags for building a trimesh with specific pre-processing flags.

Fixed

  • Fix Triangle::contains_point.
Commits
  • 9a181df Fix date in changelog
  • ca3f175 Merge pull request #113 from dimforge/release-v0.12
  • 45071f6 CI: update cuda-toolkit to 0.2.8
  • a729c95 Release v0.12.0
  • 42fdd59 Merge pull request #78 from ugodiggi/ugo/triangle-contains-point
  • bd1cca9 Fix warning
  • b37cedf Fix 2D Triangle::contains_point too
  • 5fc865b Fix Triangle::contains_point
  • 87ebbbe Merge pull request #112 from dimforge/non-mut-leaf-data
  • 936e257 Merge pull request #108 from wlinna/patch-1
  • 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 added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 12, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/parry3d-f64-0.12.0 branch from f4667bb to 44b5e0b Compare December 12, 2022 12:51
@dependabot dependabot bot force-pushed the dependabot/cargo/parry3d-f64-0.12.0 branch from 44b5e0b to d80d5b9 Compare December 12, 2022 13:12
Bumps [parry3d-f64](https://github.com/dimforge/parry) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/dimforge/parry/releases)
- [Changelog](https://github.com/dimforge/parry/blob/master/CHANGELOG.md)
- [Commits](dimforge/parry@v0.11.1...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/parry3d-f64-0.12.0 branch from d80d5b9 to 11b95a1 Compare December 12, 2022 13:27
@hannobraun hannobraun merged commit 56da650 into main Dec 12, 2022
@hannobraun hannobraun deleted the dependabot/cargo/parry3d-f64-0.12.0 branch December 12, 2022 13:39
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.

None yet

1 participant