Skip to content

Bump librosa from 0.11.0 to 1.0.0 - #6319

Draft
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/librosa-1.0.0
Draft

dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/pip/librosa-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor

Bumps librosa from 0.11.0 to 1.0.0.

Release notes

Sourced from librosa's releases.

1.0.0

Librosa 1.0

This release is intended to stabilize the API from the long-running 0.x series.

A full changelog is available at https://librosa.org/doc//dev/changelog.html

A blog post on the 1.0 release gives a high level overview of the changes.

What's Changed

... (truncated)

Changelog

Sourced from librosa's changelog.

v1.0.0

2026-08-11

New features - [#2059](https://github.com/librosa/librosa/issues/2059)_ librosa.display.legend_for_axes for generating legends for collections of axes. Brian McFee - [#2034](https://github.com/librosa/librosa/issues/2034)_ librosa.display.highlight for generating path effects. Brian McFee - [#2031](https://github.com/librosa/librosa/issues/2031)_ and [#2032](https://github.com/librosa/librosa/issues/2032)_ librosa.loadx shortcut for loading example files. Brian McFee - [#2012](https://github.com/librosa/librosa/issues/2012)_ librosa.display.multiplot for multichannel visualization. Brian McFee - [#2004](https://github.com/librosa/librosa/issues/2004)_ librosa.feature.hybrid_tempogram. Gopesh Pandey - [#1986](https://github.com/librosa/librosa/issues/1986)_ librosa.feature.metrogram. Daniel Fernandes, Ethan Cajetan Menezes, Valerian Coelho. - [#1976](https://github.com/librosa/librosa/issues/1976)_ librosa.display.wavef0 for f0-displaced waveforms. Brian McFee - [#1973](https://github.com/librosa/librosa/issues/1973)_ librosa.display.wavebars for simplified bar plots. Brian McFee - [#1971](https://github.com/librosa/librosa/issues/1971)_ Inverted-mode display for librosa.display.waveshow. Brian McFee - [#1967](https://github.com/librosa/librosa/issues/1967)_ oct3 display modes in librosa.display.specshow. Brian McFee - [#1964](https://github.com/librosa/librosa/issues/1964)_ Signal mixing helpers librosa.to_mono (improved), librosa.to_stereo, librosa.to_multi. Brian McFee - [#1958](https://github.com/librosa/librosa/issues/1958)_ librosa.sequence.path_to_steps to convert DTW paths to a step grid. Brian McFee - [#1952](https://github.com/librosa/librosa/issues/1952)_ librosa.display.colorbar_db and colorbar_phase for creating colorbars. Brian McFee - [#1936](https://github.com/librosa/librosa/issues/1936)_ librosa.display.specshow parameter vscale for value scaling. Brian McFee - [#1927](https://github.com/librosa/librosa/issues/1927)_ Peak picking by dynamic programming. Brian McFee

Enhancements - [#2080](https://github.com/librosa/librosa/issues/2080)_ Skip redundant abs computation in piptrack. Imrul Huda - [#2072](https://github.com/librosa/librosa/issues/2072)_ librosa.display.specshow now uses a discrete BoundedNorm when visualizing boolean data. Brian McFee - [#2066](https://github.com/librosa/librosa/issues/2066)_ librosa.cqt and librosa.vqt can infer the maximum number of bins automatically by setting n_bins=None. Brian McFee - [#2058](https://github.com/librosa/librosa/issues/2058)_ Signal mixing helpers can operate on a pre-allocated out= array. ejwong - [#2055](https://github.com/librosa/librosa/issues/2055)_ librosa.stream now supports in-place sample rate conversion. Brian McFee - [#2051](https://github.com/librosa/librosa/issues/2051)_ decibel converts (librosa.amplitude_to_db, librosa.power_to_db) now support axes target parameter and support multichannel. Brian McFee - [#2044](https://github.com/librosa/librosa/issues/2044)_ Improved handling of styling and legend entries for librosa.display.waveshow. Brian McFee - [#2041](https://github.com/librosa/librosa/issues/2041)_ librosa.display.specshow now supports cmap_cyclic. Brian McFee - [#2030](https://github.com/librosa/librosa/issues/2030)_ librosa.load and librosa.stream now support negative offset values. Brian McFee - [#2028](https://github.com/librosa/librosa/issues/2028)_ and [#2029](https://github.com/librosa/librosa/issues/2029)_ reduced import time. Brian McFee - [#2007](https://github.com/librosa/librosa/issues/2007)_ Improved efficiency for Viterbi decoding. Brian McFee and AD - [#1994](https://github.com/librosa/librosa/issues/1994)_ Migrate from sparse matrix to sparse array. Daniel Haas B - [#1960](https://github.com/librosa/librosa/issues/1960)_ All rng= parameters are now SPEC07 <https://scientific-python.org/specs/spec-0007/>_ compliant. Brian McFee - [#1955](https://github.com/librosa/librosa/issues/1955)_ Warn on underflow in perceptual weighting calculation. Brian McFee - [#1954](https://github.com/librosa/librosa/issues/1954)_ Diverging colormaps in specshow now use two-slope norms. Brian McFee - [#1948](https://github.com/librosa/librosa/issues/1948)_ Frequency conversions now support NaN values. Brian McFee - [#1931](https://github.com/librosa/librosa/issues/1931)_ Variable-rate phase vocoding. Brian McFee

Bug fixes - [#2087](https://github.com/librosa/librosa/issues/2087)_ Added a check for valid audio buffers in feature.rms. Kayvan Zaihiri - [#2085](https://github.com/librosa/librosa/issues/2085)_ Fixed an incompatibility in librosa.util.nnls initialization by moving from np.linalg.pinv to scipy.linalg.pinv. Brian McFee - [#2063](https://github.com/librosa/librosa/issues/2063)_ Fixed array bounds error on librosa.sequence.rqa with single-axis inputs. Suhas Holla Karkada Chandrashekar - [#2039](https://github.com/librosa/librosa/issues/2039)_ Avoid promoting scalars to 0-d arrays. Joren Hammudoglu

... (truncated)

Commits
  • 3e4ff7b updating copyright date on license
  • 8ffb1a1 Merge pull request #2084 from librosa/1.0-final
  • 29a7009 reverting back to matplotlib from matplotlib-base
  • 635c5ad removing unused packages
  • f900c2d we don't need ffmpeg anymore
  • 3fa6e9f trying pytest-mpl via pip
  • e4e1b9f trying flexible solver on windows ci
  • 43bac8d moving CI from matplotlib to matplotlib-base
  • 2e6ee87 fixed date in changelog
  • 17c98b4 updated changelog
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies python Pull requests that update Python code labels Sep 13, 2026
@github-actions

github-actions Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

🔒 Dependency Security Report

📦 Modified Dependencies

The following dependencies were added or modified:

diff --git a/requirements_all.txt b/requirements_all.txt
index 487cb4295..e0042be57 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -46,7 +46,7 @@ ibroadcastaio==0.8.0
 ifaddr==0.2.0
 kaldi-native-fbank==1.22.3
 liblistenbrainz==0.7.0
-librosa==0.11.0
+librosa==1.0.0
 lyricsgenius==3.12.2
 markdownify==1.2.3
 mashumaro==3.20

New/modified packages to review:

  • librosa==1.0.0

🔍 Vulnerability Scan Results

No known vulnerabilities found

Name Skip Reason
aiolibdatachannel Dependency not found on PyPI and could not be audited: aiolibdatachannel (2026.5.23.dev4+g950e7f0)
torch Dependency not found on PyPI and could not be audited: torch (2.13.0+cpu)
torchaudio Dependency not found on PyPI and could not be audited: torchaudio (2.11.0+cpu)
yappi Dependency not found on PyPI and could not be audited: yappi (1.7.7)

✅ No known vulnerabilities found


Automated Security Checks

  • Vulnerability Scan: Passed - No known vulnerabilities
  • Trusted Sources: All packages have verified source repositories
  • Typosquatting Check: No suspicious package names detected
  • License Compatibility: All licenses are OSI-approved and compatible
  • Supply Chain Risk: Passed - packages appear mature and maintained

🤖 Automated dependency update - This PR is from a trusted source (dependabot/renovate) and will be auto-approved if all checks pass.

Manual Review

Maintainer approval required:

  • I have reviewed the changes above and approve these dependency updates

Automated PRs with all checks passing will be auto-approved.

@github-actions github-actions Bot added the dependencies-reviewed Indication that any added or modified/updated dependencies on a PR have been reviewed label Sep 13, 2026
@codspeed

codspeed Bot commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 11 untouched benchmarks
⏩ 7 skipped benchmarks1


Comparing dependabot/pip/librosa-1.0.0 (6e7ab2e) with dev (a05c7cf)

Open in CodSpeed

Footnotes

  1. 7 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@dependabot
dependabot Bot force-pushed the dependabot/pip/librosa-1.0.0 branch from 045a178 to ce4841d Compare September 14, 2026 02:37
@MarvinSchenkel

Copy link
Copy Markdown
Contributor

Let's hold off on this one until we thoroughly tested compatibility with smart fades / sonic analyzer

@MarvinSchenkel
MarvinSchenkel marked this pull request as draft September 14, 2026 07:07
@dependabot
dependabot Bot force-pushed the dependabot/pip/librosa-1.0.0 branch 9 times, most recently from 51aa810 to 7f0d2b5 Compare September 19, 2026 12:35
Bumps [librosa](https://github.com/librosa/librosa) from 0.11.0 to 1.0.0.
- [Release notes](https://github.com/librosa/librosa/releases)
- [Changelog](https://github.com/librosa/librosa/blob/main/docs/changelog.rst)
- [Commits](librosa/librosa@0.11.0...1.0.0)

---
updated-dependencies:
- dependency-name: librosa
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/librosa-1.0.0 branch from 7f0d2b5 to 6e7ab2e Compare September 20, 2026 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies dependencies-reviewed Indication that any added or modified/updated dependencies on a PR have been reviewed python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant