4.0.3
Zielon/INSTA4.0.3Dec 7, 2025by github-actions[bot]
AI Summary
This maintenance release adds a CLI revision option, introduces a new safe transform method for calibration, and fixes model loading compatibility with newer versions of lightning.
Key Highlights
- Added `--revision` option to most CLI commands
- Added `Calibration.safe_transform` method (supports NaNs as well as any shape)
- 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
- Lightning compatibility fix
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+`