From 6dea21fd7f7253bfe450f1e2512a0fe47ee2d258 Mon Sep 17 00:00:00 2001 From: Jong Wook Kim Date: Wed, 15 Mar 2023 00:39:05 -0700 Subject: [PATCH] Release 20230314 --- CHANGELOG.md | 8 ++++++++ whisper/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51697a0f..a77d966f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG +## [v20230314](https://github.com/openai/whisper/releases/tag/v20230314) + +* abort find_alignment on empty input ([#1090](https://github.com/openai/whisper/pull/1090)) +* Fix truncated words list when the replacement character is decoded ([#1089](https://github.com/openai/whisper/pull/1089)) +* fix github language stats getting dominated by jupyter notebook ([#1076](https://github.com/openai/whisper/pull/1076)) +* Fix alignment between the segments and the list of words ([#1087](https://github.com/openai/whisper/pull/1087)) +* Use tiktoken ([#1044](https://github.com/openai/whisper/pull/1044)) + ## [v20230308](https://github.com/openai/whisper/releases/tag/v20230308) * kwargs in decode() for convenience ([#1061](https://github.com/openai/whisper/pull/1061)) diff --git a/whisper/version.py b/whisper/version.py index a0e37f97..572259a5 100644 --- a/whisper/version.py +++ b/whisper/version.py @@ -1 +1 @@ -__version__ = "20230308" +__version__ = "20230314"