Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 03:17
· 9 commits to master since this release

0.16.0

  • Much faster access to tabular/vector datasets (about 75% more features processed per second) by switching to msgspec - #1025
  • diff: Faster JSON-Lines output (also using msgspec)
  • diff: Added --no-sort-keys option to disable sorting of features by name/PK. This is a minor speed improvement.
  • Linux builds now require glibc 2.28+ #1027 - This means minimum distro versions are:
    • Debian 10+
    • Ubuntu 18.10+
    • Fedora 29+
    • RHEL/Rocky/AlmaLinux 8+
  • Upgrade to PDAL 2.7 #1005
  • Adds a --drop-empty-geometry-features option to kart export. #1007
  • Adds diagnostic output to Kart when KART_DIAGNOSTICS=1 environment variable is set. #1013
  • In kart merge --output-format=json, the message field is now null if the merge is a no-op. #1021