Skip to content

Commit

Permalink
Release 20230314
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwook committed Mar 15, 2023
1 parent 79c43e4 commit 6dea21f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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))
Expand Down
2 changes: 1 addition & 1 deletion whisper/version.py
@@ -1 +1 @@
__version__ = "20230308"
__version__ = "20230314"

0 comments on commit 6dea21f

Please sign in to comment.