Skip to content

Commit 6dea21f

Browse files
committed
Release 20230314
1 parent 79c43e4 commit 6dea21f

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+
## [v20230314](https://github.com/openai/whisper/releases/tag/v20230314)
4+
5+
* abort find_alignment on empty input ([#1090](https://github.com/openai/whisper/pull/1090))
6+
* Fix truncated words list when the replacement character is decoded ([#1089](https://github.com/openai/whisper/pull/1089))
7+
* fix github language stats getting dominated by jupyter notebook ([#1076](https://github.com/openai/whisper/pull/1076))
8+
* Fix alignment between the segments and the list of words ([#1087](https://github.com/openai/whisper/pull/1087))
9+
* Use tiktoken ([#1044](https://github.com/openai/whisper/pull/1044))
10+
311
## [v20230308](https://github.com/openai/whisper/releases/tag/v20230308)
412

513
* kwargs in decode() for convenience ([#1061](https://github.com/openai/whisper/pull/1061))

whisper/version.py

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

0 commit comments

Comments
 (0)