|
1 | 1 | # ChangeList
|
2 | 2 |
|
| 3 | +## *= 1.9.1 (26.11.2018) =* |
| 4 | + |
| 5 | +### `Modules:` |
| 6 | + |
| 7 | +#### `Uncategorized:` |
| 8 | + |
| 9 | +* Add missing visualization section from the changelog generation. [[#2634]](https://github.com/PointCloudLibrary/pcl/pull/2634) |
| 10 | + |
| 11 | +#### `CMake:` |
| 12 | + |
| 13 | +* Fix development version check on DISSECT_VERSION. [[#2633]](https://github.com/PointCloudLibrary/pcl/pull/2633) |
| 14 | +* Remove CMake policy CMP0054 setting. [[#2627]](https://github.com/PointCloudLibrary/pcl/pull/2627) |
| 15 | +* PCLConfig.cmake - POP policy-stack before return() [[#2626]](https://github.com/PointCloudLibrary/pcl/pull/2626) |
| 16 | +* Remove CMake config installation folder only when empty [[#2622]](https://github.com/PointCloudLibrary/pcl/pull/2622) |
| 17 | +* Downgrade grabber dependency message level to STATUS. [[#2620]](https://github.com/PointCloudLibrary/pcl/pull/2620) |
| 18 | +* Migrate CMake policy 0048 [[#2608]](https://github.com/PointCloudLibrary/pcl/pull/2608) |
| 19 | +* Bump CMake minimum version to 3.1. [[#2605]](https://github.com/PointCloudLibrary/pcl/pull/2605) |
| 20 | +* Bump version to 1.9.0-dev [[#2602]](https://github.com/PointCloudLibrary/pcl/pull/2602) |
| 21 | +* Search in $EIGEN_ROOT first while looking for Eigen [[#2592]](https://github.com/PointCloudLibrary/pcl/pull/2592) |
| 22 | + |
| 23 | +#### `libpcl_visualization:` |
| 24 | + |
| 25 | +* address conflict between visualization and VTK head [[#2612]](https://github.com/PointCloudLibrary/pcl/pull/2612) |
| 26 | + |
| 27 | +#### `PCL Tutorials:` |
| 28 | + |
| 29 | +* Bump CMake minimum version to 3.1. [[#2605]](https://github.com/PointCloudLibrary/pcl/pull/2605) |
| 30 | + |
| 31 | +#### `PCL Tests:` |
| 32 | + |
| 33 | +* Refactor `SHOTEstimation` and `SHOTColorEstimation` tests [[#2636]](https://github.com/PointCloudLibrary/pcl/pull/2636) |
| 34 | + |
| 35 | +#### `CI:` |
| 36 | + |
| 37 | +* Set up azure pipelines for macOS High Sierra [[#2635]](https://github.com/PointCloudLibrary/pcl/pull/2635) |
| 38 | +* Enable Windows builds on Azure Pipelines [[#2632]](https://github.com/PointCloudLibrary/pcl/pull/2632) |
| 39 | +* Add Ubuntu16.04 based build on Azure Pipelines [[#2611]](https://github.com/PointCloudLibrary/pcl/pull/2611) |
| 40 | +* Remove documentation job from Travis [[#2604]](https://github.com/PointCloudLibrary/pcl/pull/2604) |
| 41 | + |
| 42 | + |
3 | 43 | ## *= 1.9.0 (06.11.2018) =*
|
4 | 44 |
|
5 | 45 | ### `New Features:`
|
|
369 | 409 | * Avoid phantom surfces in marching cubes hoppe [[#1874]](https://github.com/PointCloudLibrary/pcl/pull/1874)
|
370 | 410 | * **[api]** Add ability to cache mls results [[#1952]](https://github.com/PointCloudLibrary/pcl/pull/1952)
|
371 | 411 |
|
| 412 | +#### `libpcl_visualization:` |
| 413 | + |
| 414 | +* Made PCLVisualizerInteractorStyle::CloudActorMapPtr public. [[#2542]](https://github.com/PointCloudLibrary/pcl/pull/2542) |
| 415 | +* **[new-feature]** Add Viridis color LUT [[#2420]](https://github.com/PointCloudLibrary/pcl/pull/2420) |
| 416 | +* Update sha1 header inclusion for Boost 1.68+ [[#2373]](https://github.com/PointCloudLibrary/pcl/pull/2373) |
| 417 | +* Second change VTK version check in addTextureMesh [[#2322]](https://github.com/PointCloudLibrary/pcl/pull/2322) |
| 418 | +* Include missing `vtkTexture.h`. Follow up on #2291 [[#2316]](https://github.com/PointCloudLibrary/pcl/pull/2316) |
| 419 | +* Change VTK version check in `addTextureMesh` [[#2311]](https://github.com/PointCloudLibrary/pcl/pull/2311) |
| 420 | +* Remove depreciated VTK function MapDataArrayToMultiTextureAttribute [[#2291]](https://github.com/PointCloudLibrary/pcl/pull/2291) |
| 421 | +* Warn and skip adding normal cloud if it is empty [[#2265]](https://github.com/PointCloudLibrary/pcl/pull/2265) |
| 422 | +* **[api]** Fix access specifier in `PointCloudColorHandlerRGBAField` [[#2226]](https://github.com/PointCloudLibrary/pcl/pull/2226) |
| 423 | +* Check if color handler returns false [[#2209]](https://github.com/PointCloudLibrary/pcl/pull/2209) |
| 424 | +* Handle VTK legacy function (follow up to #2112) [[#2165]](https://github.com/PointCloudLibrary/pcl/pull/2165) |
| 425 | +* Travis merge test jobs. Expose VTK include directory for the visualization module. [[#2163]](https://github.com/PointCloudLibrary/pcl/pull/2163) |
| 426 | +* Small optimizations and fixes in PCLVisualizer [[#2112]](https://github.com/PointCloudLibrary/pcl/pull/2112) |
| 427 | +* Add another variant to `getPointCloudRenderingProperties()` [[#2142]](https://github.com/PointCloudLibrary/pcl/pull/2142) |
| 428 | +* Restrict accepted types in `PCLVisualizer::addLine` signature [[#2134]](https://github.com/PointCloudLibrary/pcl/pull/2134) |
| 429 | +* Typo fix in error message. [[#2132]](https://github.com/PointCloudLibrary/pcl/pull/2132) |
| 430 | +* Fix add/remove of 3D text without custom viewport [[#2110]](https://github.com/PointCloudLibrary/pcl/pull/2110) |
| 431 | +* Add `octree` dependency to `visualization` [[#2115]](https://github.com/PointCloudLibrary/pcl/pull/2115) |
| 432 | +* Fix pcd_viewer color handling when invalid fields are present in pcd [[#2105]](https://github.com/PointCloudLibrary/pcl/pull/2105) |
| 433 | +* Add pcl visualizer interactor null guards [[#2104]](https://github.com/PointCloudLibrary/pcl/pull/2104) |
| 434 | +* Add remove text3d [[#2088]](https://github.com/PointCloudLibrary/pcl/pull/2088) |
| 435 | +* Replace auto_ptr with scoped_ptr [[#2037]](https://github.com/PointCloudLibrary/pcl/pull/2037) |
| 436 | +* **[removal]** Removal of deprecated code in filters, io, surface and visualization modules [[#2077]](https://github.com/PointCloudLibrary/pcl/pull/2077) |
| 437 | +* Suppress sign compare warnings [[#2068]](https://github.com/PointCloudLibrary/pcl/pull/2068) |
| 438 | +* **[new-feature]** Add overload to `PCLVisualizer::addText3D()` that allows specifying text orientation [[#2038]](https://github.com/PointCloudLibrary/pcl/pull/2038) |
| 439 | +* Add new constructors to PCLVisualizer [[#2004]](https://github.com/PointCloudLibrary/pcl/pull/2004) |
| 440 | +* Fix bug in PointCloudGeometryHandlerCustom [[#2001]](https://github.com/PointCloudLibrary/pcl/pull/2001) |
| 441 | +* Add missing PCL_EXPORTS in pcl_visualizer.h [[#1995]](https://github.com/PointCloudLibrary/pcl/pull/1995) |
| 442 | +* **[abi]** Add accessor for current rendering framerate in PCLVisualizer [[#1974]](https://github.com/PointCloudLibrary/pcl/pull/1974) |
| 443 | +* Allow changing LUT properties of a shape actor [[#1668]](https://github.com/PointCloudLibrary/pcl/pull/1668) |
| 444 | +* Fixed spelling and grammar errors [[#1959]](https://github.com/PointCloudLibrary/pcl/pull/1959) |
| 445 | +* Fixed error in documentation. [[#1957]](https://github.com/PointCloudLibrary/pcl/pull/1957) |
| 446 | + |
372 | 447 | #### `PCL Apps:`
|
373 | 448 |
|
374 | 449 | * Suppress miscelanious warnings [[#2556]](https://github.com/PointCloudLibrary/pcl/pull/2556)
|
|
0 commit comments