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(python): Add ArrowDeviceArray extension to Python bindings #313

Merged
merged 28 commits into from
Nov 17, 2023

Commits on Nov 17, 2023

  1. copy device stuff

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    de25d62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    239e9e0 View commit details
    Browse the repository at this point in the history
  3. building + importing

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c4a7b09 View commit details
    Browse the repository at this point in the history
  4. with test

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    7c6ba3e View commit details
    Browse the repository at this point in the history
  5. formatting

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    bf5cefe View commit details
    Browse the repository at this point in the history
  6. with device array

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    07234b6 View commit details
    Browse the repository at this point in the history
  7. fix isort

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    90fc9dd View commit details
    Browse the repository at this point in the history
  8. move device stuff

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6acfaef View commit details
    Browse the repository at this point in the history
  9. maybe fix pre-commit

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    a519a57 View commit details
    Browse the repository at this point in the history
  10. grrr

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    f5a296b View commit details
    Browse the repository at this point in the history
  11. maybe fix again

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    792aa2a View commit details
    Browse the repository at this point in the history
  12. missing property

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    fed3ca7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3f0c1f9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3fa3b8d View commit details
    Browse the repository at this point in the history
  15. add reprs

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1550e5f View commit details
    Browse the repository at this point in the history
  16. imports

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    dbabca8 View commit details
    Browse the repository at this point in the history
  17. f strings

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c4b93d5 View commit details
    Browse the repository at this point in the history
  18. docstrings

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    339d7e5 View commit details
    Browse the repository at this point in the history
  19. line length

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    0fe42cf View commit details
    Browse the repository at this point in the history
  20. fix tests

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3395e4b View commit details
    Browse the repository at this point in the history
  21. add comment

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    f16bb9f View commit details
    Browse the repository at this point in the history
  22. Update python/src/nanoarrow/_lib.pyx

    Co-authored-by: Joris Van den Bossche <[email protected]>
    paleolimbot and jorisvandenbossche authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    107b8e2 View commit details
    Browse the repository at this point in the history
  23. explain, fix test

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ea6c123 View commit details
    Browse the repository at this point in the history
  24. re-fix typo that got lost

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    065a82e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c44cfb5 View commit details
    Browse the repository at this point in the history
  26. better coverage

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    88e5b1d View commit details
    Browse the repository at this point in the history
  27. fix tests

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    c4b3cb7 View commit details
    Browse the repository at this point in the history
  28. one more cov

    paleolimbot committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    966a014 View commit details
    Browse the repository at this point in the history