Skip to content

Releases: vega/vegafusion

v0.11.0-rc12

02 Jan 20:52
26811b6
Compare
Choose a tag to compare
v0.11.0-rc12 Pre-release
Pre-release

Changes since rc11:

Full Changelog: v0.11.0-rc11...v0.11.0-rc12

v0.11.0-rc11

31 Dec 14:03
020dc18
Compare
Choose a tag to compare
v0.11.0-rc11 Pre-release
Pre-release

Release candidate for 0.11.0-rc11

v0.10.0 Release

06 Aug 16:18
4e2a93b
Compare
Choose a tag to compare

What's Changed

Added

  • Add planner warning to pre_transform_spec when unsupported transforms are found by @jonmmease in #152

Fixed

Updated

  • Updated Linux platform tag for PyPI packages to manylinux2014 by @jonmmease in #155

Full Changelog: v0.9.0...v0.10.0

v0.9.0 Release

30 Jul 14:51
0f95c55
Compare
Choose a tag to compare

What's Changed

Added

Updated

Full Changelog: v0.8.0...v0.9.0

v0.8.0 Release

25 Jul 19:24
3033dac
Compare
Choose a tag to compare

What's Changed

Added

Fixed

  • Fix Vega-Lite color as datum issue by updating json parsing precedence by @jonmmease in #140

Updated

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

17 Jul 14:41
8c98619
Compare
Choose a tag to compare

What's Changed

Updated

  • Add stack transform for offset=zero by @jonmmease in #137
  • Add support for stack transform with normalize and center offsets by @jonmmease in #138

Full Changelog: v0.6.2...v0.7.0

v0.6.2 Release

07 Jul 21:16
d79eac4
Compare
Choose a tag to compare

[0.6.2] - 2022-07-07

Updated

  • Raise Python exception on out-of-memory error condition (#136)

v0.6.1 Release

05 Jul 15:35
117c28a
Compare
Choose a tag to compare

[0.6.1] - 2022-07-05

Fixed

  • Fixed broken CDN version of vegafusion-jupyter (#134)

v0.6.0 Release

23 Jun 12:50
b168a28
Compare
Choose a tag to compare

[0.6.0] - 2022-06-23

Changed

  • Extend stringify datetimes support to handle additional cases (#128)
  • Replaced output_tz argument with default_input_tz in pre_transform_spec (#119)
  • Automatically convert Decimal columns to Float in to_arrow_table conversion (#122)

Fixed

  • Fix stringify datetimes support for Safari (#131)
  • Work around memory alignment issue (#120)
  • Fix multi-partition error when using pre_transform_spec (#124))

v0.5.0 Release

29 May 21:25
0a8ccd2
Compare
Choose a tag to compare

[0.5.0] - 2022-05-29

Added

  • Added configurable output timezone in pre_transform_spec (#116)
  • Added support for projection pushdown optimization to limit the columns that are loaded and serialized to JSON (#113, #117)

Fix

  • Fix issue where local datetime columns were sometimes not converted to string in pre_transform_spec (#116)