gpo.zugaina.org

Search Portage & Overlays:

sci-ml/pyannote-metrics

Reproducible evaluation, diagnostic, and error analysis for speaker diarization

Screenshots

  • pyannote-metrics-4.1
    ~amd64 ~arm64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: stuff

ChangeLog

commit 524318cc474c0fa0f1e1fcc70263fa99ec863729
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Aug 17 01:35:55 2026 +0200

sci-ml/pyannote-metrics: correct 4.1 CLI dep floors, drop matplotlib

The 4.1 metadata declares docopt, sympy and tabulate only under the
[cli] extra and matplotlib only under the [plot]/[doc] extras; the
previous change pulled all four as unconditional runtime deps with
understated floors. Keep the [cli] trio, since the ebuild installs the
pyannote-metrics console script that imports them at startup, but raise
sympy to >=1.13.3 and tabulate to >=0.9.0 to match the extra. Drop
matplotlib: upstream gates it behind the optional plotting/doc extras
and the installed CLI does not require it.

commit 0191d9ede477aeeab6417dbd127913745459b4e0
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Aug 16 15:41:45 2026 +0200

sci-ml/pyannote-metrics: complete runtime dependencies

The 4.1 setup metadata additionally requires docopt, matplotlib, sympy, and tabulate.
Add the omitted floors from that exact release.

commit a59c1ecc0408e0f9b45f72949bc9038448c0c8ba
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Jun 16 19:56:16 2026 +0200

sci-ml/pyannote-metrics: Keyword 4.1 for ~arm64

Pure-Python (PEP517), architecture-independent.

commit 2230b22908bc3111f2c9e2dc595f118bd9117267
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon May 18 19:43:44 2026 +0200

sci-ml/pyannote-metrics: use canonical PyPI slug (pyannote-metrics)

pypi.org/project/pyannote.metrics/ permanently redirects to
/pyannote-metrics/. Switch HOMEPAGE + metadata.xml pypi remote-id.

commit 1a05d5b61b34146938768973acc008a164c50ad3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 16 10:10:55 2026 +0200

sci-ml/pyannote-metrics: new package, add 4.1

Diarization-error-rate, identification-error-rate, and related
evaluation metrics for the pyannote stack. Required runtime dep
of sci-ml/pyannote-audio.

Pure-python, hatchling-built. Deps mirror upstream pyproject.toml.
Tests restricted (matplotlib + sphinx fixtures).