connormanning / entwine

Entwine - point cloud organization for massive datasets
https://entwine.io
Other
451 stars 128 forks source link

Release Entwine 2.1 #204

Closed connormanning closed 5 years ago

connormanning commented 5 years ago

Since 2.0, lots of useful things like performance optimizations, new encoding type Zstandard, removal of some dependencies, broader CI testing and related fixes, and some quality-of-life updates have been added. Planning on releasing a 2.1 this week after cleaning up a few outstanding issues.

connormanning commented 5 years ago

The Entwine 2.1 release has been tagged: https://github.com/connormanning/entwine/releases/tag/2.1.0

Docker image connormanning/entwine:2.1 has been created and the :latest tag updated.

Updated Conda package coming shortly.

tomvantilburg commented 5 years ago

Minor remark for building this release yourself: in order to build this relase of entwine, PDAL (1.9.1) should have been build with the non-default zstd compression (cmake -DWITH_ZSTD=YES).

hobu commented 5 years ago

Addressed in PDAL @ https://github.com/PDAL/PDAL/pull/2641