Skip to content

Commit f6f01c5

Browse files
committed
Release 20231105
1 parent 746aaae commit f6f01c5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [v20231105](https://github.com/openai/whisper/releases/tag/v20231105)
4+
5+
* remove tiktoken pin ([#1759](https://github.com/openai/whisper/pull/1759))
6+
* docs: Disambiguation of the term "relative speed" in the README ([#1751](https://github.com/openai/whisper/pull/1751))
7+
* allow_pickle=False while loading of mel matrix IN audio.py ([#1511](https://github.com/openai/whisper/pull/1511))
8+
* handling transcribe exceptions. ([#1682](https://github.com/openai/whisper/pull/1682))
9+
* Add new option to generate subtitles by a specific number of words ([#1729](https://github.com/openai/whisper/pull/1729))
10+
* Fix exception when an audio file with no speech is provided ([#1396](https://github.com/openai/whisper/pull/1396))
11+
312
## [v20230918](https://github.com/openai/whisper/releases/tag/v20230918)
413

514
* Add .pre-commit-config.yaml ([#1528](https://github.com/openai/whisper/pull/1528))

whisper/version.py

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

0 commit comments

Comments
 (0)