Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vega/altair
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.0
Choose a base ref
...
head repository: vega/altair
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.1
Choose a head ref
  • 12 commits
  • 23 files changed
  • 4 contributors

Commits on May 9, 2023

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

Commits on May 11, 2023

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

Commits on May 13, 2023

  1. Use altairplot Sphinx directive of sphinxext_altair package (#3056)

    * Use altairplot Sphinx directive of sphinxext_altair package
    
    * Use sphinxext_altair package from pypi
    
    * Add note about sphinxext-altair package in release 5
    binste committed May 13, 2023
    Configuration menu
    Copy the full SHA
    5571f39 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Configuration menu
    Copy the full SHA
    79de39e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ca5e3 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Add validation of Vega-Lite schema to build pipeline (#3061)

    * Add validation of Vega-Lite schema itself
    
    * Install check-jsonschema
    binste committed May 18, 2023
    Configuration menu
    Copy the full SHA
    5b1a5d0 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Deprecate .ref() instead of removing it (#3063)

    * MAINT: bump version to 5.0.0
    
    * MAINT: bump version to 5.0.0
    
    * deprecate .ref() over removing
    
    * update changes.rst
    
    * Update doc/releases/changes.rst
    
    Co-authored-by: Stefan Binder <binder_stefan@outlook.com>
    
    ---------
    
    Co-authored-by: Stefan Binder <binder_stefan@outlook.com>
    mattijn and binste committed May 19, 2023
    Configuration menu
    Copy the full SHA
    5d15325 View commit details
    Browse the repository at this point in the history
  2. Update area.rst (#3064)

    Fix #3055.
    This PR changes the description so it is in line with the example connected to it. 
    I think the specification is good as is, so the emphasis is on the `alt.Y2` and not on the `ci0` and `ci1`.
    mattijn committed May 19, 2023
    Configuration menu
    Copy the full SHA
    76f75d2 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Documentation: Improve homepage (#3060)

    * Make start page wider, example gallery on start page bigger, and show 7 examples per row
    
    * Remove raw-html role as unclear what it does and can't see an effect when removing it
    
    * Style first paragraph as a lead, similar to Vega-Lite docs
    
    * Add cards to start page. Move reference to Vega-Lite docs to Overview
    
    * Fix link to API section by renaming it to lowercase. Add back raw-html role as it is needed. It registers raw-html as being the raw role with html format for the rest of the documentation
    
    * Make 'Vega-Altair' bold. Improve card grid layout for smaller screens
    
    * Change api.rst file name also to lowercase in schema generation script
    
    * Increase space around lead. From code suggestion
    
    * Remove unused css
    
    * Extend gallery to whole screen. Make text narrower
    
    * Make gallery fill full width of header. Replace and reorder some gallery images so it looks better in this configuration. Replaced the heatmp with text as it looks too 'zomed in' with the text compared to the others
    binste committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d47f13b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. TitleParam to Title in example gallery and sync scatterplot table (#3066

    )
    
    * Change titleparams to title in examples
    
    * Sync scatter plot table examples
    joelostblom committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e2e2a5b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Fix bug in reconstructing layered charts with from_json/from_dict (#3068

    )
    
    * Fix for when subcharts do not have layer_props
    
    * Test the to_json and from_json methods using all examples in the gallery
    binste committed May 26, 2023
    Configuration menu
    Copy the full SHA
    958301d View commit details
    Browse the repository at this point in the history
  2. maint: bump version to 5.0.1

    mattijn committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ed1d42d View commit details
    Browse the repository at this point in the history
Loading