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.2 #190

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps pyannote-audio from 3.2.0 to 3.3.2.

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.2 (2024-09-11)

Fixes

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

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 the dependencies Pull requests that update a dependency file label Sep 16, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/pyannote-audio-3.3.2 branch from 71e791f to 608b1a1 Compare September 24, 2024 17:19
@KevKibe
Copy link
Owner

KevKibe commented Oct 24, 2024

@dependabot reopen

@KevKibe
Copy link
Owner

KevKibe commented Oct 24, 2024

@dependabot recreate

Bumps [pyannote-audio](https://github.com/pyannote/pyannote-audio) from 3.2.0 to 3.3.2.
- [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.2)

---
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.2 branch from 608b1a1 to 73b14e1 Compare October 24, 2024 08:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant