Skip to content

Commit 26807ec

Browse files
committed
Release 20230307
1 parent 919a713 commit 26807ec

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

CHANGELOG.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
# CHANGELOG
22

3+
## [v20230307](https://github.com/openai/whisper/releases/tag/v202303067)
4+
5+
* Fix the repetition/hallucination issue identified in #1046 ([#1052](https://github.com/openai/whisper/pull/1052))
6+
* Use triton==2.0.0 ([#1053](https://github.com/openai/whisper/pull/1053))
7+
* Install triton in x86_64 linux only ([#1051](https://github.com/openai/whisper/pull/1051))
8+
* update setup.py to specify python >= 3.8 requirement
39

410
## [v20230306](https://github.com/openai/whisper/releases/tag/v20230306)
511

6-
* #1021: remove auxiliary audio extension
7-
* #1038: apply formatting with `black`, `isort`, and `flake8`
8-
* #869: word-level timestamps in `transcribe()`
9-
* #1033: Decoding improvements
10-
* #894: Update README.md
11-
* #914: Fix infinite loop caused by incorrect timestamp tokens prediction
12-
* #889: drop python 3.7 support
12+
* remove auxiliary audio extension ([#1021](https://github.com/openai/whisper/pull/1021))
13+
* apply formatting with `black`, `isort`, and `flake8` ([#1038](https://github.com/openai/whisper/pull/1038))
14+
* word-level timestamps in `transcribe()` ([#869](https://github.com/openai/whisper/pull/869))
15+
* Decoding improvements ([#1033](https://github.com/openai/whisper/pull/1033))
16+
* Update README.md ([#894](https://github.com/openai/whisper/pull/894))
17+
* Fix infinite loop caused by incorrect timestamp tokens prediction ([#914](https://github.com/openai/whisper/pull/914))
18+
* drop python 3.7 support ([#889](https://github.com/openai/whisper/pull/889))
1319

1420
## [v20230124](https://github.com/openai/whisper/releases/tag/v20230124)
1521

16-
* #887: handle printing even if sys.stdout.buffer is not available
17-
* #228: Add TSV formatted output in transcript, using integer start/end time in milliseconds
18-
* #333: Added `--output_format` option
19-
* #864: Handle `XDG_CACHE_HOME` properly for `download_root`
20-
* #867: use stdout for printing transcription progress
21-
* #659: Fix bug where mm is mistakenly replaced with hmm in e.g. 20mm
22-
* #859: print '?' if a letter can't be encoded using the system default encoding
22+
* handle printing even if sys.stdout.buffer is not available ([#887](https://github.com/openai/whisper/pull/887))
23+
* Add TSV formatted output in transcript, using integer start/end time in milliseconds ([#228](https://github.com/openai/whisper/pull/228))
24+
* Added `--output_format` option ([#333](https://github.com/openai/whisper/pull/333))
25+
* Handle `XDG_CACHE_HOME` properly for `download_root` ([#864](https://github.com/openai/whisper/pull/864))
26+
* use stdout for printing transcription progress ([#867](https://github.com/openai/whisper/pull/867))
27+
* Fix bug where mm is mistakenly replaced with hmm in e.g. 20mm ([#659](https://github.com/openai/whisper/pull/659))
28+
* print '?' if a letter can't be encoded using the system default encoding ([#859](https://github.com/openai/whisper/pull/859))
2329

2430
## [v20230117](https://github.com/openai/whisper/releases/tag/v20230117)
2531

whisper/version.py

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

0 commit comments

Comments
 (0)