You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,13 @@
63
63
- Exposed `get_plotly_fig` and modified `draw_plotly` to return the `Figure` it creates. (PR #7258)
64
64
- Fix build with librealsense v2.44.0 and upcoming VS 2022 17.13 (PR #7074)
65
65
- Fix `deprecated-declarations` warnings when compiling code with C++20 standard (PR #7303)
66
+
- Fix advanced indexing bug with sliced boolean masks on CUDA devices (PR #7340)
67
+
- Fix logic for adding -allow-unsupported-compiler to nvcc (PR #7337)
68
+
- Fix linker error "library limit of 65535 objects exceeded" with Ninja generator on MSVC (PR #7335)
69
+
- Download tarballs instead of Git repos for "3rdparty/uvatlas" (PR #7371)
66
70
- macOS x86_64 not longer supported, only macOS arm64 is supported.
71
+
72
+
67
73
## 0.13
68
74
69
75
- CUDA support 10.1 -> 11.0. Tensorflow 2.3.1 -> 2.4.1. PyTorch 1.6.0 -> 1.7.1 (PR #3049). This requires a custom PyTorch wheel from <https://github.com/isl-org/open3d_downloads/releases/tag/torch1.7.1> due to PyTorch issue #52663
0 commit comments