Skip to content

Commit

Permalink
version bump t0 v0.11.1 (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
yxlao committed Oct 24, 2020
1 parent f1d478c commit 31fdcad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,29 +72,21 @@ and [Open3D C++ interface](http://www.open3d.org/docs/release/cpp_api.html).

## Open3D-Viewer app

<img align="left" width="480" src="https://raw.githubusercontent.com/intel-isl/Open3D/master/docs/_static/open3d_viewer.png">
<img width="480" src="https://raw.githubusercontent.com/intel-isl/Open3D/master/docs/_static/open3d_viewer.png">

Open3D-Viewer is a standalone 3D viewer app available on Ubuntu and macOS.
Please stay tuned for Windows.

Download Open3D Viewer from the
Please stay tuned for Windows. Download Open3D Viewer from the
[release page](https://github.com/intel-isl/Open3D/releases).

<br clear="left"/>

## Open3D-ML

<img align="left" width="480" src="https://raw.githubusercontent.com/intel-isl/Open3D-ML/master/docs/images/getting_started_ml_visualizer.gif">
<img width="480" src="https://raw.githubusercontent.com/intel-isl/Open3D-ML/master/docs/images/getting_started_ml_visualizer.gif">

Open3D-ML is an extension of Open3D for 3D machine learning tasks. It builds on
top of the Open3D core library and extends it with machine learning tools for
3D data processing.

To try it out, install Open3D with PyTorch or TensorFlow and check out
3D data processing. To try it out, install Open3D with PyTorch or TensorFlow and check out
[Open3D-ML](https://github.com/intel-isl/Open3D-ML).

<br clear="left"/>

## Communication channels

* [GitHub Issue](https://github.com/intel-isl/Open3D/issues): bug reports,
Expand Down
2 changes: 1 addition & 1 deletion cpp/open3d/version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
OPEN3D_VERSION_MAJOR 0
OPEN3D_VERSION_MINOR 11
OPEN3D_VERSION_PATCH 0
OPEN3D_VERSION_PATCH 1
8 changes: 6 additions & 2 deletions docs/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ document.write('\
<td><a href="http://www.open3d.org/docs/latest/cpp_api">latest C++</a></td>\
</tr>\
<tr>\
<td><a href="http://www.open3d.org/docs/release">0.11.0</a></td>\
<td><a href="http://www.open3d.org/docs/release/cpp_api">0.11.0 C++</a></td>\
<td><a href="http://www.open3d.org/docs/release">0.11.1</a></td>\
<td><a href="http://www.open3d.org/docs/release/cpp_api">0.11.1 C++</a></td>\
</tr>\
<tr>\
<td><a href="http://www.open3d.org/docs/0.11.0">0.11.0</a></td>\
<td><a href="http://www.open3d.org/docs/0.11.0/cpp_api">0.11.0 C++</a></td>\
</tr>\
<tr>\
<td><a href="http://www.open3d.org/docs/0.10.0">0.10.0</a></td>\
Expand Down

0 comments on commit 31fdcad

Please sign in to comment.