Skip to content

deps(pip): update pyloudnorm requirement from >=0.1.1 to >=0.2.0#68

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pyloudnorm-gte-0.2.0
Open

deps(pip): update pyloudnorm requirement from >=0.1.1 to >=0.2.0#68
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pyloudnorm-gte-0.2.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on pyloudnorm to permit the latest version.

Release notes

Sourced from pyloudnorm's releases.

v0.2.0 - Loudness Range (LRA)

What's New

Loudness Range (LRA) Measurement

Thanks to @​cwu307 for contributing Loudness Range measurement based on EBU Tech 3342!

meter = pyln.Meter(rate) lra = meter.loudness_range(audio)LRA quantifies the variation in loudness over time, measured in LU (Loudness Units).

Changes

  • New feature: meter.loudness_range() for LRA measurement
  • Python: Now requires Python >= 3.9 (dropped 3.7/3.8)
  • Packaging: Modernized to use pyproject.toml (PEP 621)
  • CI: Updated GitHub Actions for Python 3.9-3.12

Install

pip install pyloudnorm==0.2.0## Contributors

Commits
  • b8d67bf Bump version to 0.2.0
  • 494d5cc Merge pull request #66 from csteinmetz1/fix/update-github-actions
  • 31f5669 Update GitHub Actions and modernize packaging
  • 65df9e9 Merge pull request #65 from csteinmetz1/fix/lra-improvements
  • a5a8943 Fix loudness_range() state mutation and add comprehensive tests
  • f9ff5ce [ADD] basic implementation of LRA based on EBU tech3342
  • a741692 Merge pull request #60 from boris-kuz/feature/readme_tensorized_implementations
  • e96a4ae Added tensorized/differentiable implementation section in readme
  • 1fb9146 Merge pull request #49 from yulin-li/yulin/remove-future
  • b10748c Merge pull request #51 from csteinmetz1/tests
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [pyloudnorm](https://github.com/csteinmetz1/pyloudnorm) to permit the latest version.
- [Release notes](https://github.com/csteinmetz1/pyloudnorm/releases)
- [Commits](csteinmetz1/pyloudnorm@v0.1.1...v0.2.0)

---
updated-dependencies:
- dependency-name: pyloudnorm
  dependency-version: 0.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Apr 13, 2026

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from TheColby as a code owner April 13, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants