4.0.3
jo-inc/camofox-browser4.0.3Dec 7, 2025by github-actions[bot]
AI Summary
This release introduces CLI functionality for revision tracking, adds a utility method for safe data transformation, and resolves compatibility issues with the latest PyTorch Lightning version.
Key Highlights
- Added `--revision` CLI option for command-line tools
- Introduced `Calibration.safe_transform` for handling NaN values and various shapes
- Fixed `Model.from_pretrained` compatibility with PyTorch Lightning 2.6+
- Updated pyannote-database dependency to version 6.1+
New Features
- Added `--revision` option to most CLI commands
- Added `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+`