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

[RFC] Dataset class. Cross-module download, duration, from_jams, load, to_jams, and validate #219

Closed
wants to merge 44 commits into from

Commits on Apr 7, 2020

  1. create Dataset class

    Vincent Lostanlen committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    3719649 View commit details
    Browse the repository at this point in the history
  2. create track2.py

    Vincent Lostanlen committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    cf10e5b View commit details
    Browse the repository at this point in the history
  3. implement to_jams in track2

    Vincent Lostanlen committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    277f9ad View commit details
    Browse the repository at this point in the history
  4. implement Dataset.download

    Vincent Lostanlen committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    87c1bb0 View commit details
    Browse the repository at this point in the history
  5. rwc_classical

    Vincent Lostanlen committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    1ee3711 View commit details
    Browse the repository at this point in the history
  6. orchset

    Vincent Lostanlen committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    65beab0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcf5dfe View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. update Track2 superclass

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a08b816 View commit details
    Browse the repository at this point in the history
  2. address case where track_metadata is empty

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    313f42e View commit details
    Browse the repository at this point in the history
  3. implement duration, from_jams, to_jams

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    9772995 View commit details
    Browse the repository at this point in the history
  4. remove Track constructors of orchset and rwcc!

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    db178ff View commit details
    Browse the repository at this point in the history
  5. GTZAN Genre

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    bea3f77 View commit details
    Browse the repository at this point in the history
  6. create kwarg download_items in dataset.download

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    87fe788 View commit details
    Browse the repository at this point in the history
  7. define beats, chords, keys in from_jams

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a16f0c9 View commit details
    Browse the repository at this point in the history
  8. do not store track_metadata in Track superclass

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    bebcf56 View commit details
    Browse the repository at this point in the history
  9. call jams load in the parent class if "jams" in track_index

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    978000a View commit details
    Browse the repository at this point in the history
  10. exclude jams et al. from Track __repr__

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    813d068 View commit details
    Browse the repository at this point in the history
  11. GuitarSet

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    829f547 View commit details
    Browse the repository at this point in the history
  12. sections of rwc classical

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    43e1bde View commit details
    Browse the repository at this point in the history
  13. implement sections and chords in to_jams

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    80f6dc2 View commit details
    Browse the repository at this point in the history
  14. implement dataset.choice()

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    b555c34 View commit details
    Browse the repository at this point in the history
  15. cite multiple papers if bibtex is dict

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    5de0ae7 View commit details
    Browse the repository at this point in the history
  16. print remote if isinstance(remote, str)

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f7dcccb View commit details
    Browse the repository at this point in the history
  17. unify rwc_classical and rwc_jazz beat and structure parsers

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    39aaec1 View commit details
    Browse the repository at this point in the history
  18. rwc_jazz

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e505f58 View commit details
    Browse the repository at this point in the history
  19. rwc_popular

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    11f71ee View commit details
    Browse the repository at this point in the history
  20. format string remote according to data_home

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    cf30af6 View commit details
    Browse the repository at this point in the history
  21. encode title and artist In jams

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    3b81b33 View commit details
    Browse the repository at this point in the history
  22. bugfix print remote

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    0000c41 View commit details
    Browse the repository at this point in the history
  23. beatles.Track

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    8db5b49 View commit details
    Browse the repository at this point in the history
  24. black -S .

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    75d668e View commit details
    Browse the repository at this point in the history
  25. document beatles.artist

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    873ff49 View commit details
    Browse the repository at this point in the history
  26. allow for missing fields in index

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e7cc3b5 View commit details
    Browse the repository at this point in the history
  27. medley_solos_db

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    bb8df77 View commit details
    Browse the repository at this point in the history
  28. salami

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    d4dffd7 View commit details
    Browse the repository at this point in the history
  29. write failsafe mode (flag196), parse_track_id

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f298369 View commit details
    Browse the repository at this point in the history
  30. implement parse_track_id in track2.py

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    3015442 View commit details
    Browse the repository at this point in the history
  31. keep a list of previously printed remotes

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    12eb3b1 View commit details
    Browse the repository at this point in the history
  32. ikala

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    b2b83cc View commit details
    Browse the repository at this point in the history
  33. black -S .

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    36bf88e View commit details
    Browse the repository at this point in the history
  34. duration should not be cached

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    d425283 View commit details
    Browse the repository at this point in the history
  35. beatles.artist should be cached

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    07e55df View commit details
    Browse the repository at this point in the history
  36. bugfix duration decorator

    Vincent Lostanlen committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    b3ea8de View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. experiment with to_jams(duration, self)

    Vincent Lostanlen committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    2678eef View commit details
    Browse the repository at this point in the history