Skip to content

Commit a6ceeea

Browse files
committed
Merge branch 'release/4.0.2' into develop
2 parents cc059d6 + 41e9a4d commit a6ceeea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# CHANGELOG
22

3-
## next
3+
## Version 4.0.2 (2025-11-19)
44

55
- BREAKING(util): make `Binarize.__call__` return `string` tracks (instead of `int`) [@benniekiss](https://github.com/benniekiss/)
6-
- setup(torch): pin `torch`, `torchcodec`, and `torchaudio` versions to [avoid segmentation fault](https://github.com/meta-pytorch/torchcodec/issues/995)
7-
- feat(cli): add option to apply pipeline on a directory of audio files
8-
- feat(pipeline): add `preload` option to base `Pipeline.__call__` to force preloading audio in memory ([@antoinelaurent](https://github.com/antoinelaurent/))
6+
- fix(torch): pin `torch`, `torchcodec`, and `torchaudio` versions to [avoid segmentation fault](https://github.com/meta-pytorch/torchcodec/issues/995)
7+
- fix(pyannoteAI): update pyannoteAI wrapper to return both regular and exclusive diarization
98
- feat(pipeline): add `Pipeline.cuda()` convenience method [@tkanarsky](https://github.com/tkanarsky/)
9+
- feat(pipeline): add `preload` option to base `Pipeline.__call__` to force preloading audio in memory ([@antoinelaurent](https://github.com/antoinelaurent/))
10+
- feat(cli): add option to apply pipeline on a directory of audio files
1011
- improve(util): make `permutate` faster thanks to vectorized cost function
11-
- improve(pyannoteAI): update pyannoteAI wrapper to return both regular and exclusive diarization
1212

1313
## Version 4.0.1 (2025-10-10)
1414

0 commit comments

Comments
 (0)