Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pyannote-audio from 3.2.0 to 3.3.1 #169

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps pyannote-audio from 3.2.0 to 3.3.1.

Release notes

Sourced from pyannote-audio's releases.

Version 3.3.1

Breaking changes

  • setup: drop support for Python 3.8

Fixes

Version 3.3.0

TL;DR

pyannote.audio does speech separation: multi-speaker audio in, one audio channel per speaker out!

pip install pyannote.audio[separation]==3.3.0

New features

  • feat(task): add PixIT joint speaker diarization and speech separation task (with @​joonaskalda)
  • feat(model): add ToTaToNet joint speaker diarization and speech separation model (with @​joonaskalda)
  • feat(pipeline): add SpeechSeparation pipeline (with @​joonaskalda)
  • feat(io): add option to select torchaudio backend

Fixes

  • fix(task): fix wrong train/development split when training with (some) meta-protocols (#1709)
  • fix(task): fix metadata preparation with missing validation subset (@​clement-pages)

Improvements

  • improve(io): when available, default to using soundfile backend
  • improve(pipeline): do not extract embeddings when max_speakers is set to 1
  • improve(pipeline): optimize memory usage of most pipelines (#1713 by @​benniekiss)
Changelog

Sourced from pyannote-audio's changelog.

Version 3.3.1 (2024-06-19)

Breaking changes

  • setup: drop support for Python 3.8

Fixes

Version 3.3.0 (2024-06-14)

TL;DR

pyannote.audio does speech separation: multi-speaker audio in, one audio channel per speaker out!

pip install pyannote.audio[separation]==3.3.0

New features

  • feat(task): add PixIT joint speaker diarization and speech separation task (with @​joonaskalda)
  • feat(model): add ToTaToNet joint speaker diarization and speech separation model (with @​joonaskalda)
  • feat(pipeline): add SpeechSeparation pipeline (with @​joonaskalda)
  • feat(io): add option to select torchaudio backend

Fixes

  • fix(task): fix wrong train/development split when training with (some) meta-protocols (#1709)
  • fix(task): fix metadata preparation with missing validation subset (@​clement-pages)

Improvements

  • improve(io): when available, default to using soundfile backend
  • improve(pipeline): do not extract embeddings when max_speakers is set to 1
  • improve(pipeline): optimize memory usage of most pipelines (#1713 by @​benniekiss)
Commits
  • 4dd55a5 Merge branch 'release/3.3.1'
  • 82f345a doc: update changelog and bump version
  • bd7b977 fix: fix support for speechbrain==1.0 (#1659)
  • 1a5b870 setup: drop support for Python 3.8 (#1728)
  • 50b21d4 fix: fix support for NumPy 2.0.0
  • cd3f550 Merge tag '3.3.0' into develop
  • adaf770 Merge branch 'release/3.3.0'
  • d260ba0 doc: bump version number
  • 49d3b8e feat(separation): add PixIT task, ToTaToNet model and SpeechSeparation pipeli...
  • f1951a6 improve(pipeline): optimize memory usage in Inference.aggregate
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 15, 2024
@KevKibe
Copy link
Owner

KevKibe commented Sep 10, 2024

@dependabot recreate

Bumps [pyannote-audio](https://github.com/pyannote/pyannote-audio) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/pyannote/pyannote-audio/releases)
- [Changelog](https://github.com/pyannote/pyannote-audio/blob/develop/CHANGELOG.md)
- [Commits](pyannote/pyannote-audio@3.2.0...3.3.1)

---
updated-dependencies:
- dependency-name: pyannote-audio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pyannote-audio-3.3.1 branch from 0adeb9d to 61dec4c Compare September 10, 2024 21:13
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Superseded by #190.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/pip/pyannote-audio-3.3.1 branch September 16, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant