Skip to content

Commit 65018aa

Browse files
committed
version 2.18.1
1 parent d690159 commit 65018aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 2.18.1
4+
* fixed `align()` throwing `TypeError` for `language` when `text` is not a `WhisperResult` ([8e12ee4](https://github.com/jianfch/stable-ts/commit/8e12ee413a55059944e4529d400a4373211f48bd))
5+
* fixed `original_split=True` not working ([c446d43](https://github.com/jianfch/stable-ts/commit/c446d432b241fd4fad4cdd71813214cc57e8ed1b))
6+
* fixed alignment incorrectly encoding `text` result from another model ([c446d43](https://github.com/jianfch/stable-ts/commit/c446d432b241fd4fad4cdd71813214cc57e8ed1b))
7+
* changed `align()` to no longer require `language` for EN models ([8e12ee4](https://github.com/jianfch/stable-ts/commit/8e12ee413a55059944e4529d400a4373211f48bd))
8+
39
## 2.18.0
410
* deprecated `transcribe_stable()` for Faster-Whisper models and replaced it with `transcribe()` ([de0b42e](https://github.com/jianfch/stable-ts/commit/de0b42e301a015aba94d1fa3e6364e6787b1fd9e))
511
* removed redundant copying of encoder output in `DecodingTaskStable._get_audio_features()` ([9fefdb8](https://github.com/jianfch/stable-ts/commit/9fefdb8406be811674a9f34eb09df72a582c0a4e))

stable_whisper/_version.py

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

0 commit comments

Comments
 (0)