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

WIP: update to Vega-Lite 5.2 #2528

Merged
merged 27 commits into from
Mar 24, 2022
Merged

WIP: update to Vega-Lite 5.2 #2528

merged 27 commits into from
Mar 24, 2022

Commits on Nov 27, 2021

  1. Initial creation of vegalite/v5 folder

    Duplicated the vegalite/v4 folder, and changed some occurrences of "4" to "5".  Ran generate_schema_wrapper.  As is the library will not work, because for example v5/api.py refers to definitions that no longer exist within the Vega-Lite schema, such as core.SelectionDef.
    ChristopherDavisUCI committed Nov 27, 2021
    Configuration menu
    Copy the full SHA
    14bbb8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65399d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50c4732 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2a58b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    c143c04 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    ChristopherDavisUCI committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    5bba402 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Updated use of PredicateComposition

    And replaced v4 with v5 in some files.
    ChristopherDavisUCI committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    4d0ae32 View commit details
    Browse the repository at this point in the history
  2. Update scatter_with_minimap.py

    Replaced dict key "selection" with "param" to match the Vega-Lite v5 schema.
    ChristopherDavisUCI committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    d4915ce View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Update api.py

    Updates related to UnitSpec not having e.g. a "height" property.
    ChristopherDavisUCI committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    870e30c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    566a779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    015b036 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

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

Commits on Jan 8, 2022

  1. Define SelectionPredicateComposition

    Made a new class SelectionPredicateComposition to allow use of ~,&,| with certain PredicateCompositions.  Rewrote test_filter_transform_selection_predicates to match the new syntax.
    ChristopherDavisUCI committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    846a842 View commit details
    Browse the repository at this point in the history
  2. Update test_add_selection

    Also fixed formatting.
    ChristopherDavisUCI committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    b391eec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b41f22 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

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

Commits on Jan 17, 2022

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

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    c1236a6 View commit details
    Browse the repository at this point in the history
  2. Update expected vega_spec

    Updated so test_vegalite_to_vega_mimebundle would pass.  See @mattijn's comments here:
    #2528 (comment)
    ChristopherDavisUCI committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    96634c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    454bbfe View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Update release notes

    Listed grammar changes.  Also added one example to illustrate variable parameters and referred to that example in the release notes.
    ChristopherDavisUCI committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    62ec051 View commit details
    Browse the repository at this point in the history
  2. Update test_plugin_registry.py

    Reformatted with black
    ChristopherDavisUCI committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    d0022f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

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

Commits on Mar 2, 2022

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

Commits on Mar 3, 2022

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

Commits on Mar 4, 2022

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