Skip to content

v19.2.0

Choose a tag to compare

@janickm janickm released this 14 May 10:58
· 32 commits to main since this release
Immutable release. Only release title and notes can be modified.

v19.2.0 - 2026-05-12

Highlights

  • Add support for KITTI raw dataset conversion to NCore V4 format, enabling users to easily convert and utilize the popular KITTI dataset in the latest NCore format with native support for camera labels and efficient storage.
image image
  • Add component-level generic_data support in NCore V4, allowing components to store and access arbitrary user-defined data in a flexible and extensible way, enabling new use cases and easier integration of custom data types without modifying the core library.

  • Replaced mypy with ty for static type checking, resulting in significantly faster type checking times (approximately 9x faster) while maintaining strong type safety and improving developer productivity.

➕ Added

  • (data_converter) add KITTI raw dataset to NCore V4 converter - (f425aa9) - Janick Martinez Esturo
  • (v4) add component-level generic_data support - (5ec4d7b) - Janick Martinez Esturo

🪲 Fixed

  • (format) use portable shebang in ruff_isort.sh - (a5024ee) - Janick Martinez Esturo
  • (ncore_vis) handle grayscale camera images via PIL conversion - (c7826d2) - Janick Martinez Esturo
  • (ncore_vis) default cuboid source filter to first available source - (23f435f) - Janick Martinez Esturo

🏗️ Build

  • (deps) replace archived rules_proto with protobuf 30.0, bump TF - (40e0b2d) - Janick Martinez Esturo
  • remove mypy in favor of ty (~9x faster type checking) - (d606bf4) - Janick Martinez Esturo