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

Commits on Sep 3, 2018

  1. fix: fix broken images (#21)

    hbredin committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    8f56572 View commit details
    Browse the repository at this point in the history
  2. doc: update changelog

    hbredin committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    4c9a159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2938db5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'hotfix/1.7.1'

    hbredin committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    d198503 View commit details
    Browse the repository at this point in the history
  5. Merge tag '1.7.1' into develop

    Version 1.7.1
    hbredin committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    1d6f348 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    10caf0e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    2dd578b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f3868 View commit details
    Browse the repository at this point in the history
  3. doc: update changelog

    hbredin committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7cee51f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b43b81 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'release/1.8'

    hbredin committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7e5712f View commit details
    Browse the repository at this point in the history
  6. Merge tag '1.8' into develop

    Version 1.8
    hbredin committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    cdc3f57 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Configuration menu
    Copy the full SHA
    57293d0 View commit details
    Browse the repository at this point in the history
  2. doc: update changelog

    hbredin committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    ccce32d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/1.8.1'

    hbredin committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    b493445 View commit details
    Browse the repository at this point in the history
  4. Merge tag '1.8.1' into develop

    Version 1.8.1
    hbredin committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    31031cb View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Configuration menu
    Copy the full SHA
    4ea95df View commit details
    Browse the repository at this point in the history
  2. BREAKING: drop support for all but RTTM files

    - setup: remove pyannote.parser requirement
    - setup: switch to pyannote.database 1.6
    - doc: update documentation
    
    Deprecates pyannote/DEPRECATED-pyannote-parser#3
    hbredin committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    7c6126f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30e03cf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. travis: remove 3.7 build

    hbredin committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    5ca1c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    430c1a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Configuration menu
    Copy the full SHA
    d1c55cf View commit details
    Browse the repository at this point in the history
  2. doc: update changelog

    hbredin committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    b13355c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/2.0'

    hbredin committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    cee1280 View commit details
    Browse the repository at this point in the history
  4. Merge tag '2.0' into develop

    Version 2.0
    hbredin committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    bb4c236 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    541a4a1 View commit details
    Browse the repository at this point in the history
  6. doc: update changelog

    hbredin committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    cfb0e98 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'release/2.0.1'

    hbredin committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    efa42b9 View commit details
    Browse the repository at this point in the history
  8. Merge tag '2.0.1' into develop

    Version 2.0.1
    hbredin committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    e7fe04e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    e683ac8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. fix: avoid division by zero

    hbredin committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    6720afc View commit details
    Browse the repository at this point in the history
  2. doc: update changelog

    hbredin committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    d8d6c61 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hotfix/2.0.2'

    hbredin committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    b433fec View commit details
    Browse the repository at this point in the history
  4. Merge tag '2.0.2' into develop

    Version 2.0.2
    hbredin committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    c5b6488 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. fix: rewrite mapping and matching routines

    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.
    hbredin committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    714c7ad View commit details
    Browse the repository at this point in the history
  2. doc: update changelog

    hbredin committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    7e1cba7 View commit details
    Browse the repository at this point in the history
  3. Version 2.1

    hbredin committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    685027f View commit details
    Browse the repository at this point in the history
  4. Merge tag '2.1' into develop

    Version 2.1
    hbredin committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    af0ebc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. fix: fixes #28

    hbredin committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    d9ca221 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    c000488 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. doc: fix documentation build

    hbredin committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    a233be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0066b2 View commit details
    Browse the repository at this point in the history
  3. actions: add PyPI workflow

    hbredin committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    eea76f5 View commit details
    Browse the repository at this point in the history
  4. actions: add Test workflow

    hbredin committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    a4708b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dcbe84 View commit details
    Browse the repository at this point in the history
  6. fix: pass Flake8 tests

    hbredin committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    0b5b81e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5975be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1a98c5 View commit details
    Browse the repository at this point in the history
  9. doc: update changelog

    hbredin committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    b0535cf View commit details
    Browse the repository at this point in the history
  10. Merge branch 'release/2.2'

    hbredin committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    407f7b9 View commit details
    Browse the repository at this point in the history
  11. Merge tag '2.2' into develop

    Version 2.2
    hbredin committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    a8edc70 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    94cee03 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. feat: add Github sponsor

    hbredin committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    5b75456 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    2370bbb View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    9f4b941 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    dcebea8 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. doc: update changelog

    hbredin committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    1899939 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/2.3'

    hbredin committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    6deb010 View commit details
    Browse the repository at this point in the history
  3. Merge tag '2.3' into develop

    Version 2.3
    hbredin committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    69a7140 View commit details
    Browse the repository at this point in the history