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: import_stream internal method for Series to support Arrow C stream interface #1078

Merged
merged 27 commits into from
May 8, 2024

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    98a81ec View commit details
    Browse the repository at this point in the history
  2. test: add test

    eitsupi committed May 5, 2024
    Configuration menu
    Copy the full SHA
    16ec40f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    9f095c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b976c1 View commit details
    Browse the repository at this point in the history
  3. refactor!: use the Arrow C Stream interface inside `as_polars_df(<arr…

    …ow::RecordBatchReader>)` and remove unused internal functions
    eitsupi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c6b4ee7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8de1e21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbba938 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    350689c View commit details
    Browse the repository at this point in the history
  7. docs(news): add bluets

    eitsupi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    e4fdaad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f7d917a View commit details
    Browse the repository at this point in the history
  9. test: ensure auto rechunk

    eitsupi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    a70fbf6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a543e95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4cab33b View commit details
    Browse the repository at this point in the history
  12. Revert "refactor!: rewrite as_polars_df to use Arrow C Stream inter…

    …face"
    
    This reverts commit 350689c.
    eitsupi committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fa5e600 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e04762c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    fe06f29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fde92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    303ea0b View commit details
    Browse the repository at this point in the history
  4. test: update snapshot

    eitsupi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    89fc55c View commit details
    Browse the repository at this point in the history
  5. chore: auto formatting

    eitsupi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e3b9567 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a97690 View commit details
    Browse the repository at this point in the history
  7. refactor: simplify

    eitsupi committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2b5e8a6 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    038afb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2277fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db284af View commit details
    Browse the repository at this point in the history
  4. refactor: simplify

    eitsupi committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ccb51e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6cc521 View commit details
    Browse the repository at this point in the history