From 07a85a7c061d83ac663ed8723d8f09c966b30271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20BREDIN?= Date: Wed, 8 May 2024 11:36:04 +0200 Subject: [PATCH] doc: update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 710be5817..a444fd7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - fix(task): fix random generators and their reproducibility (with [@FrenchKrab](https://github.com/FrenchKrab)) - fix(task): fix estimation of training set size (with [@FrenchKrab](https://github.com/FrenchKrab)) - fix(hook): fix `torch.Tensor` support in `ArtifactHook` +- fix(doc): fix typo in `Powerset` docstring (with [@lukasstorck](https://github.com/lukasstorck)) ### Improvements @@ -30,6 +31,10 @@ - BREAKING(model): get rid of `Model.example_output` in favor of `num_frames` method, `receptive_field` property, and `dimension` property - BREAKING(task): custom tasks need to be updated (see "Add your own task" tutorial) +## Community contributions + +- community: add tutorial for offline use of `pyannote/speaker-diarization-3.1` (by [@simonottenhauskenbun](https://github.com/simonottenhauskenbun)) + ## Version 3.1.1 (2023-12-01) ### TL;DR