From 5a176f942b8d476ca566a9a0dd229cd76cf3322fbb568a69733bca86ccc88222 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 30 Jan 2020 16:03:34 +0000 Subject: [PATCH] Accepting request 768828 from home:TheBlackCat:branches:devel:languages:python:numeric - Update to version 0.7.2 + New Features * added liftering support to MFCC inversion. *Ayoub Malek* * added `pathlib` support to `core.load`. *Stef van der Struijk* * added "mu-law" compression and expansion (companding). *Brian McFee* + Bug fixes * fixed errors in dynamic time warping with `NaN` inputs and detection of invalid warping paths. *Frank Zalkow, Brian McFee* * fixed frame-length normalization in spectrogram-based RMS energy calculation. *Shunsuke Hidaka* * fixed the length of signals produced by `core.tone`. *Brian McFee* + Documentation * removed math formatting from documentation. *Vincent Lostanlen* * corrected documentation for DTW. *Eric Semeniuc* * corrected typos in time-frequency reassignment spectrogram documentation. *Scott Seyfarth* * removed `dct_type=None` as an option in MFCC documentation. *Brian McFee* + Other changes * expanded normalization modes in Mel basis construction. *Brian McFee* OBS-URL: https://build.opensuse.org/request/show/768828 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-librosa?expand=0&rev=14 --- librosa-0.7.1.tar.gz | 3 --- librosa-0.7.2.tar.gz | 3 +++ python-librosa.changes | 23 +++++++++++++++++++++++ python-librosa.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 librosa-0.7.1.tar.gz create mode 100644 librosa-0.7.2.tar.gz diff --git a/librosa-0.7.1.tar.gz b/librosa-0.7.1.tar.gz deleted file mode 100644 index 9c004a9..0000000 --- a/librosa-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39c7895db36734f3f2bdc52b45b4a9978fa2b7d47ff683666ee3c7af560b5b85 -size 31262618 diff --git a/librosa-0.7.2.tar.gz b/librosa-0.7.2.tar.gz new file mode 100644 index 0000000..2a319f3 --- /dev/null +++ b/librosa-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:882c4c772b0166f934eaaeef9dd4e5b8d11fba0badd3cacc63da6bf35f03ddfc +size 31267210 diff --git a/python-librosa.changes b/python-librosa.changes index c5c3014..de7f2ad 100644 --- a/python-librosa.changes +++ b/python-librosa.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 30 15:57:15 UTC 2020 - Todd R + +- Update to version 0.7.2 + + New Features + * added liftering support to MFCC inversion. *Ayoub Malek* + * added `pathlib` support to `core.load`. *Stef van der Struijk* + * added "mu-law" compression and expansion (companding). *Brian McFee* + + Bug fixes + * fixed errors in dynamic time warping with `NaN` inputs and detection + of invalid warping paths. *Frank Zalkow, Brian McFee* + * fixed frame-length normalization in spectrogram-based RMS energy + calculation. *Shunsuke Hidaka* + * fixed the length of signals produced by `core.tone`. *Brian McFee* + + Documentation + * removed math formatting from documentation. *Vincent Lostanlen* + * corrected documentation for DTW. *Eric Semeniuc* + * corrected typos in time-frequency reassignment spectrogram + documentation. *Scott Seyfarth* + * removed `dct_type=None` as an option in MFCC documentation. *Brian McFee* + + Other changes + * expanded normalization modes in Mel basis construction. *Brian McFee* + ------------------------------------------------------------------- Fri Dec 6 18:44:56 UTC 2019 - Todd R diff --git a/python-librosa.spec b/python-librosa.spec index 6d0f776..3a68b39 100644 --- a/python-librosa.spec +++ b/python-librosa.spec @@ -1,7 +1,7 @@ # # spec file for package python-librosa # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-librosa -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: Python module for audio and music processing License: ISC