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

2.13.6

* added `show_regroup_history()` to `result.WhisperResult` ([df4a199](https://github.com/jianfch/stable-ts/commit/df4a199a54f58a85f4fefbb19f0902cfd037d1cc))
* added new attribute, `regroup_history`, to `.result.WhisperResult` ([df4a199](https://github.com/jianfch/stable-ts/commit/df4a199a54f58a85f4fefbb19f0902cfd037d1cc))
* added `min_words`, `min_chars`, `min_dur` to `result.WhisperResult.split_by_punctuation()` ([df4a199](https://github.com/jianfch/stable-ts/commit/df4a199a54f58a85f4fefbb19f0902cfd037d1cc))
* updated `README.md` ([e86c571](https://github.com/jianfch/stable-ts/commit/e86c5714e2a56a10ee3e24b8f2e60a1c1c3fe506))

2.13.5

* added `get_content_by_time()` to `result.WhisperResult` ([900797a](https://github.com/jianfch/stable-ts/commit/900797a90a35b09fef9fe13574e963dc6a58aa56))
* added `get_result()` to `result.Segment` ([900797a](https://github.com/jianfch/stable-ts/commit/900797a90a35b09fef9fe13574e963dc6a58aa56))
* added `get_segment()` to `result.WordTiming` ([900797a](https://github.com/jianfch/stable-ts/commit/900797a90a35b09fef9fe13574e963dc6a58aa56))
* added `text_ouput.result_to_txt()`/`result.WhisperResult.to_txt()` ([900797a](https://github.com/jianfch/stable-ts/commit/900797a90a35b09fef9fe13574e963dc6a58aa56))
* added editing methods to `result.WhisperResult`: `remove_word()`, `remove_segment()`, `remove_repetition()`, `remove_words_by_str()`, `fill_in_gaps()` ([900797a](https://github.com/jianfch/stable-ts/commit/900797a90a35b09fef9fe13574e963dc6a58aa56))
* added editing methods to list of 'method keys' in `result.WhisperResult.regroup()` ([900797a](https://github.com/jianfch/stable-ts/commit/900797a90a35b09fef9fe13574e963dc6a58aa56))
* changed `result.Segment.to_display_str()` to enclose segment text in double quotes ([900797a](https://github.com/jianfch/stable-ts/commit/900797a90a35b09fef9fe13574e963dc6a58aa56))
* implemented `__getitem__` and `__delitem__` for `result.Segment` and `result.WhisperResult` ([900797a](https://github.com/jianfch/stable-ts/commit/900797a90a35b09fef9fe13574e963dc6a58aa56))
* updated docstrings of `whisper_word_level.load_model()` and `whisper_word_level.load_faster_whisper()` ([900797a](https://github.com/jianfch/stable-ts/commit/900797a90a35b09fef9fe13574e963dc6a58aa56))

2.13.4

* added `result.WhisperResult.split_by_duration()` ([71b9f1f](https://github.com/jianfch/stable-ts/commit/71b9f1fcbd1268f8bfe95bba6a394a2bc2e7339b))
* fixed `newline=True` for `result.WhisperResult._split_segments()` ([71b9f1f](https://github.com/jianfch/stable-ts/commit/71b9f1fcbd1268f8bfe95bba6a394a2bc2e7339b))
* fixed docstring of `result.WhisperResult.split_by_length()` ([71b9f1f](https://github.com/jianfch/stable-ts/commit/71b9f1fcbd1268f8bfe95bba6a394a2bc2e7339b))
* updated Whisper to [v20231117](https://github.com/openai/whisper/commit/e58f28804528831904c3b6f2c0e473f346223433) ([71b9f1f](https://github.com/jianfch/stable-ts/commit/71b9f1fcbd1268f8bfe95bba6a394a2bc2e7339b))

2.13.3

* added `--faster_whisper`, `-fw` to CLI ([a038ad1](https://github.com/jianfch/stable-ts/commit/a038ad18c8ed86aafe298b5a0f67c45bf7ffadb2))
* added `--locate`, `-lc` to CLI ([a038ad1](https://github.com/jianfch/stable-ts/commit/a038ad18c8ed86aafe298b5a0f67c45bf7ffadb2))
* changed `alignment.align()` to be compatible with faster-whisper ([a038ad1](https://github.com/jianfch/stable-ts/commit/a038ad18c8ed86aafe298b5a0f67c45bf7ffadb2))
* changed `verbose` behavior for `alignment.locate()` ([a038ad1](https://github.com/jianfch/stable-ts/commit/a038ad18c8ed86aafe298b5a0f67c45bf7ffadb2))
* fixed inconsistent syntax and typo in docstrings ([a038ad1](https://github.com/jianfch/stable-ts/commit/a038ad18c8ed86aafe298b5a0f67c45bf7ffadb2))
* removed assertions for checking timestamp order when using `__add__()` with `result.Segment` or `result.WordTiming` ([a038ad1](https://github.com/jianfch/stable-ts/commit/a038ad18c8ed86aafe298b5a0f67c45bf7ffadb2))

2.13.2

* added `newline` to `split_by_gap()`, `split_by_punctuation()`, `split_by_length()` ([b336735](https://github.com/jianfch/stable-ts/commit/b336735ff784bb59690eec8f9f706b0151dda74c))
* added `progress_callback` to `whisper_word_level.load_faster_whisper.faster_transcribe()` ([b336735](https://github.com/jianfch/stable-ts/commit/b336735ff784bb59690eec8f9f706b0151dda74c))
* fixed [241](https://github.com/jianfch/stable-ts/issues/241) ([5c512a1](https://github.com/jianfch/stable-ts/commit/5c512a1880b937025792d441b98f5a13ab5a735e))
* refactored `_COMPATIBLE_WHISPER_VERSIONS`, `_required_whisper_ver`, `warn_compatibility_issues()` ([b336735](https://github.com/jianfch/stable-ts/commit/b336735ff784bb59690eec8f9f706b0151dda74c))
* updated `README.md` ([3dfbd72](https://github.com/jianfch/stable-ts/commit/3dfbd722a8edb606a2d819fee49ff9c5db4bf0f2))
* updated `--model` for CLI to be compatible with checkpoint paths ([b336735](https://github.com/jianfch/stable-ts/commit/b336735ff784bb59690eec8f9f706b0151dda74c))
* `merge_all_segments()` with faster logic ([b336735](https://github.com/jianfch/stable-ts/commit/b336735ff784bb59690eec8f9f706b0151dda74c))
* updated `verbose` for `.whisper_word_level.load_faster_whisper.faster_transcribe()` ([b336735](https://github.com/jianfch/stable-ts/commit/b336735ff784bb59690eec8f9f706b0151dda74c))
* updated whisper version to `v20231106` ([b336735](https://github.com/jianfch/stable-ts/commit/b336735ff784bb59690eec8f9f706b0151dda74c))

2.13.1

* added `avg_prob_threshold` to `whisper_word_level.transcribe_stable()` ([58ece35](https://github.com/jianfch/stable-ts/commit/58ece35f2975c906ebd44a469055a88e3e816e67))
* added `fast_mode` to `alignment.align()` ([58ece35](https://github.com/jianfch/stable-ts/commit/58ece35f2975c906ebd44a469055a88e3e816e67))
* added `utils.UnsortedException` ([eb00d29](https://github.com/jianfch/stable-ts/commit/eb00d291e54d82d381a967c30385002db0c8b1ae))
* added `word_dur_factor` and `max_word_dur` to `alignment.align()` ([58ece35](https://github.com/jianfch/stable-ts/commit/58ece35f2975c906ebd44a469055a88e3e816e67))
* changed `check_sorted` for `result.WhisperResult` to also accept a path ([eb00d29](https://github.com/jianfch/stable-ts/commit/eb00d291e54d82d381a967c30385002db0c8b1ae))
* changed `clip_start` default to `None` for `result.WhisperResult.clamp_max()` ([58ece35](https://github.com/jianfch/stable-ts/commit/58ece35f2975c906ebd44a469055a88e3e816e67))
* corrected docstrings of `suppress_silence` and `suppress_word_ts` ([58ece35](https://github.com/jianfch/stable-ts/commit/58ece35f2975c906ebd44a469055a88e3e816e67))
* fixed `timing.find_alignment_stable()` returning negative timestamps ([58ece35](https://github.com/jianfch/stable-ts/commit/58ece35f2975c906ebd44a469055a88e3e816e67))

Page 6 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.