# HG changeset patch # User Amine Sehili # Date 1730365341 -3600 # Node ID 2f59d326cc0d04dd6027664a5ae4d5453569fbe7 # Parent c991dfbd5bc1dbc54cbdf381bfb682da5331df02 Update CHANGELOG diff -r c991dfbd5bc1 -r 2f59d326cc0d CHANGELOG --- a/CHANGELOG Thu Oct 31 09:36:58 2024 +0100 +++ b/CHANGELOG Thu Oct 31 10:02:21 2024 +0100 @@ -1,6 +1,18 @@ auditok Changelog ================= +Version 0.3.0 +------------- + +- Use `numpy` instead of the `audioop` (deprecated then removed in Python 13) for signal processing operations +- Use `pytest` instead of `genty` for tests +- Accept input of type `Path` for `split` +- Remove deprecated `ADSFactory` +- Implement `AudioRegion.join`, `make_silence` and `split_and_join_with_silence` +- Use Github Actions instead of travis for CI +- Use Codecov for tests coverage + + Version 0.2.0 -------------