Skip to content

Commit 73e7456

Browse files
committed
version 2.18.3
1 parent fc0d0da commit 73e7456

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 2.18.3
4+
* fixed alignment skipping sections of speech ([fc0d0da](https://github.com/jianfch/stable-ts/commit/fc0d0daf3e4c8ce39c18568b71ee336c5fd87ea9))
5+
* fixed `'last_ts' referenced before assignment` error for alignment ([fc0d0da](https://github.com/jianfch/stable-ts/commit/fc0d0daf3e4c8ce39c18568b71ee336c5fd87ea9))
6+
37
## 2.18.2
48
* fixed `align_words()` throwing `TypeError` for `language` when `text` is not a `WhisperResult` ([fe15241](https://github.com/jianfch/stable-ts/commit/fe15241e4a814f8210e17cbc6fb9b3887ab53430))
59
* fixed `failure_threshold` for `Aligner` and `align()` ([ee64fd3](https://github.com/jianfch/stable-ts/commit/ee64fd3d8604c403fd194f935c5b852b73d7a059))

stable_whisper/_version.py

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

0 commit comments

Comments
 (0)