Releases: m-bain/whisperX
Releases · m-bain/whisperX
v3.7.4
v3.7.3
v3.7.2
v3.7.1
v3.7.0
v3.6.0
What's Changed
- Update README.md to fix diarize code by @awan1 in #1192
- Remove redundant variable & improve load_model function documentation by @3manifold in #1197
- Update README.md to include --device cpu by @felagund in #1164
- refactor: rename types.py to schema.py to avoid stdlib conflict by @Barabazs in #1252
- feat: add centralized logging to replace ad-hoc print statements by @Barabazs in #1254
New Contributors
Full Changelog: v3.5.0...v3.6.0
v3.5.0
What's Changed
- Add jr, sr, and ph.d to punkt abbreviations by @alexcannan in #1053
- feat: use pre-trained Punkt model instead of empty parameters by @Barabazs in #1245
- Change the alignment model for Vietnamese language by @nguyenvulebinh in #776
- build: bump torch to 2.7.1 and CUDA 12.8 support by @jim60105 in #1182
New Contributors
- @alexcannan made their first contribution in #1053
- @nguyenvulebinh made their first contribution in #776
Full Changelog: v3.4.3...v3.5.0
v3.4.3
What's Changed
- Remove unused code in Vad class by @3manifold in #1079
- fix vad model load bug. by @duj12 in #835
- fix: restrict pyannote-audio version to avoid compatibility issues by @Barabazs in #1242
New Contributors
Full Changelog: v3.4.2...v3.4.3
v3.4.2
What's Changed
- Fix: Ensure integer tensor indexing in get_wildcard_emission() to avoid IndexError by @HowardWhile in #1146
New Contributors
- @HowardWhile made their first contribution in #1146
Full Changelog: v3.4.1...v3.4.2