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

Use pyarrow.Table for handling of dependencies #356

Closed
wants to merge 29 commits into from
Closed

Commits on Jan 30, 2024

  1. Start working on pyarrow deps

    hagenw committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ff95f1f View commit details
    Browse the repository at this point in the history
  2. Further work

    hagenw committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    8cf87b2 View commit details
    Browse the repository at this point in the history
  3. Fix __contains__

    hagenw committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    224dcf1 View commit details
    Browse the repository at this point in the history
  4. Continue work

    hagenw committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    e1e0456 View commit details
    Browse the repository at this point in the history
  5. Continue work

    hagenw committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    66deffe View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    b4734b0 View commit details
    Browse the repository at this point in the history
  2. Update tests

    hagenw committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    59aa5c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6d1f59 View commit details
    Browse the repository at this point in the history
  4. Update load() and publish()

    hagenw committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    514ea14 View commit details
    Browse the repository at this point in the history
  5. Start debugging

    hagenw committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1aa3176 View commit details
    Browse the repository at this point in the history
  6. Extend tests

    hagenw committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    715101c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    fe5cc91 View commit details
    Browse the repository at this point in the history
  2. Further tests and fixes

    hagenw committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    24924ac View commit details
    Browse the repository at this point in the history
  3. Add debugging code

    hagenw committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    77a73fb View commit details
    Browse the repository at this point in the history
  4. Fix load tests

    hagenw committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    02713f2 View commit details
    Browse the repository at this point in the history
  5. Fix further bugs

    hagenw committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9e8a76b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f933fdf View commit details
    Browse the repository at this point in the history
  7. Further fixes

    hagenw committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0498ba6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    048ffe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    320ce96 View commit details
    Browse the repository at this point in the history
  3. Add more results

    hagenw committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    57d5496 View commit details
    Browse the repository at this point in the history
  4. Update reading from PKL

    hagenw committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c42ceef View commit details
    Browse the repository at this point in the history
  5. Add more results

    hagenw committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e36e241 View commit details
    Browse the repository at this point in the history
  6. Speed up

    hagenw committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    93ada39 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    7b7d300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce0c677 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    71f0470 View commit details
    Browse the repository at this point in the history
  2. Update benchmark

    hagenw committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6bbbe8c View commit details
    Browse the repository at this point in the history
  3. Fix benchmark for main

    hagenw committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    dfe33f0 View commit details
    Browse the repository at this point in the history