Go to file
Dominique Leuenberger 976ecd08b6 Accepting request 1005935 from devel:languages:python:numeric
- Update to 0.9.2:
  * Fixed librosa.show_versions to match package dependencies.
  * Fixed a bug in librosa.effects.split when applied to multichannel data.
  * Removed test data from main repository and reduced the git attic.
  * Accept pre-constructed audioread objects in librosa.load.
  * Accelerate librosa.magphase.
  * Nearly full support for multi-channel processing.
  * Option to disable unicode characters in display functions.
  * Significantly expanded the library of example audio clips.
  * The default padding mode for most functions (including STFT) is now
    zero-padding.
  * librosa.load and librosa.stream can now operate directly on open
    soundfile objects.
  * librosa.display.specshow now uses centered coordinate grids.
  * librosa.iirt now exposes API control over resampling modes.
  * Maximum frequency is now correctly inferred as Nyquist in onset strength
    calculation.
  * librosa.effects.deemphasis no longer modifies the input signal in-place.
  * librosa.util.frame now correctly works for arbitrary memory layouts and
    numbers of axes.
  * Corrected a normalization error in inverse CQT.
  * ibrosa.cqt now supports arbitrary hop lengths.
  * Added a run-time check for minimally supported matplotlib versions.
  * Enhanced continuous integration testing for oldest and newest environments.
  * librosa.effects.deemphasis, inverse operation of
    librosa.effects.preemphasis.
  * librosa.display.waveshow, adaptively visualize waveforms by amplitude
    envelope when zoomed out, or raw sample values when zoomed in.
- Add patch remove-contextlib2.patch:
  * No longer require contextlib2.

OBS-URL: https://build.opensuse.org/request/show/1005935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-librosa?expand=0&rev=9
2022-09-26 16:48:04 +00:00
.gitattributes Python module for audio and music processing. Also used by some other python audio packages. 2018-11-03 03:04:07 +00:00
.gitignore Python module for audio and music processing. Also used by some other python audio packages. 2018-11-03 03:04:07 +00:00
librosa-0.9.2.tar.gz - Update to 0.9.2: 2022-09-20 06:04:27 +00:00
librosa-create-pooch-cache.py Accepting request 867761 from home:bnavigator:branches:devel:languages:python:numeric 2021-01-30 11:38:24 +00:00
librosa-pooch-cache.tar.gz - Update to 0.9.2: 2022-09-20 06:04:27 +00:00
python-librosa.changes Skip some tests on i586 due to overflows 2022-09-26 02:22:35 +00:00
python-librosa.spec Skip some tests on i586 due to overflows 2022-09-26 02:22:35 +00:00
remove-contextlib2.patch - Update to 0.9.2: 2022-09-20 06:04:27 +00:00
skip-test-data-missing-tests.patch - Update to 0.9.2: 2022-09-20 06:04:27 +00:00