All Versions
10
Latest Version
Avg Release Cycle
32 days
Latest Release
2830 days ago
Changelog History
Changelog History
-
v0.3.11 Changes
July 25, 2017๐ Fixes to the HTML iFrame that gets embedded to render the plot.
-
v0.3.10
June 28, 2017 -
v0.3.9
March 29, 2017 -
v0.3.8
March 07, 2017 -
v0.3.7
March 03, 2017 -
v0.3.6 Changes
October 26, 2016- Jars are now published to
org.vegas-viz
- ๐ Fixes for Spark that prevented Vegas from handling some data types (especially nulls).
- Jars are now published to
-
v0.3.5 Changes
October 23, 2016Just re-publishing under new home.
-
v0.3.4 Changes
October 23, 2016Required to fix breaking issue
โก๏ธ Previous version of Vegas didn't pin to a fixed version of vega-lite's javascript file. This meant that a recent update of vega-lite has broken earlier version of Vegas. Vegas now pins to a fixed version of vega-lite so this shouldn't re-occur.
Also of note:
- Shorthand syntax added for Transforms:
addTransform
,filter
,filterInvalid
.
- Shorthand syntax added for Transforms:
-
v0.3.3 Changes
October 23, 2016- We now require Spark 2.0 (sorry but we need Scala 2.11 ;( )
- ๐ Fixed breaking issue with Spark integration that stopped DataFrames being passed in, and removed naming conflicts with Spark 2.0.
- Shorthand syntax for SortOrder added (can now use SortOrder.{ Asc, Desc }.
-
v0.3.2 Changes
October 13, 2016- โ Added final missing components of VegaLite API. Now everything you can do in vega-lite you can do in Vegas.
- โก๏ธ Updated to vega-lite 1.2.0 (which includes width and height as base attributes, and support for custom shapes).