Stable-ts

Latest version: v2.17.5

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

Scan your dependencies

Page 8 of 13

2.11.1

* added `token_step` to `align()` ([ac3b38c](https://github.com/jianfch/stable-ts/commit/ac3b38ccd5d5cc28326a754c8137c4b6ec7bd1d1))
* delete `_demo` directory ([b592731](https://github.com/jianfch/stable-ts/commit/b592731d4b5241618fd9f30496037daa0a724f6e))
* fixed [205](https://github.com/jianfch/stable-ts/issues/205) ([ac3b38c](https://github.com/jianfch/stable-ts/commit/ac3b38ccd5d5cc28326a754c8137c4b6ec7bd1d1))
* updated `README.md` ([d0340ef](https://github.com/jianfch/stable-ts/commit/d0340ef34aa68285a0e4410e889069b5a9cce036), [ffa05a4](https://github.com/jianfch/stable-ts/commit/ffa05a419a45d68fb93466957d756509e65e13b4))

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))

Page 8 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.