Skip to content

Commit 31243ba

Browse files
committed
Release 20250625
1 parent 1f8fc97 commit 31243ba

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## [v20250625](https://github.com/openai/whisper/releases/tag/v20250625)
4+
5+
* Fix: Update torch.load to use weights_only=True to prevent security w… ([#2451](https://github.com/openai/whisper/pull/2451))
6+
* Fix: Ensure DTW cost tensor is on the same device as input tensor ([#2561](https://github.com/openai/whisper/pull/2561))
7+
* docs: updated README to specify translation model limitation ([#2547](https://github.com/openai/whisper/pull/2547))
8+
* Fixed triton kernel update to support latest triton versions ([#2588](https://github.com/openai/whisper/pull/2588))
9+
* Fix: GitHub display errors for Jupyter notebooks ([#2589](https://github.com/openai/whisper/pull/2589))
10+
* Bump the github-actions group with 3 updates ([#2592](https://github.com/openai/whisper/pull/2592))
11+
* Keep GitHub Actions up to date with GitHub's Dependabot ([#2486](https://github.com/openai/whisper/pull/2486))
12+
* pre-commit: Upgrade black v25.1.0 and isort v6.0.0 ([#2514](https://github.com/openai/whisper/pull/2514))
13+
* GitHub Actions: Add Python 3.13 to the testing ([#2487](https://github.com/openai/whisper/pull/2487))
14+
* PEP 621: Migrate from setup.py to pyproject.toml ([#2435](https://github.com/openai/whisper/pull/2435))
15+
* pre-commit autoupdate && pre-commit run --all-files ([#2484](https://github.com/openai/whisper/pull/2484))
16+
* Upgrade GitHub Actions ([#2430](https://github.com/openai/whisper/pull/2430))
17+
* Bugfix: Illogical "Avoid computing higher temperatures on no_speech" ([#1903](https://github.com/openai/whisper/pull/1903))
18+
* Updating README and doc strings to reflect that n_mels can now be 128 ([#2049](https://github.com/openai/whisper/pull/2049))
19+
* fix typo data/README.md ([#2433](https://github.com/openai/whisper/pull/2433))
20+
* Update README.md ([#2379](https://github.com/openai/whisper/pull/2379))
21+
* Add option to carry initial_prompt with the sliding window ([#2343](https://github.com/openai/whisper/pull/2343))
22+
* more pytorch versions in tests ([#2408](https://github.com/openai/whisper/pull/2408))
23+
324
## [v20240930](https://github.com/openai/whisper/releases/tag/v20240930)
425

526
* allowing numpy 2 in tests ([#2362](https://github.com/openai/whisper/pull/2362))

whisper/version.py

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

0 commit comments

Comments
 (0)