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

docs: schema evolution #1911

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

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    c22035e View commit details
    Browse the repository at this point in the history
  2. check for duplicate names

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    4fc2389 View commit details
    Browse the repository at this point in the history
  3. expose in python

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    a3d0795 View commit details
    Browse the repository at this point in the history
  4. feat: make top-level add_columns func

    test
    
    feat: support returning Pandas DF
    
    feat: add_columns supports pools
    
    fix test name conflict
    
    fix: shutdown pool
    
    fix
    
    remove process pool
    
    remove method
    
    implement Rust API
    
    clean up testing of drop_columns
    
    feat: rename columns
    
    partially implement casting
    
    wip: add Python bindings
    
    wip: start fixing impl
    
    make it work
    
    remove irrelevant changes
    
    think more about cache mechanism
    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ab58dab View commit details
    Browse the repository at this point in the history
  5. cleanup

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6b2d59c View commit details
    Browse the repository at this point in the history
  6. cleanup

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    f32ede0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    601781f View commit details
    Browse the repository at this point in the history
  8. get UDF basics working

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    abde356 View commit details
    Browse the repository at this point in the history
  9. implement caching

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    a9572b2 View commit details
    Browse the repository at this point in the history
  10. fix doctest

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    aa03f26 View commit details
    Browse the repository at this point in the history
  11. docs

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    697b576 View commit details
    Browse the repository at this point in the history
  12. support older Python

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6526598 View commit details
    Browse the repository at this point in the history
  13. wip: bring over methods

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    c33face View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ce677fc View commit details
    Browse the repository at this point in the history
  15. get casting working

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    2198222 View commit details
    Browse the repository at this point in the history
  16. expose in Python

    wjones127 committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    928c6a4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    823380f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. update docs

    wjones127 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    5eafbc4 View commit details
    Browse the repository at this point in the history