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

Dataset object #296

Merged
merged 34 commits into from
Nov 3, 2020
Merged

Dataset object #296

merged 34 commits into from
Nov 3, 2020

Commits on Oct 20, 2020

  1. Dataset object, heavily inspired by the RFC in #219

    Rachel Bittner committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a7c3d03 View commit details
    Browse the repository at this point in the history
  2. update top-level docs, adapt two loaders

    Rachel Bittner committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a710b0f View commit details
    Browse the repository at this point in the history
  3. major version change

    Rachel Bittner committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    8a71bee View commit details
    Browse the repository at this point in the history
  4. integrate review comments

    Rachel Bittner committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    c53fa77 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. update dataset api

    Rachel Bittner committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    c9f0e5d View commit details
    Browse the repository at this point in the history
  2. update all loaders to fit new API

    Rachel Bittner committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    7b95a83 View commit details
    Browse the repository at this point in the history
  3. remove outdated test

    Rachel Bittner committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    4fe7371 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. update tests, inherit dataset-specific load functions, docstring hack…

    …, better error handling
    Rachel Bittner committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    b5e8d3d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. remove data_home from Track docstrings

    Rachel Bittner committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    552e88a View commit details
    Browse the repository at this point in the history
  2. beta v0.3

    Rachel Bittner committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    e4a3976 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

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

Commits on Oct 27, 2020

  1. update test_full dataset; fix introduced bug in orchset

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    19f2131 View commit details
    Browse the repository at this point in the history
  2. fix bug in orchset download method

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    23560fe View commit details
    Browse the repository at this point in the history
  3. consolodate track.py and dataset.py into core.py

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    f150ecd View commit details
    Browse the repository at this point in the history
  4. create datasets submodule

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    9e630a1 View commit details
    Browse the repository at this point in the history
  5. fix import bug in tests

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    250e2d7 View commit details
    Browse the repository at this point in the history
  6. hack around git case sensitiveness

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    35dc732 View commit details
    Browse the repository at this point in the history
  7. hack back around git case sensitiveness

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    0c7c01a View commit details
    Browse the repository at this point in the history
  8. hack around git ignore case changes

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    bf195e3 View commit details
    Browse the repository at this point in the history
  9. hack back around git ignoring case changes

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    ba6dbce View commit details
    Browse the repository at this point in the history
  10. fix capitalization in tests paths

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a47085e View commit details
    Browse the repository at this point in the history
  11. fix more tests

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    0557f10 View commit details
    Browse the repository at this point in the history
  12. fixing tests

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    ed9e9ea View commit details
    Browse the repository at this point in the history
  13. last test maybe

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    ad15b56 View commit details
    Browse the repository at this point in the history
  14. initial merge with master

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    5401313 View commit details
    Browse the repository at this point in the history
  15. port beatport key to 0.3

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    e551691 View commit details
    Browse the repository at this point in the history
  16. test automodule for datasets

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    639c6b5 View commit details
    Browse the repository at this point in the history
  17. update datasets

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    a5acb26 View commit details
    Browse the repository at this point in the history
  18. format docstring

    Rachel Bittner committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    90c76ee View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. update contributing

    Rachel Bittner committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    1c8d919 View commit details
    Browse the repository at this point in the history
  2. fix merge conflicts

    Rachel Bittner committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    a1236ce View commit details
    Browse the repository at this point in the history
  3. update dataset to new api

    Rachel Bittner committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    a559bf8 View commit details
    Browse the repository at this point in the history
  4. update test location

    Rachel Bittner committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    20cb153 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. merge with master

    Rachel Bittner committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    b4e496c View commit details
    Browse the repository at this point in the history