From b9e049cf3f2e147b6c8fb08aacf053597bfd64f8 Mon Sep 17 00:00:00 2001 From: Sameer Sheorey <41028320+ssheorey@users.noreply.github.com> Date: Sun, 31 Dec 2023 11:36:26 -0800 Subject: [PATCH] Update version from 0.17.0 to 0.18.0 (#6560) * Update version from 0.17.0 to 0.18.0, add release checklist to docs folder. * Website http -> https --- .../ISSUE_TEMPLATE/0-build-issue-report.yml | 4 +- .github/ISSUE_TEMPLATE/1-bug-report.yml | 4 +- .github/ISSUE_TEMPLATE/2-questions.yml | 4 +- .github/ISSUE_TEMPLATE/3-feature-request.yml | 4 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- CHANGELOG.md | 2 +- CMakeLists.txt | 4 +- README.md | 26 ++++---- cpp/open3d/version.txt | 2 +- .../visualizer/GuiVisualizer.cpp | 4 +- docs/_templates/sidebar/variant-selector.html | 2 +- docs/getting_started.in.rst | 6 +- docs/jupyter/geometry/python_interface.ipynb | 2 +- docs/release.md | 29 +++++++++ docs/versions.js | 62 ++++++++++--------- python/README.rst | 4 +- python/tools/cli.py | 2 +- util/check_cpp_style.cmake | 2 +- util/check_style.py | 2 +- 19 files changed, 100 insertions(+), 67 deletions(-) create mode 100644 docs/release.md diff --git a/.github/ISSUE_TEMPLATE/0-build-issue-report.yml b/.github/ISSUE_TEMPLATE/0-build-issue-report.yml index a6f60d138d0..2b7000bd2fe 100644 --- a/.github/ISSUE_TEMPLATE/0-build-issue-report.yml +++ b/.github/ISSUE_TEMPLATE/0-build-issue-report.yml @@ -11,9 +11,9 @@ body: options: - label: "I have searched for [similar issues](https://github.com/isl-org/Open3D/issues)." required: true - - label: "For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip)." + - label: "For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip)." required: true - - label: "I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `main` branch)." + - label: "I have checked the [release documentation](https://www.open3d.org/docs/release/) and the [latest documentation](https://www.open3d.org/docs/latest/) (for `main` branch)." required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 849ff752d3e..c290c92ff05 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -11,9 +11,9 @@ body: options: - label: "I have searched for [similar issues](https://github.com/isl-org/Open3D/issues)." required: true - - label: "For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip)." + - label: "For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip)." required: true - - label: "I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `main` branch)." + - label: "I have checked the [release documentation](https://www.open3d.org/docs/release/) and the [latest documentation](https://www.open3d.org/docs/latest/) (for `main` branch)." required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/2-questions.yml b/.github/ISSUE_TEMPLATE/2-questions.yml index 0a345ef8d8c..d41a1e67748 100644 --- a/.github/ISSUE_TEMPLATE/2-questions.yml +++ b/.github/ISSUE_TEMPLATE/2-questions.yml @@ -11,9 +11,9 @@ body: options: - label: "I have searched for [similar issues](https://github.com/isl-org/Open3D/issues)." required: true - - label: "For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip)." + - label: "For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip)." required: true - - label: "I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `main` branch)." + - label: "I have checked the [release documentation](https://www.open3d.org/docs/release/) and the [latest documentation](https://www.open3d.org/docs/latest/) (for `main` branch)." required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/3-feature-request.yml b/.github/ISSUE_TEMPLATE/3-feature-request.yml index 6cfc80765c7..82185f96fae 100644 --- a/.github/ISSUE_TEMPLATE/3-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3-feature-request.yml @@ -11,9 +11,9 @@ body: options: - label: "I have searched for [similar issues](https://github.com/isl-org/Open3D/issues)." required: true - - label: "For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip)." + - label: "For Python issues, I have tested with the [latest development wheel](https://www.open3d.org/docs/latest/getting_started.html#development-version-pip)." required: true - - label: "I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `main` branch)." + - label: "I have checked the [release documentation](https://www.open3d.org/docs/release/) and the [latest documentation](https://www.open3d.org/docs/latest/) (for `main` branch)." required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 3bf42b1a7f6..ffd067c022b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ contact_links: - name: Link to Open3D Documentation and Tutorials - url: http://www.open3d.org/docs/latest/ + url: https://www.open3d.org/docs/latest/ about: "Read the documentation and tutorials for Open3D." - name: Link to Open3D Discord Server url: https://discord.gg/D35BGvn diff --git a/CHANGELOG.md b/CHANGELOG.md index 220b0ed4131..4dadd273cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,7 +61,7 @@ - Added an RPC interface for external visualizers running in a separate process - Added `maximum_error` and `boundary_weight` parameter to `simplify_quadric_decimation` - Remove support for Python 3.5 -- Development wheels are available for user testing. See [Getting Started](http://www.open3d.org/docs/latest/getting_started.html) page for installation. +- Development wheels are available for user testing. See [Getting Started](https://www.open3d.org/docs/latest/getting_started.html) page for installation. - PointCloud File IO support for new tensor data types. - New PointCloud format support: XYZI (ASCII). - Fast compression mode for PNG writing. (Issue #846) diff --git a/CMakeLists.txt b/CMakeLists.txt index b571248db47..a87d542b553 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,7 +257,7 @@ string(CONCAT OPEN3D_VERSION set(OPEN3D_VERSION_FULL "${OPEN3D_VERSION}${OPEN3D_VERSION_DEVHASH}") # Set additional info set(PROJECT_EMAIL "info@open3d.org") -set(PROJECT_DOCS "http://www.open3d.org/docs") +set(PROJECT_DOCS "https://www.open3d.org/docs") set(PROJECT_CODE "https://github.com/isl-org/Open3D") set(PROJECT_ISSUES "https://github.com/isl-org/Open3D/issues") @@ -266,7 +266,7 @@ project(Open3D # Set PROJECT_DESCRIPTION DESCRIPTION "Open3D: A Modern Library for 3D Data Processing." # Set PROJECT_HOMEPAGE_URL - HOMEPAGE_URL "http://www.open3d.org" + HOMEPAGE_URL "https://www.open3d.org" LANGUAGES C CXX) message(STATUS "Open3D ${OPEN3D_VERSION_FULL}") diff --git a/README.md b/README.md index b4b62858e75..c024b8b1689 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ # Open3D: A Modern Library for 3D Data Processing
main | \ -main C++ | \ +main | \ +main C++ | \
0.17.0 (release) | \ -0.17.0 C++ (release) | \ +0.18.0 (release) | \ +0.18.0 C++ (release) | \
0.16.0 | \ -0.16.0 C++ | \ +0.17.0 (release) | \ +0.17.0 C++ (release) | \
0.15.1 | \ -0.15.1 C++ | \ +0.16.0 | \ +0.16.0 C++ | \
0.14.1 | \ -0.14.1 C++ | \ +0.15.1 | \ +0.15.1 C++ | \
0.13.0 | \ -0.13.0 C++ | \ +0.14.1 | \ +0.14.1 C++ | \
0.12.0 | \ -0.12.0 C++ | \ +0.13.0 | \ +0.13.0 C++ | \
0.11.1 | \ -0.11.1 C++ | \ +0.12.0 | \ +0.12.0 C++ | \
0.11.0 | \ -0.11.0 C++ | \ +0.11.1 | \ +0.11.1 C++ | \
0.10.0 | \ -0.10.0 C++ | \ +0.11.0 | \ +0.11.0 C++ | \
0.9.0 | \ -0.9.0 C++ | \ +0.10.0 | \ +0.10.0 C++ | \
0.8.0 | \ -0.8.0 C++ | \ +0.9.0 | \ +0.9.0 C++ | \
0.7.0 | \ -0.7.0 C++ | \ +0.8.0 | \ +0.8.0 C++ | \
0.6.0 | \ -0.6.0 C++ | \ +0.7.0 | \ +0.7.0 C++ | \ +
0.6.0 | \ +0.6.0 C++ | \