ReleaseNVIDIANVIDIApublished May 14, 2026seen 5d

NVIDIA/ncore v19.2.0

NVIDIA/ncore

Open original ↗

Captured source

source ↗
published May 14, 2026seen 5dcaptured 10hhttp 200method plain

v19.2.0

Repository: NVIDIA/ncore

Tag: v19.2.0

Published: 2026-05-14T10:58:46Z

Prerelease: no

Release notes:

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.
  • 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

Notability

notability 3.0/10

Routine library release, no traction