4.0.3

quickwit-oss/quickwit4.0.3Dec 7, 2025by github-actions[bot]

AI Summary

A maintenance release focusing on CLI enhancements, utility improvements, and dependency updates to ensure compatibility with newer library versions.

Key Highlights

  • Added `--revision` option to most CLI commands
  • Added `Calibration.safe_transform` method
  • Fixed `Model.from_pretrained` to support `lightning` 2.6+
  • Updated `pyannote-database` dependency to `6.1+`

New Features

  • CLI `--revision` option
  • Calibration.safe_transform method

Full Release Notes

- feat(cli): add `--revision` option to most CLI commands
- feat(util): add `Calibration.safe_transform` method (supports NaNs as well as any shape)
- fix(model): fix `Model.from_pretrained` to support `lightning` 2.6+
- setup: update `pyannote-database` dependency to `6.1+`