4.0.3
zeroclaw-labs/zeroclaw4.0.3Dec 7, 2025by github-actions[bot]
AI Summary
This release introduces a `--revision` option for CLI commands and adds a `Calibration.safe_transform` method to handle NaNs and various shapes. It also fixes compatibility with `lightning` 2.6+ and updates the `pyannote-database` dependency.
Key Highlights
- Added `--revision` option to most CLI commands
- Added `Calibration.safe_transform` method (supports 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
- Calibration.safe_transform utility 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+`