Skip to content

Releases: nianticlabs/spz

v2.1.0

27 Oct 22:37
2cf0be0

Choose a tag to compare

What's Changed

  • Add CODEOWNERS by @daniel-niantic-spatial in #44
  • Add BUILD_SHARED_LIBS CMake option by @hobu in #47
  • Link android log lib by @dg0yt in #55
  • Implement CLI tools for PLY to SPZ conversion and vice versa, along w… by @takeru in #29
  • add python bindings by @qureshizawar in #54
  • Fix PIC compilation error when building Python bindings by @FryeGao in #59
  • Use size_t for finding medianVolume to eliminate integer comparison warning by @hobu in #50
  • Add GitHub Action configuration to build on Windows, OSX, and Ubuntu by @hobu in #49
  • Ignore comment lines when reading .ply header by @nlml in #61
  • Add overload for loadSpz to take byte pointer by @azrogers in #62

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

11 Jul 20:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v2.0.0

v1.1.0

18 Apr 21:04

Choose a tag to compare

What's Changed

  • Fix README.md typo by @liorazi in #3
  • Fix file format description in readme by @aras-p in #16
  • Update README.md with Discord link. by @azadbal in #23
  • Adding Niantic Internal changes. by @ProjitB in #25
    • Changed int to int32_t
    • Coordinate system conversions
    • These changes are not backward compatible as interfaces changed.

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

18 Apr 20:10
bf30541

Choose a tag to compare

Initial release of SPZ file format.

What's Changed

New Contributors

  • @nbutko made their first contribution in #1

Full Changelog: https://github.com/nianticlabs/spz/commits/v1.0.0