Skip to content

Commit 96aff99

Browse files
committed
version 2.18.2
1 parent 1f44b3d commit 96aff99

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 2.18.2
4+
* fixed `align_words()` throwing `TypeError` for `language` when `text` is not a `WhisperResult` ([fe15241](https://github.com/jianfch/stable-ts/commit/fe15241e4a814f8210e17cbc6fb9b3887ab53430))
5+
* fixed `failure_threshold` for `Aligner` and `align()` ([ee64fd3](https://github.com/jianfch/stable-ts/commit/ee64fd3d8604c403fd194f935c5b852b73d7a059))
6+
* fixed `locate()` compatibility with Whisper 20240930+ ([7338f85](https://github.com/jianfch/stable-ts/commit/7338f859bbc412e0ee347767e35fb7782e6c1cf4))
7+
* changed `align_words()` to no longer require `language` for EN models ([fe15241](https://github.com/jianfch/stable-ts/commit/fe15241e4a814f8210e17cbc6fb9b3887ab53430))
8+
* updated `language` to ignore case and accept language labels and codes ([cd9232e](https://github.com/jianfch/stable-ts/commit/cd9232edeb50781b7b822ff667afb50048c55efa))
9+
310
## 2.18.1
411
* fixed `align()` throwing `TypeError` for `language` when `text` is not a `WhisperResult` ([8e12ee4](https://github.com/jianfch/stable-ts/commit/8e12ee413a55059944e4529d400a4373211f48bd))
512
* fixed `original_split=True` not working ([c446d43](https://github.com/jianfch/stable-ts/commit/c446d432b241fd4fad4cdd71813214cc57e8ed1b))

stable_whisper/_version.py

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

0 commit comments

Comments
 (0)