Mercurial > hg > auditok
changeset 447:2f59d326cc0d
Update CHANGELOG
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Thu, 31 Oct 2024 10:02:21 +0100 |
parents | c991dfbd5bc1 |
children | 3911ff1d719d f91576bf2a29 |
files | CHANGELOG |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 -------------