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

69 deprecation warnings need dealing with #71

Merged
merged 5 commits into from
Aug 15, 2022

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    84410e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99cb976 View commit details
    Browse the repository at this point in the history
  3. Dealing with deprecation warnings

    - np.int and np.float replaced with int and float
    - np.linalg.lstsq needs the rcond=-1 argument
    jonbarker68 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    2b5bf37 View commit details
    Browse the repository at this point in the history
  4. Suppressed annoying librosa warning.

    Librosa issues warning every time it reads an mp3 file. Disabling
    the warning as we use a lot of mp3 files and it is just confusing.
    jonbarker68 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    3975f1a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #70 from claritychallenge/67-code-generating-numba…

    …pendingdeprecationwarning
    
    Fixed NumbaPendingDeprecationWarnings
    jonbarker68 committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    2b84d79 View commit details
    Browse the repository at this point in the history