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

[python] dataloader optimization (picking up 1169) #1224

Merged
merged 21 commits into from
Jul 8, 2024

Commits on Jun 7, 2024

  1. ExperimentDataPipe: configurable array-conversion method

    `nd.array`, `scipy.coo`, `scipy.csr`
    ryan-williams committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b8182d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f6121 View commit details
    Browse the repository at this point in the history
  3. rm scipy.coo method

    ryan-williams committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9655f8b View commit details
    Browse the repository at this point in the history
  4. add METHODS constant

    ryan-williams committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    54ffe73 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    2fd1b14 View commit details
    Browse the repository at this point in the history
  2. Oops, one more thing

    ivirshup committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b74bf67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f29b4c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    664812a View commit details
    Browse the repository at this point in the history
  5. mypy + linting fixes

    ivirshup committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    629af82 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Add test for bug I found

    ivirshup committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    8bab49a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c042ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d5cb73 View commit details
    Browse the repository at this point in the history
  4. Remove more unused code

    ivirshup committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    295b308 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    137f77d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ac8511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f943404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1204bf View commit details
    Browse the repository at this point in the history
  5. typing fix

    ivirshup committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    357582e View commit details
    Browse the repository at this point in the history
  6. Revert "typing fix"

    This reverts commit 357582e.
    ivirshup committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    15cb1a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b1a993 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9cd6df7 View commit details
    Browse the repository at this point in the history