Skip to content

spectral-library 0.6.1

Highlights

  • mapping CLI commands now auto-resolve the published prepared runtime when --prepared-root is omitted
  • explicit --prepared-root values still win, so custom or locally built runtimes keep the same override path
  • Python users now have documented distribution helpers for resolving the default published runtime without hard-coding cache locations

Upgrade Notes

  • direct SpectralMapper(...) and benchmark_mapping(...) Python signatures are unchanged in this patch release
  • validate-prepared-library still requires an explicit --prepared-root because it validates a user-selected runtime root rather than the default published cache
  • the default CLI cache is versioned to the package release and revalidated before reuse