Skip to content

spectral-library 0.5.0

Highlights

  • prepared-runtime schema is now 3.0.0, with sensor_schema.json storing full rsrf_sensor_definition payloads and mapping segment metadata under bands[].extensions.spectral_library.segment
  • the codebase is reorganized into mapping, distribution, sources, and normalization packages without dropping the older import paths
  • the new build_mapping_library(...) API and build-mapping-library CLI are available as forward-looking aliases, while prepare_mapping_library(...) and prepare-mapping-library remain supported for compatibility

Upgrade Notes

  • rebuild existing prepared runtimes with this release before loading them
  • if you rely on custom sensor JSON, serialize it as an rsrf_sensor_definition document
  • existing callers using the old flat modules or prepare_* entry points do not need to change immediately