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

Introduce PvaAbstractions and use them in SeqTable #522

Commits on Aug 21, 2024

  1. WIP: converted to row-wise numpy SeqTable

    decided to include this in the PR for #310
    evalott100 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    63e50ca View commit details
    Browse the repository at this point in the history
  2. created the PvaTableAbstraction and used it in the SeqTable

    Need to add json serialization.
    evalott100 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    28b5e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d54c85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d12925 View commit details
    Browse the repository at this point in the history
  5. allowed backends to take pydantic models

    Also finished a `PvaTable` type.
    evalott100 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e1ed77b View commit details
    Browse the repository at this point in the history
  6. cleaned up after rebase

    evalott100 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c4bece5 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. made suggested changes

    Still need to add datatype to the args of signal
    evalott100 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3af9883 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    c152c43 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 442-switch-from-typeddict-to-row-wise-numpy-…

    …structured-data-for-tables
    evalott100 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    a5f88a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. made suggested changes

    evalott100 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    49a047b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695e1db View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into 442-switch-from-typeddict-to-row-wise-numpy-…

    …structured-data-for-tables
    evalott100 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    9446321 View commit details
    Browse the repository at this point in the history
  4. fixed bug

    evalott100 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b728640 View commit details
    Browse the repository at this point in the history