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

Sync with pyannote/develop #2

Merged
merged 59 commits into from
Apr 11, 2020
Merged

Sync with pyannote/develop #2

merged 59 commits into from
Apr 11, 2020

Conversation

nryant
Copy link
Owner

@nryant nryant commented Apr 11, 2020

No description provided.

hbredin and others added 30 commits September 3, 2018 15:30
- setup: remove pyannote.parser requirement
- setup: switch to pyannote.database 1.6
- doc: update documentation

Deprecates pyannote/DEPRECATED-pyannote-parser#3
hbredin and others added 29 commits April 15, 2019 10:54
pyannote.core 3.x changes the return type of Annotation.__mul__ (from xarray.DataArray to np.ndarray) because it was found that recent changes in xarray led to inconsistency in diarization metrics. "xarray" is still used in IdentificationErrorAnalysis.matrix but is meant to be removed completely in the future.

Also, "scipy" now provides an implementation of the Hungarian algorithm (supposedly faster than that of "munkres") so we switch to a recent version of "scipy".

Therefore, the code for "HungarianMapper" and "GreedyMapper" has been rewritten to rely on those two things. This also has the side effect of removing both "networkx" and "munkres" dependency.
@nryant nryant merged commit ac019df into nryant:develop Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants