Skip to content

chore(deps-dev): bump altair from 4.2.2 to 5.1.2#522

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/altair-5.1.2
Closed

chore(deps-dev): bump altair from 4.2.2 to 5.1.2#522
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/altair-5.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 1, 2023

Copy link
Copy Markdown
Contributor

Bumps altair from 4.2.2 to 5.1.2.

Release notes

Sourced from altair's releases.

Version 5.1.2

What's changed

Bug Fixes

  • Remove usage of deprecated Pandas parameter convert_dtypes by @​binste in #3191
  • Fix encoding type inference for boolean columns when pyarrow is installed by @​jonmmease in #3210

Full Changelog: vega/altair@v5.1.1...v5.1.2

Version 5.1.1

What's Changed

Full Changelog: vega/altair@v5.1.0...v5.1.1

Version 5.1.0

What's Changed

Enhancements

  1. The chart.transformed_data() method was added to extract transformed chart data

For example when having an Altair chart including aggregations:

import altair as alt
from vega_datasets import data
cars = data.cars.url
chart = alt.Chart(cars).mark_bar().encode(
y='Cylinders:O',
x='mean_acc:Q'
).transform_aggregate(
mean_acc='mean(Acceleration)',
groupby=["Cylinders"]
)
chart

image Its now possible to call the chart.transformed_data method to extract a pandas DataFrame containing the transformed data.

chart.transformed_data()

image This method is dependent on VegaFusion with the embed extras enabled.

... (truncated)

Commits
  • 8e5139c MAINT: bump version to 5.1.2
  • 926c2c9 Update to Vega-Lite 5.15.1 (#3206)
  • cdcbc90 Fallback for ValueError as well (#3211)
  • da0de55 Fix encoding type inference for boolean columns when pyarrow is installed (#3...
  • 19bd5a5 Type hints: Code generation (#3207)
  • 5a7814c Add tutorial on numpy tooltip images (#3202)
  • adc6550 Add missing arguments to Parameter and add type hints (#3173)
  • b2b14cd Remove usage of deprecated Pandas parameter convert_dtypes (#3191)
  • dd72c9b docs: Use Facet/Trellis/Repeat consistently (#3180)
  • ec13a67 maint: re-bump version to 5.2.0dev
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [altair](https://github.com/altair-viz/altair) from 4.2.2 to 5.1.2.
- [Release notes](https://github.com/altair-viz/altair/releases)
- [Commits](vega/altair@v4.2.2...v5.1.2)

---
updated-dependencies:
- dependency-name: altair
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 1, 2023
@dependabot @github

dependabot Bot commented on behalf of github Dec 1, 2023

Copy link
Copy Markdown
Contributor Author

Superseded by #530.

@dependabot dependabot Bot closed this Dec 1, 2023
@dependabot
dependabot Bot deleted the dependabot/pip/altair-5.1.2 branch December 1, 2023 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants