- update to 0.7.0:
* add bitrate calculation
* Add decimation method to Audio class, for downsampling.
* Add iterate method to Audio class, for chunk based processing
* Add CIC filter, Cascaded Integrator-Comb
* Use a Makefile to make it easy to run linting and test
* Use flake8 and isort for style enforcement
* replace setup.py with pyproject.toml
* Remove third party dependency samplerate.
* Update plotting.
* Remove nose as unit test runner
* Cleanup default logging config to make it less noisy
* Minor bugfixes to the tests to make them run again.
* Do not use np.int, it's deprecated.
* bugfix in uint test, division as int instead of float
- drop numpy-1.24.patch (upstream)
- skip python 3.6 build
OBS-URL: https://build.opensuse.org/request/show/1184089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zignal?expand=0&rev=7
* add bitrate calculation
* Add decimation method to Audio class, for downsampling.
* Add iterate method to Audio class, for chunk based processing
* Add CIC filter, Cascaded Integrator-Comb
* Use a Makefile to make it easy to run linting and test
* Use flake8 and isort for style enforcement
* replace setup.py with pyproject.toml
* Remove third party dependency samplerate.
* Update plotting.
* Remove nose as unit test runner
* Cleanup default logging config to make it less noisy
* Minor bugfixes to the tests to make them run again.
* Do not use np.int, it's deprecated.
* bugfix in uint test, division as int instead of float
- drop numpy-1.24.patch (upstream)
- skip python 3.6 build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-zignal?expand=0&rev=13