Skip to content

Commit 0a60fca

Browse files
committed
Release 20230918
1 parent 5f957da commit 0a60fca

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## [v20230918](https://github.com/openai/whisper/releases/tag/v20230918)
4+
5+
* Add .pre-commit-config.yaml ([#1528](https://github.com/openai/whisper/pull/1528))
6+
* fix doc of TextDecoder ([#1526](https://github.com/openai/whisper/pull/1526))
7+
* Update model-card.md ([#1643](https://github.com/openai/whisper/pull/1643))
8+
* word timing tweaks ([#1559](https://github.com/openai/whisper/pull/1559))
9+
* Avoid rearranging all caches ([#1483](https://github.com/openai/whisper/pull/1483))
10+
* Improve timestamp heuristics. ([#1461](https://github.com/openai/whisper/pull/1461))
11+
* fix condition_on_previous_text ([#1224](https://github.com/openai/whisper/pull/1224))
12+
* Fix numba depreceation notice ([#1233](https://github.com/openai/whisper/pull/1233))
13+
* Updated README.md to provide more insight on BLEU and specific appendices ([#1236](https://github.com/openai/whisper/pull/1236))
14+
* Avoid computing higher temperatures on no_speech segments ([#1279](https://github.com/openai/whisper/pull/1279))
15+
* Dropped unused execute bit from mel_filters.npz. ([#1254](https://github.com/openai/whisper/pull/1254))
16+
* Drop ffmpeg-python dependency and call ffmpeg directly. ([#1242](https://github.com/openai/whisper/pull/1242))
17+
* Python 3.11 ([#1171](https://github.com/openai/whisper/pull/1171))
18+
* Update decoding.py ([#1219](https://github.com/openai/whisper/pull/1219))
19+
* Update decoding.py ([#1155](https://github.com/openai/whisper/pull/1155))
20+
* Update README.md to reference tiktoken ([#1105](https://github.com/openai/whisper/pull/1105))
21+
* Implement max line width and max line count, and make word highlighting optional ([#1184](https://github.com/openai/whisper/pull/1184))
22+
* Squash long words at window and sentence boundaries. ([#1114](https://github.com/openai/whisper/pull/1114))
23+
* python-publish.yml: bump actions version to fix node warning ([#1211](https://github.com/openai/whisper/pull/1211))
24+
* Update tokenizer.py ([#1163](https://github.com/openai/whisper/pull/1163))
25+
326
## [v20230314](https://github.com/openai/whisper/releases/tag/v20230314)
427

528
* abort find_alignment on empty input ([#1090](https://github.com/openai/whisper/pull/1090))

whisper/version.py

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

0 commit comments

Comments
 (0)