The September 19, 2023 CloudComPy Linux release is available

The September 19, 2023 version of the Linux64 Anaconda 3 binary is available here.

WARNING This version requires a conda environment based on Python 3.10.

WARNING Qt 5.15.6 is not compatible with Qt 5.15.4!  Please force Qt 5.15.4 in the following instructions. Specifying Qt 5.15 is not enough...

To create this environment, see the README, use the following instructions.

conda activate
conda update -y -n base -c defaults conda

conda create --name CloudComPy310 python=3.10
   # --- erase previous env if existing

conda activate CloudComPy310
conda config --add channels conda-forge
conda config --set channel_priority strict
conda install "boost=1.74" "cgal=5.4" cmake ffmpeg "gdal=3.5" jupyterlab laszip "matplotlib=3.5" "mysql=8.0" "numpy=1.22" "opencv=4.5" "openmp=8.0" "pcl=1.12" "pdal=2.4" "psutil=5.9" pybind11 "qhull=2020.2" "qt=5.15.4" "scipy=1.8" sphinx_rtd_theme spyder tbb tbb-devel "xerces-c=3.2"

This version brings the following features:

- update to CloudCompare master (September 09, 2023)
- (issue #120) Interactive display pop up using cloudComPy.render()
- add the CSF mesh to the output (follow issue #61)
- (issue #125) ComputeVolume25D: parameters (Empty Cell, Max Edge Length, Grid Cell Height)
- (issue #127) Set background color when rendering images
- (issue #128) implement PoissonReconstruction
- (issue #130) Specify which e57 scans to import from a multi-scan e57 file
- remove some compilation warnings
- improve documentation
- various small fixes.

This binary requires also libomp.so.5 installed on the system: for ubuntu 

sudo apt-get install libomp5

Only tested un Ubuntu 20.04, please report any problems on other distributions.

GLIBC version should be 2.29 or more.

Please report any problem on github.

Corresponding git tag CloudComPy_master_20230920