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

feat: One-pass column optimization #491

Draft
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Mar 28, 2024

  1. start

    martindurant committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b18b3af View commit details
    Browse the repository at this point in the history
  2. Remove unused

    martindurant committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3cdc778 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Pass reports around

    martindurant committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c57693c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. remember to commit

    martindurant committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0c367df View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 11, 2024

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

Commits on Apr 12, 2024

  1. stop

    martindurant committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f56f77a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. most pass

    martindurant committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    75b4416 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix most

    martindurant committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a5c319d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. probably better

    martindurant committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    243fbc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    6eebf87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bbe409 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    e5828fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df0cf2f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Another one squashed

    martindurant committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b593f87 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Squash errors that only show when uproot.dask and hist.dask are insta…

    …lled
    
    (except the uproot test itself)
    martindurant committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e410b61 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix uproot

    martindurant committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cd537e2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix report

    martindurant committed May 27, 2024
    Configuration menu
    Copy the full SHA
    baf6f46 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. if meta fails

    martindurant committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e29e929 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. rev

    martindurant committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f61fdd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. concat enforce condition

    martindurant committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2c3abd0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. temp

    martindurant committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    04abbc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. squached some

    martindurant committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d876f00 View commit details
    Browse the repository at this point in the history
  2. add note

    martindurant committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    8e1d507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1922ab View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    fc9589b View commit details
    Browse the repository at this point in the history
  2. one more squashed

    martindurant committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    961dd0c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix IO report

    @LGrey - moved from IO reporting layers returning a tuple to returning
    a record (or dict) for my own sanity.
    martindurant committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c8b254b View commit details
    Browse the repository at this point in the history