Skip to content

Releases: vega/vegafusion

Release 1.1.0

24 Mar 23:58
8bcdd1f
Compare
Choose a tag to compare

Added

  • Add support for Python SQL connections and Python DuckDB implementation by @jonmmease in #249
  • Support DataFrame Interchange Protocol and Polars by @jonmmease in #251
  • Support external DuckDB connections by @jonmmease in #252
  • Improve DuckDB connection consistency by @jonmmease in #256
  • Output polars/arrow from pre_transform_datasets/transformed_data by @jonmmease in #270
  • Add Apple Silicon build of vegafusion-server by @jonmmease in #277

Updated

Fixed

  • All timestamp UDFs should accept nanoseconds / Date32 / Date64 by @jonmmease in #257
  • Don't cache DuckDB schema of externally registered tables by @jonmmease in #261
  • Various fixes to support updated Taxi Dashboard example by @jonmmease in #262
  • Support names with periods in formula output field by @jonmmease in #271
  • Fix crash when initial selection contains mix of string and bool by @jonmmease in #274
  • Fix chart editor demo project by @jonmmease in #276

Internal

Full Changelog: v1.0.3...v1.1.0

Release 1.1.0rc5

21 Mar 15:12
3210a93
Compare
Choose a tag to compare
Release 1.1.0rc5 Pre-release
Pre-release

What's Changed

  • Fix 1.1.0rc4 hang in pre_transform_dataset by @jonmmease in #269
  • Output polars/arrow from pre_transform_datasets/transformed_data by @jonmmease in #270
  • Support names with periods in formula output field by @jonmmease in #271
  • Expose WASM methods for getting and setting signal and data values by @jonmmease in #272
  • Release 1.1.0-rc5 by @jonmmease in #273

Full Changelog: v1.1.0-rc4...v1.1.0rc5

Release 1.1.0rc4

19 Mar 19:17
c172637
Compare
Choose a tag to compare
Release 1.1.0rc4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.0rc3...v1.1.0-rc4

Release 1.1.0rc3

17 Mar 23:34
9ec1b9d
Compare
Choose a tag to compare
Release 1.1.0rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.0rc2...v1.1.0rc3

Release 1.1.0rc2

16 Mar 23:32
e9cea71
Compare
Choose a tag to compare
Release 1.1.0rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.1.0rc1...v1.1.0rc2

Release 1.1.0-rc1

16 Mar 12:41
Compare
Choose a tag to compare
Release 1.1.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.3...v1.1.0rc1

Release 1.0.4

06 Mar 19:57
Compare
Choose a tag to compare

Fixed

  • Mimerenderer always replaces first chart in VS Code notebook (#245)
  • VegaFusion fails to compute min/max aggregates on string columns (#247)

Release 1.0.3

30 Jan 22:03
d2b6a2d
Compare
Choose a tag to compare

Fixed

  • Handle special characters in projection pushdown by @jonmmease in #236

Updated

Full Changelog: v1.0.2...v1.0.3

Release v1.0.2

25 Jan 19:58
d406bec
Compare
Choose a tag to compare

Fixed

  • Improve fidelity of distinct aggregate and pivot transform by @jonmmease in #234. Fixes "The left or right side of the join does not have all columns on ..." DataFusion error reported in apache/datafusion#5034.

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

22 Jan 19:35
24c16f3
Compare
Choose a tag to compare

Fixed

Full Changelog: v1.0.0...v1.0.1