Thanks to visit codestin.com
Credit goes to github.com

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.1.1
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.1.2
Choose a head ref
  • 11 commits
  • 50 files changed
  • 6 contributors

Commits on Aug 30, 2023

  1. update release notes date

    mattijn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    faf152b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec13a67 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. docs: Use Facet/Trellis/Repeat consistently (#3180)

    * example: update trellis_area to use facet
    
    See #3178
    
    This removes the old trellis_area example, because that is just a
    simpler version of the sorted version.
    Might as well just have the sorted version,
    it is easy enough to see how you would jusst remove the sort
    to get back to the original example.
    
    This also adds some commas to the code so that
    black keeps the formatting the same.
    
    I wanted to update the name of the example so that it didn't contain
    the word "trellis". While
    I was at it I also wanted the examples to be in better sort order.
    
    * example: Use facet in trellist_stacked_bar_chart
    
    See #3178
    
    * example: Use facet in bar_chart_trellis_compact
    
    See #3178
    
    * example: Use facet in trellis_scatter_plot
    
    See #3178
    
    * example: Use facet in trellis_histogram
    
    See #3178
    
    * example: Use facet in beckers_barley_trellis_plot
    
    See #3178
    
    * example: Remove trellis in beckers_barley_wrapped
    
    See #3178
    
    This also re-categorizes this example as a case study.
    I think this makes more sense, as it puts it with the other
    beckers barley example.
    And there aren't really any advance calculations
    going on.
    
    * example: remove facet in density_facet
    
    This isn't an example of faceting, but repeating.
    
    See #3178
    
    * example: Fix "facet" use in scatter_marginal_hist
    
    The scatter plot is not faceted, but the
    marginal scatter plots are, with
    one histogram for eadch subset.
    
    See #3178
    
    * example: Use facet in ridgeline_plot
    
    This is using faceting, so let's
    call it out explicitly so people
    learn the terminology.
    
    See #3178
    
    * example: Use facet in anscombe_plot
    
    See #3178
    
    * docs: Link to "trellis" etc in definition of Facet
    
    See #3178
    
    Also improve the intro to Faceted charts.
    NickCrews authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    dd72c9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b14cd View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Sep 25, 2023

  1. Add tutorial on numpy tooltip images (#3202)

    * Add tutorial on numpy tooltip images
    
    * Add note on chart size
    joelostblom authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5a7814c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Type hints: Code generation (#3207)

    * First type hints for code generation
    
    * Remove redundant code relating to support for multiple VL versions and other things
    
    * Rename codegen._get_args to get_args and use a dataclass as return value
    
    * Remaining type hints
    binste authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    19bd5a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Fix encoding type inference for boolean columns when pyarrow is insta…

    …lled (#3210)
    
    * Work around pandas-dev/pandas#55332
    
    * Only test boolean column with pandas >= 1.0.0
    jonmmease authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    da0de55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdcbc90 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Update to Vega-Lite 5.15.1 (#3206)

    * Include instructions on how to update vega lite and auto created files
    
    * Update VL version
    
    * Add updates from regenerating auto files
    
    * Add release notes
    
    * Remove mention of altair-saver from docs
    
    * Update CONTRIBUTING.md
    
    * Add note on pyarrow bool bug fix
    
    * Update to 5.15.1
    
    * Update to 5.15.1
    
    * Require newer vl-convert
    
    * Update vl-convert version
    joelostblom authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    926c2c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e5139c View commit details
    Browse the repository at this point in the history
Loading