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 8 of 14

2.11.6

* delete `_demo` directory ([66f4376](https://github.com/jianfch/stable-ts/commit/66f437612561b1359dac40765d12ddf84bb4e3bd))
* fixed [216](https://github.com/jianfch/stable-ts/issues/216) ([1732ac0](https://github.com/jianfch/stable-ts/commit/1732ac0b8a14000545c7571b45c4a71e9d6ca2ea))

2.11.5

* added `'us'` as method key to `WhisperResult.regroup()` ([da33bf5](https://github.com/jianfch/stable-ts/commit/da33bf5e0f1c93e00eda9dcb5d4f635a1f1e1b35))
* added `--demucs_option`, `--model_option`, `--transcribe_option`, `--save_option` to CLI ([da33bf5](https://github.com/jianfch/stable-ts/commit/da33bf5e0f1c93e00eda9dcb5d4f635a1f1e1b35))
* added `--transcribe_method` to CLI ([da33bf5](https://github.com/jianfch/stable-ts/commit/da33bf5e0f1c93e00eda9dcb5d4f635a1f1e1b35))
* added `Segment.words_by_lock()`, `WhisperResult.all_words_by_lock()` ([da33bf5](https://github.com/jianfch/stable-ts/commit/da33bf5e0f1c93e00eda9dcb5d4f635a1f1e1b35))
* added `strip` to `WhisperResult.lock()` ([e98c3d6](https://github.com/jianfch/stable-ts/commit/e98c3d6191fae901fc0ed2fa217785d11c9d649e))
* fixed docstring of `WhisperResult.lock()` ([05bba74](https://github.com/jianfch/stable-ts/commit/05bba74e900fa0aca081ac06ebb5b91e5a50b068))
* improved `--debug` for CLI ([da33bf5](https://github.com/jianfch/stable-ts/commit/da33bf5e0f1c93e00eda9dcb5d4f635a1f1e1b35))
* improved `even_split=True` for `WhisperResult.split_by_length()` ([da33bf5](https://github.com/jianfch/stable-ts/commit/da33bf5e0f1c93e00eda9dcb5d4f635a1f1e1b35))
* updated docstring of `WhisperResult.split_by_length()` ([da33bf5](https://github.com/jianfch/stable-ts/commit/da33bf5e0f1c93e00eda9dcb5d4f635a1f1e1b35))

2.11.4

* added `lock()` to `WhisperResult` ([384fc3c](https://github.com/jianfch/stable-ts/commit/384fc3ce40c80279acbac2bc86f671f319cfefb6))
* added `'l'` as method key to `WhisperResult.regroup()` ([384fc3c](https://github.com/jianfch/stable-ts/commit/384fc3ce40c80279acbac2bc86f671f319cfefb6))
* added progress bar to transcription with faster-whisper ([5ac6f5e](https://github.com/jianfch/stable-ts/commit/5ac6f5e11eedddc7bedf728c70eb19b303b4b63c))
* updated `--output_format` to accept multiple formats ([384fc3c](https://github.com/jianfch/stable-ts/commit/384fc3ce40c80279acbac2bc86f671f319cfefb6))
* updated `WhisperResult.reset()` to match its initialization ([384fc3c](https://github.com/jianfch/stable-ts/commit/384fc3ce40c80279acbac2bc86f671f319cfefb6))
* updated `regroup()` to parse `regroup_algo` into dict ([384fc3c](https://github.com/jianfch/stable-ts/commit/384fc3ce40c80279acbac2bc86f671f319cfefb6))

2.11.3

* added `check_sorted` to `WhisperResult` ([4054ca1](https://github.com/jianfch/stable-ts/commit/4054ca174d9ad0fffbaf0a1e09cdbfdf3fd1cbca))
* added `check_sorted` to `transcribe_any()` ([07eaf9e](https://github.com/jianfch/stable-ts/commit/07eaf9e34b7996fe46a7afcac0ae8f8d7e73bfa7))
* added `round_all_timestamps()` to `result.Segment` and `result.WordTiming` ([4a7e52b](https://github.com/jianfch/stable-ts/commit/4a7e52bef88552c91249ff05c580e84cd5c168de))
* changed default to `word_timestamps=True` for `faster_transcribe()` ([4a7e52b](https://github.com/jianfch/stable-ts/commit/4a7e52bef88552c91249ff05c580e84cd5c168de))
* changed `raise_for_unsorted()` logic ([4a7e52b](https://github.com/jianfch/stable-ts/commit/4a7e52bef88552c91249ff05c580e84cd5c168de))
* fixed `WhisperResult.force_order()` to work as intended ([4a7e52b](https://github.com/jianfch/stable-ts/commit/4a7e52bef88552c91249ff05c580e84cd5c168de))

2.11.2

* fixed `condition_on_previous_text` ([641cce7](https://github.com/jianfch/stable-ts/commit/641cce70baeb611795a9c828846631ee5d394bd4))
* updated Whisper version to `v20230918` ([641cce7](https://github.com/jianfch/stable-ts/commit/641cce70baeb611795a9c828846631ee5d394bd4))

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

Page 8 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.