|
1 | 1 | # CHANGELOG |
2 | 2 |
|
| 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 | + |
3 | 24 | ## [v20240930](https://github.com/openai/whisper/releases/tag/v20240930) |
4 | 25 |
|
5 | 26 | * allowing numpy 2 in tests ([#2362](https://github.com/openai/whisper/pull/2362)) |
|
0 commit comments