You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Enjoy a lot of bug-fixes and improvements in IO and Filters.
9
9
10
10
**New features***added to PCL*
11
11
12
-
***[io]** Add a grabber for SICK 2D LiDAR: tim[[#4429](https://github.com/PointCloudLibrary/pcl/pull/4429)]
12
+
***[io]** Add a grabber for SICK 2D LiDAR: TiM[[#4429](https://github.com/PointCloudLibrary/pcl/pull/4429)]
13
13
14
14
**Deprecation***of public APIs, scheduled to be removed after two minor releases*
15
15
@@ -21,22 +21,26 @@ Enjoy a lot of bug-fixes and improvements in IO and Filters.
21
21
***[registration]** Fix typo in the hessian representation of NDT [[#4889](https://github.com/PointCloudLibrary/pcl/pull/4889)]
22
22
***[cmake]** Update PCLConfig.cmake.in to 3.10 for default policy. [[#4996](https://github.com/PointCloudLibrary/pcl/pull/4996)]
23
23
24
+
**ABI changes***that are still API compatible*
25
+
26
+
***[ml]** Wrap QMatrix in namespace pcl to resolve linker conflict with Qt6 [[#4858](https://github.com/PointCloudLibrary/pcl/pull/4858)]
27
+
24
28
### Changes grouped by module
25
29
26
30
#### CMake:
27
31
28
32
* Add AVX for Linux & macos [[#4698](https://github.com/PointCloudLibrary/pcl/pull/4698)]
29
33
* Update cmake to 3.10 and add CUDA language support [[#4619](https://github.com/PointCloudLibrary/pcl/pull/4619)]
30
34
* Fix CUDA Compute Capability version detection [[#4900](https://github.com/PointCloudLibrary/pcl/pull/4900)]
31
-
* Update pcl_find_boost to allow compilation with Boost 1.77 [[#4972](https://github.com/PointCloudLibrary/pcl/pull/4972)]
35
+
* Update pcl_find_boost to allow compilation with Boost 1.77 and 1.78 [[#4972](https://github.com/PointCloudLibrary/pcl/pull/4972)][[#5067](https://github.com/PointCloudLibrary/pcl/pull/5067)]
32
36
* Allow boost to be found by config files. [[#4952](https://github.com/PointCloudLibrary/pcl/pull/4952)]
33
37
***[behavior change]** Update PCLConfig.cmake.in to 3.10 for default policy. [[#4996](https://github.com/PointCloudLibrary/pcl/pull/4996)]
34
38
* Allow PCL to have non-static dependencies for static builds and vice-versa [[#4390](https://github.com/PointCloudLibrary/pcl/pull/4390)]
35
39
* Enhance finding of qhull [[#4923](https://github.com/PointCloudLibrary/pcl/pull/4923)]
36
40
37
41
#### libpcl_common:
38
42
39
-
*fix: max_id size should be equal to histogram.size() - 1 [[#4934](https://github.com/PointCloudLibrary/pcl/pull/4934)]
43
+
*Fix: max_id size should be equal to histogram.size() - 1 [[#4934](https://github.com/PointCloudLibrary/pcl/pull/4934)]
40
44
* Remove casts, use more auto and uindex_t in conversions.h [[#4935](https://github.com/PointCloudLibrary/pcl/pull/4935)]
0 commit comments