Skip to content

Commit 92a9c6d

Browse files
committed
Changelog 1.15.1
1 parent a0be844 commit 92a9c6d

File tree

1 file changed

+93
-0
lines changed

1 file changed

+93
-0
lines changed

CHANGES.md

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,98 @@
11
# ChangeList
22

3+
## = 1.15.1 (22 August 2025) =
4+
5+
### Notable changes
6+
7+
**New features** *added to PCL*
8+
9+
* **[search]** Add support for nanoflann (faster alternative to pcl::search::KdTree) [[#6250](https://github.com/PointCloudLibrary/pcl/pull/6250)]
10+
11+
### Changes grouped by module
12+
13+
#### CMake:
14+
15+
* Fix get the root directory path of Boost [[#6259](https://github.com/PointCloudLibrary/pcl/pull/6259)]
16+
* Detect alignment when pcl_find_sse is not called & fix detection of Eigen [[#6261](https://github.com/PointCloudLibrary/pcl/pull/6261)]
17+
* Improve SSE/AVX detection on arm and when cross-compiling [[#6264](https://github.com/PointCloudLibrary/pcl/pull/6264)]
18+
* Fix CMake warning related to FLANN_ROOT [[#6266](https://github.com/PointCloudLibrary/pcl/pull/6266)]
19+
20+
#### libpcl_common:
21+
22+
* Make copyPoint work with point types having a field of the same name … [[#6300](https://github.com/PointCloudLibrary/pcl/pull/6300)]
23+
* Add potentially missing include cassert [[#6308](https://github.com/PointCloudLibrary/pcl/pull/6308)]
24+
25+
#### libpcl_cuda:
26+
27+
* Support CUDA 13 [[#6316](https://github.com/PointCloudLibrary/pcl/pull/6316)]
28+
29+
#### libpcl_filters:
30+
31+
* Make FarthestPointFilter respect user supplied indices [[#6286](https://github.com/PointCloudLibrary/pcl/pull/6286)]
32+
* Re-add instantiation of Convolution for MSVC [[#6310](https://github.com/PointCloudLibrary/pcl/pull/6310)]
33+
34+
#### libpcl_gpu:
35+
36+
* Fix CUDA 12.9 transform_reduce ambiguity [[#6299](https://github.com/PointCloudLibrary/pcl/pull/6299)]
37+
* Support CUDA 13 [[#6316](https://github.com/PointCloudLibrary/pcl/pull/6316)]
38+
39+
#### libpcl_io:
40+
41+
* Fix writing pcl::PointCloud to IFS file [[#6262](https://github.com/PointCloudLibrary/pcl/pull/6262)]
42+
* Increase accuracy of OctreePointCloudCompression [[#6273](https://github.com/PointCloudLibrary/pcl/pull/6273)]
43+
44+
#### libpcl_ml:
45+
46+
* Fix deprecated vsprintf warning in SVM implementation [[#6312](https://github.com/PointCloudLibrary/pcl/pull/6312)]
47+
48+
#### libpcl_octree:
49+
50+
* Increase accuracy of OctreePointCloudCompression [[#6273](https://github.com/PointCloudLibrary/pcl/pull/6273)]
51+
* Optimization for Octree radiusSearch [[#6313](https://github.com/PointCloudLibrary/pcl/pull/6313)]
52+
53+
#### libpcl_outofcore:
54+
55+
* Make the dependency of "outofcore" on "visualization" optional. [[#6254](https://github.com/PointCloudLibrary/pcl/pull/6254)]
56+
57+
#### libpcl_registration:
58+
59+
* add explicit instantiations to transformation estimation LM and one to ICP [[#6258](https://github.com/PointCloudLibrary/pcl/pull/6258)]
60+
* Make GICP use CorrespondenceEstimation [[#6278](https://github.com/PointCloudLibrary/pcl/pull/6278)]
61+
62+
#### libpcl_sample_consensus:
63+
64+
* SAC: add getInliers, getModel, getModelCoefficients to avoid copying data [[#6304](https://github.com/PointCloudLibrary/pcl/pull/6304)]
65+
66+
#### libpcl_search:
67+
68+
* **[new feature]** Add support for nanoflann (faster alternative to pcl::search::KdTree) [[#6250](https://github.com/PointCloudLibrary/pcl/pull/6250)]
69+
* Add option to manually set projection matrix in OrganizedNeighbor [[#6268](https://github.com/PointCloudLibrary/pcl/pull/6268)]
70+
71+
#### libpcl_simulation:
72+
73+
* Simulation: replace gluErrorString with switch-case [[#6253](https://github.com/PointCloudLibrary/pcl/pull/6253)]
74+
75+
#### libpcl_surface:
76+
77+
* Fix: Potential Vulnerability in Cloned zlib-Function [[#6245](https://github.com/PointCloudLibrary/pcl/pull/6245)]
78+
* Fix: Potential Vulnerability in Cloned zlib-Function [[#6246](https://github.com/PointCloudLibrary/pcl/pull/6246)]
79+
* Fix potential vulnerable cloned zlib-functions [[#6275](https://github.com/PointCloudLibrary/pcl/pull/6275)]
80+
* Fix potential vulnerable cloned zlib-functions [[#6274](https://github.com/PointCloudLibrary/pcl/pull/6274)]
81+
82+
#### PCL Docs:
83+
84+
* Modernize cmake config template [[#6235](https://github.com/PointCloudLibrary/pcl/pull/6235)]
85+
86+
#### PCL Tutorials:
87+
88+
* Update CMake commands in tutorials [[#6282](https://github.com/PointCloudLibrary/pcl/pull/6282)]
89+
90+
#### CI:
91+
92+
* Update/improve CI [[#6242](https://github.com/PointCloudLibrary/pcl/pull/6242)]
93+
* switch to VS 2022 on x64 Windows [[#6247](https://github.com/PointCloudLibrary/pcl/pull/6247)]
94+
* Add and use python for formatting. [[#6298](https://github.com/PointCloudLibrary/pcl/pull/6298)]
95+
396
## = 1.15.0 (22 February 2025) =
497

598
### Notable changes

0 commit comments

Comments
 (0)