Stable-ts

Latest version: v2.19.0

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 14

2.11.0

* added `Whisper.adjust_by_result()` ([6da3dd8](https://github.com/jianfch/stable-ts/commit/6da3dd849d9f0a2fe9b3b2e7612a1ca58599c3d6))
* added `alignment.align()` ([6da3dd8](https://github.com/jianfch/stable-ts/commit/6da3dd849d9f0a2fe9b3b2e7612a1ca58599c3d6))
* added `load_faster_whisper()` ([6da3dd8](https://github.com/jianfch/stable-ts/commit/6da3dd849d9f0a2fe9b3b2e7612a1ca58599c3d6))
* fixed `encode_video_comparison()` unable to encode more than two subtitle files ([6da3dd8](https://github.com/jianfch/stable-ts/commit/6da3dd849d9f0a2fe9b3b2e7612a1ca58599c3d6))
* fixed `verbose` not working for `transcribe_minimal()` ([6da3dd8](https://github.com/jianfch/stable-ts/commit/6da3dd849d9f0a2fe9b3b2e7612a1ca58599c3d6))
* refactored compatibility warning into `warn_compatibility_issues()` in `utils.py` ([6da3dd8](https://github.com/jianfch/stable-ts/commit/6da3dd849d9f0a2fe9b3b2e7612a1ca58599c3d6))
* refactored post-inference silence suppress into `WhisperResult.adjust_by_silence()` ([6da3dd8](https://github.com/jianfch/stable-ts/commit/6da3dd849d9f0a2fe9b3b2e7612a1ca58599c3d6))

2.10.1

* added `demucs_options` to `transcribe()` ([91cf2b1](https://github.com/jianfch/stable-ts/commit/91cf2b15085ea0b826fb00c517f2132b66cbb651))
* added `ignore_compatibility` to `transcribe()` ([91cf2b1](https://github.com/jianfch/stable-ts/commit/91cf2b15085ea0b826fb00c517f2132b66cbb651))
* changed compatibility warning to distinguish between mismatch version number and repo version ([91cf2b1](https://github.com/jianfch/stable-ts/commit/91cf2b15085ea0b826fb00c517f2132b66cbb651))
* changed heuristic for identifying Whisper version number to avoid false positives ([91cf2b1](https://github.com/jianfch/stable-ts/commit/91cf2b15085ea0b826fb00c517f2132b66cbb651))

2.10.0

* added `transcribe_minimal()` ([ef8a7f1](https://github.com/jianfch/stable-ts/commit/ef8a7f1202fc7b2f315b3b690924425a5d465b72))
* added `force_order` to `result.WhisperResult` ([ef8a7f1](https://github.com/jianfch/stable-ts/commit/ef8a7f1202fc7b2f315b3b690924425a5d465b72))
* added `max_instant_words` to `transcribe()` ([ef8a7f1](https://github.com/jianfch/stable-ts/commit/ef8a7f1202fc7b2f315b3b690924425a5d465b72))
* added `progress_callback` to `transcribe()` ([ef8a7f1](https://github.com/jianfch/stable-ts/commit/ef8a7f1202fc7b2f315b3b690924425a5d465b72))
* changed default to `clip_start=True` for `WhisperResult.clamp_max()` ([ef8a7f1](https://github.com/jianfch/stable-ts/commit/ef8a7f1202fc7b2f315b3b690924425a5d465b72))
* added logic to check if the installed Whisper version is compatible ([e53f4be](https://github.com/jianfch/stable-ts/commit/e53f4be56314a45fe5032b9ac37bf28844e1172b))
* fixed `tag` for `result_to_ass()` to work as intended ([ea8cac8](https://github.com/jianfch/stable-ts/commit/ea8cac848535d3408760d5227c7f6945459c3192))

2.9.0

* added logic to ensure ascending timestamps in `result.WhisperResult` ([fd78cd7](https://github.com/jianfch/stable-ts/commit/fd78cd7432f098306706f49d7de75be888847222))
* updated default regroup algorithm ([fd78cd7](https://github.com/jianfch/stable-ts/commit/fd78cd7432f098306706f49d7de75be888847222), [77dcfdf](https://github.com/jianfch/stable-ts/commit/77dcfdf0817d59d5aed054d6d420945aa11d69dc))
* updated long form transcription logic ([fd78cd7](https://github.com/jianfch/stable-ts/commit/fd78cd7432f098306706f49d7de75be888847222))
* fixed skipping words ([77dcfdf](https://github.com/jianfch/stable-ts/commit/77dcfdf0817d59d5aed054d6d420945aa11d69dc))
* avoid computing higher temperatures on `no_speech` segments ([fd78cd7](https://github.com/jianfch/stable-ts/commit/fd78cd7432f098306706f49d7de75be888847222))
* removed any segments that contains only punctuations ([fd78cd7](https://github.com/jianfch/stable-ts/commit/fd78cd7432f098306706f49d7de75be888847222))
* removed segments with 50%+ instantaneous words ([fd78cd7](https://github.com/jianfch/stable-ts/commit/fd78cd7432f098306706f49d7de75be888847222))
* updated `README.md` ([f5b4c22](https://github.com/jianfch/stable-ts/commit/f5b4c22d60e757a93937dddc2e53ee0098a2ff80))

2.8.1

* allow `regroup_algo` to be bool for `regroup()` ([4984163](https://github.com/jianfch/stable-ts/commit/49841632722e6dc5fa20a67a28c69dc377849d32))

2.8.0

* added `even_split` to `split_by_length()` ([7b867d6](https://github.com/jianfch/stable-ts/commit/7b867d6713c4374f017bb088711fcf6abb47e139))
* changed default behavior of `split_by_length()` ([7b867d6](https://github.com/jianfch/stable-ts/commit/7b867d6713c4374f017bb088711fcf6abb47e139))
* changed default to `verbose=False` for `clamp_max()` ([7b867d6](https://github.com/jianfch/stable-ts/commit/7b867d6713c4374f017bb088711fcf6abb47e139))

Page 9 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.