Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: r9y9/ttslearn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: r9y9/ttslearn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 21 files changed
  • 1 contributor

Commits on Feb 19, 2022

  1. Fix docs of example_audio_file

    fixes #34e
    r9y9 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    e640fc3 View commit details
    Browse the repository at this point in the history
  2. rename librosa.display.waveplot to librosa.display.waveshow

    waveplot is removed in librosa 0.9.0
    r9y9 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    d249cf0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #35 from r9y9/fix-example-audio

    Fix docs of example audio and rename waveplot to waveshow
    r9y9 authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    af763d3 View commit details
    Browse the repository at this point in the history
  4. update gdrive links

    files were unintentilally removed. Uploaded them again.
    r9y9 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    3a94a56 View commit details
    Browse the repository at this point in the history
  5. update changelog

    [ci skip]
    r9y9 committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    8ad3ed9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #36 from r9y9/fix-gdrive-urls

    update gdrive links
    r9y9 authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    4939934 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    3932750 View commit details
    Browse the repository at this point in the history
  2. Fix setup.py dependency

    r9y9 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    681fc5b View commit details
    Browse the repository at this point in the history
  3. add cmake to package.txt

    r9y9 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ea75a16 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Fix librosa warings

    ref #45
    r9y9 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    13b1d2f View commit details
    Browse the repository at this point in the history
  2. Fix scipy-related deprecation

    r9y9 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    d240b1c View commit details
    Browse the repository at this point in the history
  3. Set hydra version upper bound

    to avoid unexpected breaking
    r9y9 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    800ab19 View commit details
    Browse the repository at this point in the history
  4. Fix mypy for dsp.py

    r9y9 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    59612c5 View commit details
    Browse the repository at this point in the history
  5. Fix dsp

    r9y9 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    129eaa7 View commit details
    Browse the repository at this point in the history
  6. Fix pypy

    r9y9 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9b96cd4 View commit details
    Browse the repository at this point in the history
  7. Fix flake on CI

    r9y9 committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    74cda5a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #47 from r9y9/fix-dep

    Minor updates for fixing deprecations
    r9y9 authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a970d4e View commit details
    Browse the repository at this point in the history
Loading