All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added: support for Python 3.12
- Fixed: avoid deprecation warning
by replacing
pkg_resources
internally withimportlib.metadata
- Removed: support for Python 3.7
- Fixed: wrong version
in deployed MacOS wheels
in the
publish
Action on Github
- Fixed: documentation building in deploy step
of
publish
Action on Github - Changed: switch versions of MacOS wheel to
macosx_11_0_arm64
,macosx_10_4_x86_64
- Added: support for Raspberry Pi 64-bit (aarch64) and 32-bit (armv7l)
- Added: code example to README that highlights the functionality of the package
- Changed: replace universal wheel
of Python package
by dedicated platform wheels for
macosx_12_0_arm64
,macosx_12_0_x86_64
,manylinux_2_17_aarch64
,manylinux_2_17_armv7l
,manylinux_2_17_x86_64
,win_amd64
- Fixed: require
sphinx-audeering-theme>=1.2.1
to ensure the correct theme is used for the public documentation
- Added: support for MacOS M1 architecture
- Added: support for Python 3.11
- Added: support for Python 3.10
- Changed: split API documentation into sub-pages for each function
- Fixed: missing
__init__.py
file foraudresample.define
- Added: support for non single precision floating-point formats
in
audresample.remix()
- Changed: raise a
RuntimeError
inaudresample.resample()
when a non single precision floating-point input signal is given instead of converting it silently
- Added: Python 3.9 support
- Removed: Python 3.6 support
- Added: Windows support
- Added: macOS support
- Fixed: "Edit on Github" link in the docs
- Changed: move to Github and release as open source
- Added:
upmix
argument toremix()
- Fixed: Updating binaries to RELEASE versions (execution time greatly reduced!)
- Added: Initial release