2024-05-14 11:35:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 14 11:32:32 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
|
|
|
|
- Build package from source
|
|
|
|
- Run tests
|
|
|
|
- Update to 1.5.0
|
|
|
|
- This is the first stable release of the 1.5 series. It is
|
|
|
|
functionally identical to 1.5-rc1. Compared to 1.4, the main
|
|
|
|
change is that we have dropped support for EOL Python (3.7 and
|
|
|
|
earlier) and have added support for Python up to 3.12 (@hugovk and
|
|
|
|
@lostanlen).
|
|
|
|
- New features:
|
|
|
|
* pathlib support (#124), @cjacoby
|
|
|
|
* type hints (#129), @hadware and @rabitt
|
|
|
|
|
2021-10-26 14:18:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 26 12:45:07 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|
|
|
|
|
|
|
- version 1.4.1
|
|
|
|
changes up to version 1.4.0:
|
|
|
|
* added .build_array() which supports file or in memory inputs and array outputs
|
|
|
|
* added .build_file() - an alias to .build()
|
|
|
|
* refactored .build() function to support file or in-memory array inputs and file outputs
|
|
|
|
* the call to subprocess calls the binary directly (shell=False)
|
|
|
|
* file_info methods return None instead of 0 when the value is not available
|
|
|
|
* fixed bug in file_info.bitrate(), which was returning bitdepth
|
|
|
|
* added file_info.bitdepth()
|
|
|
|
* added Windows support for soxi
|
|
|
|
* added configurable logging
|
|
|
|
* .trim() can be called with only the start time specificed
|
|
|
|
|
2020-02-05 15:14:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 30 16:25:12 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- initial version
|