* 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
57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jun 30 09:17:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 8 09:12:08 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Add numpy-1.24.patch to make it work with numpy >= 1.24
|
|
gh#ronnyandersson/zignal#11
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 12 14:16:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- skip python 3.6 build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 3 07:51:37 UTC 2020 - pgajdos@suse.com
|
|
|
|
- do not depend on nose, use %pytest
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 15 12:25:44 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 15 09:05:21 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Skip one test failing on python 3.8
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 15 09:01:02 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Version update to 0.6:
|
|
* Fix various syntax warning issues
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 18 17:09:52 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
|
|
|
- Initial version
|