Skip to content

Commit 8cbe806

Browse files
committed
chore: bump version to 1.2.0
Includes the partial-pointcloud crash fix from #81 (Eigen::VectorXf → Eigen::Vector3f for normal_, singular_values_, pc_mean_).
1 parent dcdd4bf commit 8cbe806

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.11)
2-
project(patchworkpp VERSION 1.1.0)
2+
project(patchworkpp VERSION 1.2.0)
33

44
option(USE_SYSTEM_EIGEN3 "Use system pre-installed Eigen" OFF)
55
option(INCLUDE_CPP_EXAMPLES "Include C++ example codes, which require Open3D for visualization" OFF)

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "pypatchworkpp"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
requires-python = ">=3.8"
99
description = "ground segmentation"
1010
dependencies = [

0 commit comments

Comments
 (0)