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

Enables pandas 2, eliminates function_logger decorator, lints code via pre-commit hooks #87

Merged
merged 21 commits into from
Aug 13, 2023

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    adc29cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6173de3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72b6508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a71b69a View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    804fbe3 View commit details
    Browse the repository at this point in the history
  2. 1) factors '.write_score_to_handler()' out of '.store_score()' (in Sc…

    …ore(), MSCX(), and _MSCX_bs4)
    
    2) turns the long body of FIRST_BAR_MISSING_TEMPO_MARK_WARNING into UserWarning (so it can be suppressed)
    3) first run of pre-commit hook with reformatting
    johentsch committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a679cbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f51cdf5 View commit details
    Browse the repository at this point in the history
  4. corrects relative paths

    johentsch committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1bfa449 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0230b53 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c96aac View commit details
    Browse the repository at this point in the history
  7. includes logger parent in Corpus.parse_musescore_file because multipr…

    …ocessing was changing the logger's parent (bug unresolved after a whole day's search!)
    johentsch committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    abf5b45 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    0853a0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c57fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ed7b79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    546871c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2ded48 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb0c6f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ca3007 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    374e024 View commit details
    Browse the repository at this point in the history
  9. enables pandas 2

    johentsch committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c322ae1 View commit details
    Browse the repository at this point in the history