We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8904a9 commit 17a8f13Copy full SHA for 17a8f13
src/cupoch/registration/generalized_icp.cu
@@ -1,7 +1,6 @@
1
#include "cupoch/registration/generalized_icp.h"
2
3
#include <Eigen/Dense>
4
-#include <unsupported/Eigen/MatrixFunctions>
5
6
#include "cupoch/knn/kdtree_search_param.h"
7
#include "cupoch/geometry/pointcloud.h"
src/cupoch/version.txt
@@ -1,4 +1,4 @@
CUPOCH_VERSION_MAJOR 0
CUPOCH_VERSION_MINOR 2
-CUPOCH_VERSION_PATCH 10
+CUPOCH_VERSION_PATCH 11
CUPOCH_VERSION_TWEAK 0
src/python/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cupoch"
-version = "0.2.10.0"
+version = "0.2.11.0"
description = ""
authors = ["nekanat <nekanat.stock@gmail.com>"]
license = "MIT"
0 commit comments