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

Vendor relevant Librosa filter code to avoid runtime dependencies on Numba and libsndfile. #4

Merged
merged 16 commits into from
Jun 9, 2023

Commits on May 11, 2023

  1. Vendor relevant Librosa filter code to avoid runtime dependencies on …

    …Numba and libsndfile.
    psobot committed May 11, 2023
    Configuration menu
    Copy the full SHA
    7ac94ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c06a66 View commit details
    Browse the repository at this point in the history
  3. Fix Python <3.8.

    psobot committed May 11, 2023
    Configuration menu
    Copy the full SHA
    d8e09cf View commit details
    Browse the repository at this point in the history
  4. Black.

    psobot committed May 11, 2023
    Configuration menu
    Copy the full SHA
    9af677e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ddf2a4 View commit details
    Browse the repository at this point in the history
  6. Appease MyPy in Python3.8.

    psobot committed May 11, 2023
    Configuration menu
    Copy the full SHA
    3f28717 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f84eec View commit details
    Browse the repository at this point in the history
  8. More version pinning.

    psobot committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b2e2b55 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Remove Scipy dependency.

    psobot committed May 12, 2023
    Configuration menu
    Copy the full SHA
    354fde2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daf3569 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    e0669c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efdbb59 View commit details
    Browse the repository at this point in the history
  3. Properly catch ImportError.

    psobot committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e44732f View commit details
    Browse the repository at this point in the history
  4. More carve-outs.

    psobot committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ec171b6 View commit details
    Browse the repository at this point in the history
  5. Bump version: 1.0.1 → 1.0.2

    psobot committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b2ef352 View commit details
    Browse the repository at this point in the history
  6. Almost there...

    psobot committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    e6e3a5b View commit details
    Browse the repository at this point in the history