Skip to content

3.0.0

Compare
Choose a tag to compare
@connormanning connormanning released this 30 Aug 21:07
· 9 commits to master since this release
  • Handle the case of 1000s of duplicate points - previously there was an assert() for this - and since those don't run in production, the resulting code flow could lead to a segfault (#232, #250)
  • Drastically reduce the amount of metadata duplicated across subset builds
  • Properly compute dimension statistics for subset builds/merges
  • Properly handle OriginId dimension, as well as its stats for subset builds (#277)
  • Allow EPT data to be used as input (#291)
  • Update JSON bundle (#286)
  • Update arbiter bundle and remove the embedded JSON lib from it
  • Update docs removing old info (docker->conda, updated links including viewer.copc.io examples)