Skip to content

Commit 6316b5f

Browse files
committed
Update changelog
1 parent f495548 commit 6316b5f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGES.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Enjoy a lot of bug-fixes and improvements in IO and Filters.
99

1010
**New features** *added to PCL*
1111

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)]
1313

1414
**Deprecation** *of public APIs, scheduled to be removed after two minor releases*
1515

@@ -21,22 +21,26 @@ Enjoy a lot of bug-fixes and improvements in IO and Filters.
2121
* **[registration]** Fix typo in the hessian representation of NDT [[#4889](https://github.com/PointCloudLibrary/pcl/pull/4889)]
2222
* **[cmake]** Update PCLConfig.cmake.in to 3.10 for default policy. [[#4996](https://github.com/PointCloudLibrary/pcl/pull/4996)]
2323

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+
2428
### Changes grouped by module
2529

2630
#### CMake:
2731

2832
* Add AVX for Linux & macos [[#4698](https://github.com/PointCloudLibrary/pcl/pull/4698)]
2933
* Update cmake to 3.10 and add CUDA language support [[#4619](https://github.com/PointCloudLibrary/pcl/pull/4619)]
3034
* 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)]
3236
* Allow boost to be found by config files. [[#4952](https://github.com/PointCloudLibrary/pcl/pull/4952)]
3337
* **[behavior change]** Update PCLConfig.cmake.in to 3.10 for default policy. [[#4996](https://github.com/PointCloudLibrary/pcl/pull/4996)]
3438
* Allow PCL to have non-static dependencies for static builds and vice-versa [[#4390](https://github.com/PointCloudLibrary/pcl/pull/4390)]
3539
* Enhance finding of qhull [[#4923](https://github.com/PointCloudLibrary/pcl/pull/4923)]
3640

3741
#### libpcl_common:
3842

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)]
4044
* Remove casts, use more auto and uindex_t in conversions.h [[#4935](https://github.com/PointCloudLibrary/pcl/pull/4935)]
4145
* Fix inaccurate covariance matrix computation [[#4983](https://github.com/PointCloudLibrary/pcl/pull/4983)]
4246

@@ -60,15 +64,15 @@ Enjoy a lot of bug-fixes and improvements in IO and Filters.
6064
#### libpcl_io:
6165

6266
* Higher flexibility regarding which PLY files can be read [[#4963](https://github.com/PointCloudLibrary/pcl/pull/4963)]
63-
* **[new feature]** Add a grabber for SICK 2D LiDAR: tim [[#4429](https://github.com/PointCloudLibrary/pcl/pull/4429)]
67+
* **[new feature]** Add a grabber for SICK 2D LiDAR: TiM [[#4429](https://github.com/PointCloudLibrary/pcl/pull/4429)]
6468

6569
#### libpcl_keypoints:
6670

6771
* Bugfix: Number of OpenMP threads was not validated, ... [[#4863](https://github.com/PointCloudLibrary/pcl/pull/4863)]
6872

6973
#### libpcl_ml:
7074

71-
* wrap QMatrix in namespace pcl to resolve linker conflict [[#4858](https://github.com/PointCloudLibrary/pcl/pull/4858)]
75+
* **[ABI break]** Wrap QMatrix in namespace pcl to resolve linker conflict with Qt6 [[#4858](https://github.com/PointCloudLibrary/pcl/pull/4858)]
7276

7377
#### libpcl_registration:
7478

0 commit comments

Comments
 (0)