Skip to content

GeoTrace SDK 0.5.0

Choose a tag to compare

@CramBL CramBL released this 16 Jul 17:55
· 395 commits to trunk since this release
23077a6

Added

  • An optional travel_mode metadata field declaring the recording platform: car, motorcycle, bicycle, pedestrian, boat, rail, or aircraft. Unknown values are preserved on read, never dropped.
  • Typed channel units across all four SDKs, including native sensor scales such as milli-g, with a display-only custom-unit escape hatch.

Changed

  • Channel builders take typed units now: Rust Unit/ChannelUnit, C++ RecognizedUnit/ChannelUnit, and Python Unit constants (recognized strings stay accepted). C keeps the frozen 0.4 struct layouts: gtd_builder_add_channel defaults to recognized units, gtd_builder_add_channel_with_unit_mode covers custom labels.
  • Updated hdf5-pure to 0.21.2.