Skip to content

Commit

Permalink
Update from Vega-Lite 5.7.1 to 5.8.0 (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn authored May 2, 2023
1 parent 080a5e6 commit 49c9b64
Show file tree
Hide file tree
Showing 10 changed files with 772 additions and 56 deletions.
14 changes: 14 additions & 0 deletions altair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"AxisConfig",
"AxisOrient",
"AxisResolveMap",
"BBox",
"BarConfig",
"BaseTitleNoValueRefs",
"Baseline",
Expand Down Expand Up @@ -163,6 +164,9 @@
"FacetSpec",
"FacetedEncoding",
"FacetedUnitSpec",
"Feature",
"FeatureCollection",
"FeatureGeometryGeoJsonProperties",
"Field",
"FieldChannelMixin",
"FieldDefWithoutScale",
Expand Down Expand Up @@ -203,6 +207,9 @@
"GenericUnitSpecEncodingAnyMark",
"GeoJsonFeature",
"GeoJsonFeatureCollection",
"GeoJsonProperties",
"Geometry",
"GeometryCollection",
"Gradient",
"GradientStop",
"GraticuleGenerator",
Expand Down Expand Up @@ -248,6 +255,7 @@
"LegendResolveMap",
"LegendStreamBinding",
"LineConfig",
"LineString",
"LinearGradient",
"LocalMultiTimeUnit",
"LocalSingleTimeUnit",
Expand Down Expand Up @@ -275,6 +283,9 @@
"MaxRowsError",
"MergedStream",
"Month",
"MultiLineString",
"MultiPoint",
"MultiPolygon",
"MultiTimeUnit",
"NamedData",
"NonArgAggregateOp",
Expand Down Expand Up @@ -303,9 +314,12 @@
"Parse",
"ParseValue",
"PivotTransform",
"Point",
"PointSelectionConfig",
"PointSelectionConfigWithoutType",
"PolarDef",
"Polygon",
"Position",
"Position2Def",
"PositionDatumDef",
"PositionDatumDefBase",
Expand Down
4 changes: 2 additions & 2 deletions altair/vegalite/v5/schema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ruff: noqa
from .core import *
from .channels import *
SCHEMA_VERSION = 'v5.7.1'
SCHEMA_URL = 'https://vega.github.io/schema/vega-lite/v5.7.1.json'
SCHEMA_VERSION = 'v5.8.0'
SCHEMA_URL = 'https://vega.github.io/schema/vega-lite/v5.8.0.json'
Loading

0 comments on commit 49c9b64

Please sign in to comment.