File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
11
## [ v20230308] ( https://github.com/openai/whisper/releases/tag/v20230308 )
4
12
5
13
* kwargs in decode() for convenience ([ #1061 ] ( https://github.com/openai/whisper/pull/1061 ) )
Original file line number Diff line number Diff line change 1
- __version__ = "20230308 "
1
+ __version__ = "20230314 "
You can’t perform that action at this time.
0 commit comments