Skip to content

Commit d89c625

Browse files
committed
version 2.19.1
1 parent d4334d5 commit d89c625

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 2.19.1
4+
* fixed repetition of failed alignment word ([e46981e](https://github.com/jianfch/stable-ts/commit/e46981e9a07df50edd5ac525367f23a6d5f7d548))
5+
* added support for MLX-Whisper ([c125472](https://github.com/jianfch/stable-ts/commit/c12547261162fcf44777db173df28c288dbb338b))
6+
* added support for `faster_whisper.BatchedInferencePipeline` ([97b4bcd](https://github.com/jianfch/stable-ts/commit/97b4bcd20df50ac79aee18b2d3ab4ceda753734f))
7+
* updated README.md ([c125472](https://github.com/jianfch/stable-ts/commit/c12547261162fcf44777db173df28c288dbb338b), [97b4bcd](https://github.com/jianfch/stable-ts/commit/97b4bcd20df50ac79aee18b2d3ab4ceda753734f))
8+
* updated Whisper to 20250625 ([52533aa](https://github.com/jianfch/stable-ts/commit/52533aaa36fa1a78c53075e66388e5442df32641))
9+
* updated HuggingFace Transformers to <=4.47.1 ([d4334d5](https://github.com/jianfch/stable-ts/commit/d4334d55c323c6662f0720b432495b91e462fe22))
10+
311
## 2.19.0
412
* fixed `fill_in_gaps()` ([650cc4b](https://github.com/jianfch/stable-ts/commit/650cc4be7185d4fbf4bd9fb9bc7efc8d4d22ad5d))
513
* fixed `align()` failing skip audio segment without speech ([cc2d6bf](https://github.com/jianfch/stable-ts/commit/cc2d6bf088e2b09b7be7337e83246289f34c0318))

stable_whisper/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.19.0"
1+
__version__ = "2.19.1"

0 commit comments

Comments
 (0)