Skip to content

Releases: m-bain/whisperX

3.8.7rc1

26 Jun 11:39
8dcdec1

Choose a tag to compare

3.8.7rc1 Pre-release
Pre-release

What's Changed

  • Fix Windows CUDA detection: include AMD64 in uv source platform markers by @deekshaNVIDIA in #1414
  • relax huggingface-hub constraint from <1.0.0 to >=0.19.0 by @niradler in #1375

New Contributors

Full Changelog: v3.8.6...3.8.7rc1

v3.8.6

25 May 12:35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.5...v3.8.6

v3.8.5

01 Apr 07:03

Choose a tag to compare

What's Changed

  • fix: pin torchvision and torchcodec for torch 2.8 compatibility by @Barabazs in #1397

Full Changelog: v3.8.4...v3.8.5

v3.8.4

25 Mar 08:12

Choose a tag to compare

What's Changed

  • feat: add progress_callback to transcribe, align, and diarize by @Barabazs in #1371
  • fix: remove dead model_bytes read that leaked file handle by @Barabazs in #1381
  • fix: restore word-level timestamps for unalignable characters by @Barabazs in #1386
  • fix: require faster-whisper>=1.2.0 for use_auth_token support (#1385) by @Barabazs in #1388

Full Changelog: v3.8.2...v3.8.4

v3.7.9

25 Mar 08:48

Choose a tag to compare

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: v3.7.8...v3.7.9

v3.6.2

25 Mar 08:45

Choose a tag to compare

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: v3.6.1...v3.6.2

v3.5.2

25 Mar 08:43

Choose a tag to compare

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: v3.5.1...v3.5.2

v3.4.5

25 Mar 08:40

Choose a tag to compare

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: v3.4.4...v3.4.5

v3.3.6

25 Mar 08:37

Choose a tag to compare

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 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: v3.3.5...v3.3.6

v3.8.2

10 Mar 14:47

Choose a tag to compare

What's Changed

  • feat: expose avg_logprob per segment from ctranslate2 beam search by @Barabazs in #1350
  • fix: revert #986 wildcard alignment that broke word-level timestamps (#1220) by @Barabazs in #1367

Full Changelog: v3.8.1...v3.8.2