4.0.3

exo-explore/exo4.0.3Dec 7, 2025by github-actions[bot]

AI Summary

This version adds a `--revision` CLI option, a robust `Calibration.safe_transform` method, and fixes compatibility with newer `lightning` versions.

Key Highlights

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

New Features

  • CLI revision option
  • Safe transform method
  • Lightning 2.6+ compatibility

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+`