4.0.3
junegunn/fzf4.0.3Dec 7, 2025by github-actions[bot]
AI Summary
This release adds a `--revision` option to most CLI commands and introduces a new `Calibration.safe_transform` method in the utility module. It also fixes a compatibility issue with the `lightning` 2.6+ library and updates the `pyannote-database` dependency.
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` flag
- 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+`