spectral-library 0.5.0¶
Highlights¶
- prepared-runtime schema is now
3.0.0, withsensor_schema.jsonstoring fullrsrf_sensor_definitionpayloads and mapping segment metadata underbands[].extensions.spectral_library.segment - the codebase is reorganized into
mapping,distribution,sources, andnormalizationpackages without dropping the older import paths - the new
build_mapping_library(...)API andbuild-mapping-libraryCLI are available as forward-looking aliases, whileprepare_mapping_library(...)andprepare-mapping-libraryremain 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_definitiondocument - existing callers using the old flat modules or
prepare_*entry points do not need to change immediately