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(RFC): Adds agg, field utility classes #3505

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

Commits on Jul 26, 2024

  1. feat(RFC): Adds agg, field utility classes

    `field` proposed in vega#3239 (comment)
    `agg` was developed during vega#3427 (comment) as a solution to part of vega#3476
    dangotbanned committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fe7e77e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c418066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c92ede0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    662a137 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35360b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a4451a View commit details
    Browse the repository at this point in the history
  7. test: Update/ add tests for agg, field

    Mostly renaming, but also added `test_field_one_of_variadic`
    dangotbanned committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    951f2a1 View commit details
    Browse the repository at this point in the history
  8. chore: Add agg, field to __all__

    Purely for visual demonstration
    dangotbanned committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    766d1bf View commit details
    Browse the repository at this point in the history
  9. fix: Support already parsed shorthand in FieldChannelMixin

    Ensures the same output from
    ```py
    alt.Y("count()")
    alt.Y(alt.agg.count())
    ```
    dangotbanned committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5929a5e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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

Commits on Jul 30, 2024

  1. wip

    dangotbanned committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    208ac8b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. fix: botched commit

    dangotbanned committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    07dbcc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd4defe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5da8485 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83c3cfe View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    23405ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4cf757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e449796 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 16, 2024

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

Commits on Aug 27, 2024

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

Commits on Sep 1, 2024

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