Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 21, 2025

Bumps open3d from 0.18.0 to 0.19.0.

Release notes

Sourced from open3d's releases.

v0.19 release

Happy new year to all! The Open3D team and many amazing community members bring to you the latest and best Open3D with many new features and bug fixes. Here are the highlights of this release:

  • Support for Python 3.12 and Numpy 2.

  • Experimental cross-platform GPU support through sycl. Use your integrated GPU to accelerate Open3D! Try out the preview Python 3.10 sycl wheel on Ubuntu 22.04+. For more details, see the documentation.

  • The preview wheel also features GPU accelerated raycasting with Embree (Intel GPUs) for fast geometry computation. docs. Contributed by @​lumurillo

  • 3D geometry metrics: Chamfer distance, Hausdorff distance and F-score. TriangleMesh docs and PointCloud docs. image

  • New FlyingEdges algorithm for extracting an isosurface (triangle mesh) from a dense 3D volume. Contributed by @​intelshashi in #6648. docs.

  • Add albedo texture to a mesh from calibrated images. docs and example.

  • macOS ARM64+x86_64 universal Python wheel and C++ binary. Contributed by @​sitic in #6695 .
  • Sampling from mesh now includes color. Contributed by @​nikste in #6842.
  • CUDA 12 support, and support for building with CUDA dynamic libraries. Contributed by @​davconde in #6815 .
  • Support for PyTorch 2.2 and TensorFlow 2.16

⚠️ Warning: ⚠️ Due to incompatibilities in the cxx11_abi on Linux between PyTorch and TensorFlow, official Python wheels on Linux only support PyTorch, not TensorFlow. [See https://redirect.github.com/isl-org/Open3D/pull/6288] for details. If you'd like to use Open3D with TensorFlow on Linux, you can build Open3D wheel from source in docker with support for Tensorflow (but not PyTorch) as:

cd docker
# Build open3d and open3d-cpu wheels for Python 3.10 with Tensorflow support
export BUILD_PYTORCH_OPS=OFF BUILD_TENSORFLOW_OPS=ON
./docker_build.sh cuda_wheel_py310
L7PsZ0r5Xotk2nt6.mp4

Known Issues

  • macOS viewer does not work with file associations, does not open a blank window on opening without a file. This is a side effect of the GLFW update (PR #6587) . Please continue using v0.18 macOS viewer.
  • ARM64 Linux builds are not available due to a runtime dynamic linker error: "cannot allocate memory in static TLS block". e.g. see here.
  • [Breaking change] Changed lambda to lambda_penalty in orient_normals_consistent_tangent_plane. (isl-org/Open3D#7096)
  • [Breaking change] Fix torch furthest_point_sampling argument typo (isl-org/Open3D#7025)
  • [Breaking change] If an image read fails, any old image data held in the Image object is cleared to prevent accidental use.
  • BUILD_HEADLESS_RENDERING option (OSMesa) gives a build error in Ubuntu 24.04.

Acknowledgment

We would like to thank all of our community contributors for their true labor of love for this release! Also thanks to the many others who helped the Open3D community by reporting as well as resolving issues.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [open3d](https://github.com/isl-org/Open3D) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/isl-org/Open3D/releases)
- [Changelog](https://github.com/isl-org/Open3D/blob/main/CHANGELOG.md)
- [Commits](isl-org/Open3D@v0.18.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 21, 2025
@junha-l junha-l closed this Mar 2, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 2, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/open3d-0.19.0 branch March 2, 2025 09:03
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.

2 participants