| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| whisperx-3.5.2-py3-none-any.whl | 2026-03-25 | 16.5 MB | |
| README.md | 2026-03-25 | 573 Bytes | |
| v3.5.2 source code.tar.gz | 2026-03-25 | 16.8 MB | |
| v3.5.2 source code.zip | 2026-03-25 | 16.8 MB | |
| Totals: 4 Items | 50.1 MB | 0 | |
Backport of word-level timestamp fixes from v3.8.4.
Bug Fixes
- Restore timestamps for unalignable characters (39aa9f5): Words containing digits, symbols, or foreign script (e.g.
4,9,£13.60) now get proper timestamps via a wildcard emission column. The previous patch (v3.X.Y) reverted PR [#986] which removed wildcard support entirely. Fixes [#1372].
Testing
- Add regression test for [#1372] (da072d6)
- Add pytest dev dependency and CI test workflow (f9a3f8f)
Full Changelog: https://github.com/m-bain/whisperX/compare/v3.5.1...v3.5.2