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

Generalize Python InputTable class #5236

Merged
merged 15 commits into from
Mar 12, 2024

Commits on Mar 7, 2024

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

Commits on Mar 8, 2024

  1. Add async methods

    arman-ddl committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    425c803 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Remove async methods

    arman-ddl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6d05923 View commit details
    Browse the repository at this point in the history
  2. Improve col name getters

    Per jmao-denver
    
    Co-authored-by: Jianfeng Mao <[email protected]>
    arman-ddl and jmao-denver authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b50d2e8 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'arman/arman_python_input_tables' into a…

    …rman_python_input_tables
    
    # Conflicts:
    #	py/server/deephaven/table_factory.py
    arman-ddl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0d5b170 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dada100 View commit details
    Browse the repository at this point in the history
  5. Add tests; polish

    arman-ddl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ae7134c View commit details
    Browse the repository at this point in the history
  6. Improve type hints and doc

    arman-ddl committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0ff048d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Change getters to properties

    Per jmao
    
    Co-authored-by: Jianfeng Mao <[email protected]>
    arman-ddl and jmao-denver authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c58fbe9 View commit details
    Browse the repository at this point in the history
  2. Refactor property usage

    arman-ddl committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5838bb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    940f7d7 View commit details
    Browse the repository at this point in the history
  4. Polish pydoc

    Per Chip
    
    Co-authored-by: Chip Kent <[email protected]>
    arman-ddl and chipkent authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f511609 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary jpy

    arman-ddl committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    53a2e33 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'arman/arman_python_input_tables' into a…

    …rman_python_input_tables
    arman-ddl committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    19d6faf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0e1fc6 View commit details
    Browse the repository at this point in the history