From c172637a965ea13ef89035129b76bb28c8b2e847 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sun, 19 Mar 2023 15:07:56 -0400 Subject: [PATCH] Release 1.1.0-rc4 (#265) --- Cargo.lock | 18 +++++++++--------- .../vegafusion-chart-editor/package-lock.json | 2 +- .../vegafusion-chart-editor/package.json | 2 +- javascript/vegafusion-embed/package-lock.json | 4 ++-- javascript/vegafusion-embed/package.json | 2 +- python/vegafusion-jupyter/package-lock.json | 18 +++++++++--------- python/vegafusion-jupyter/package.json | 2 +- .../vegafusion_jupyter/_frontend.py | 2 +- .../vegafusion_jupyter/_version.py | 2 +- python/vegafusion/setup.cfg | 4 ++-- python/vegafusion/vegafusion/_version.py | 2 +- vegafusion-common/Cargo.toml | 2 +- vegafusion-core/Cargo.toml | 4 ++-- vegafusion-dataframe/Cargo.toml | 4 ++-- vegafusion-datafusion-udfs/Cargo.toml | 4 ++-- vegafusion-python-embed/Cargo.toml | 10 +++++----- vegafusion-runtime/Cargo.toml | 12 ++++++------ vegafusion-server/Cargo.toml | 10 +++++----- vegafusion-sql/Cargo.toml | 12 ++++++------ vegafusion-wasm/Cargo.toml | 6 +++--- vegafusion-wasm/package-lock.json | 2 +- vegafusion-wasm/package.json | 2 +- 22 files changed, 63 insertions(+), 63 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e64f10768..46023c6ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3914,7 +3914,7 @@ dependencies = [ [[package]] name = "vegafusion-common" -version = "1.1.0-rc3" +version = "1.1.0-rc4" dependencies = [ "arrow", "chrono", @@ -3928,7 +3928,7 @@ dependencies = [ [[package]] name = "vegafusion-core" -version = "1.1.0-rc3" +version = "1.1.0-rc4" dependencies = [ "bytes", "chrono", @@ -3957,7 +3957,7 @@ dependencies = [ [[package]] name = "vegafusion-dataframe" -version = "1.1.0-rc3" +version = "1.1.0-rc4" dependencies = [ "arrow", "async-trait", @@ -3968,7 +3968,7 @@ dependencies = [ [[package]] name = "vegafusion-datafusion-udfs" -version = "1.1.0-rc3" +version = "1.1.0-rc4" dependencies = [ "chrono", "chrono-tz", @@ -3981,7 +3981,7 @@ dependencies = [ [[package]] name = "vegafusion-python-embed" -version = "1.1.0-rc3" +version = "1.1.0-rc4" dependencies = [ "arrow", "async-trait", @@ -4002,7 +4002,7 @@ dependencies = [ [[package]] name = "vegafusion-runtime" -version = "1.1.0-rc3" +version = "1.1.0-rc4" dependencies = [ "async-lock", "async-recursion", @@ -4053,7 +4053,7 @@ dependencies = [ [[package]] name = "vegafusion-server" -version = "1.1.0-rc3" +version = "1.1.0-rc4" dependencies = [ "assert_cmd", "clap 3.2.22", @@ -4076,7 +4076,7 @@ dependencies = [ [[package]] name = "vegafusion-sql" -version = "1.1.0-rc3" +version = "1.1.0-rc4" dependencies = [ "arrow", "async-std", @@ -4106,7 +4106,7 @@ dependencies = [ [[package]] name = "vegafusion-wasm" -version = "1.1.0-rc3" +version = "1.1.0-rc4" dependencies = [ "chrono", "console_error_panic_hook", diff --git a/javascript/vegafusion-chart-editor/package-lock.json b/javascript/vegafusion-chart-editor/package-lock.json index feb51e088..cae081b23 100644 --- a/javascript/vegafusion-chart-editor/package-lock.json +++ b/javascript/vegafusion-chart-editor/package-lock.json @@ -1,6 +1,6 @@ { "name": "create-wasm-app", - "version": "1.1.0-rc3", + "version": "1.1.0-rc4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/javascript/vegafusion-chart-editor/package.json b/javascript/vegafusion-chart-editor/package.json index 2ad21abea..07a98df7f 100644 --- a/javascript/vegafusion-chart-editor/package.json +++ b/javascript/vegafusion-chart-editor/package.json @@ -1,6 +1,6 @@ { "name": "create-wasm-app", - "version": "1.1.0-rc3", + "version": "1.1.0-rc4", "description": "create an app to consume rust-generated wasm packages", "main": "index.js", "bin": { diff --git a/javascript/vegafusion-embed/package-lock.json b/javascript/vegafusion-embed/package-lock.json index 992c4902c..813b4e408 100644 --- a/javascript/vegafusion-embed/package-lock.json +++ b/javascript/vegafusion-embed/package-lock.json @@ -1,6 +1,6 @@ { "name": "vegafusion-embed", - "version": "1.1.0-rc3", + "version": "1.1.0-rc4", "lockfileVersion": 2, "requires": true, "packages": { @@ -10063,4 +10063,4 @@ "version": "20.2.9" } } -} +} \ No newline at end of file diff --git a/javascript/vegafusion-embed/package.json b/javascript/vegafusion-embed/package.json index a4dc69d0a..ffaa848f8 100644 --- a/javascript/vegafusion-embed/package.json +++ b/javascript/vegafusion-embed/package.json @@ -1,6 +1,6 @@ { "name": "vegafusion-embed", - "version": "1.1.0-rc3", + "version": "1.1.0-rc4", "description": "Library to embed vegafusion visualizations", "keywords": [ "vega", diff --git a/python/vegafusion-jupyter/package-lock.json b/python/vegafusion-jupyter/package-lock.json index 6423cedcc..0ecb86338 100644 --- a/python/vegafusion-jupyter/package-lock.json +++ b/python/vegafusion-jupyter/package-lock.json @@ -1,6 +1,6 @@ { "name": "vegafusion-jupyter", - "version": "1.1.0-rc3", + "version": "1.1.0-rc4", "lockfileVersion": 2, "requires": true, "packages": { @@ -8118,7 +8118,7 @@ "resolved": "https://registry.npmjs.org/isomorphic.js/-/isomorphic.js-0.2.5.tgz", "integrity": "sha512-PIeMbHqMt4DnUP3MA/Flc0HElYjMXArsw1qwJZcm9sqR8mq3l8NYizFMty0pWwE/tzIGH3EKK5+jes5mAr85yw==", "funding": { - "type": "GitHub Sponsors ❤", + "type": "GitHub Sponsors \u2764", "url": "https://github.com/sponsors/dmonad" } }, @@ -9810,7 +9810,7 @@ "node": ">=14" }, "funding": { - "type": "GitHub Sponsors ❤", + "type": "GitHub Sponsors \u2764", "url": "https://github.com/sponsors/dmonad" } }, @@ -15155,7 +15155,7 @@ "lib0": "^0.2.42" }, "funding": { - "type": "GitHub Sponsors ❤", + "type": "GitHub Sponsors \u2764", "url": "https://github.com/sponsors/dmonad" }, "peerDependencies": { @@ -15173,7 +15173,7 @@ "lib0": "^0.2.31" }, "funding": { - "type": "GitHub Sponsors ❤", + "type": "GitHub Sponsors \u2764", "url": "https://github.com/sponsors/dmonad" }, "peerDependencies": { @@ -15188,7 +15188,7 @@ "lib0": "^0.2.42" }, "funding": { - "type": "GitHub Sponsors ❤", + "type": "GitHub Sponsors \u2764", "url": "https://github.com/sponsors/dmonad" } }, @@ -15206,7 +15206,7 @@ "y-websocket-server": "bin/server.js" }, "funding": { - "type": "GitHub Sponsors ❤", + "type": "GitHub Sponsors \u2764", "url": "https://github.com/sponsors/dmonad" }, "optionalDependencies": { @@ -15290,7 +15290,7 @@ "lib0": "^0.2.49" }, "funding": { - "type": "GitHub Sponsors ❤", + "type": "GitHub Sponsors \u2764", "url": "https://github.com/sponsors/dmonad" } }, @@ -27072,4 +27072,4 @@ "dev": true } } -} +} \ No newline at end of file diff --git a/python/vegafusion-jupyter/package.json b/python/vegafusion-jupyter/package.json index 079f6cb22..45f7f6044 100644 --- a/python/vegafusion-jupyter/package.json +++ b/python/vegafusion-jupyter/package.json @@ -1,6 +1,6 @@ { "name": "vegafusion-jupyter", - "version": "1.1.0-rc3", + "version": "1.1.0-rc4", "description": "Altair Jupyter Widget library that relies on VegaFusion for serverside calculations", "keywords": [ "jupyter", diff --git a/python/vegafusion-jupyter/vegafusion_jupyter/_frontend.py b/python/vegafusion-jupyter/vegafusion_jupyter/_frontend.py index 9b71efb47..e3b39158a 100644 --- a/python/vegafusion-jupyter/vegafusion_jupyter/_frontend.py +++ b/python/vegafusion-jupyter/vegafusion_jupyter/_frontend.py @@ -2,4 +2,4 @@ Information about the frontend package of the widgets. """ module_name = "vegafusion-jupyter" -module_version = "^1.1.0-rc3" +module_version = "^1.1.0-rc4" diff --git a/python/vegafusion-jupyter/vegafusion_jupyter/_version.py b/python/vegafusion-jupyter/vegafusion_jupyter/_version.py index 7cac16a68..71adce513 100644 --- a/python/vegafusion-jupyter/vegafusion_jupyter/_version.py +++ b/python/vegafusion-jupyter/vegafusion_jupyter/_version.py @@ -1 +1 @@ -__version__ = '1.1.0-rc3' +__version__ = '1.1.0-rc4' diff --git a/python/vegafusion/setup.cfg b/python/vegafusion/setup.cfg index 99309fccd..440d35525 100644 --- a/python/vegafusion/setup.cfg +++ b/python/vegafusion/setup.cfg @@ -4,7 +4,7 @@ universal = 0 [metadata] name = vegafusion description = Core tools for using VegaFusion from Python -version = 1.1.0-rc3 +version = 1.1.0-rc4 long_description = file: README.md long_description_content_type = text/markdown keywords = vega, altair, vegafusion, arrow @@ -34,6 +34,6 @@ install_requires = [options.extras_require] embed = - vegafusion-python-embed==1.1.0-rc3 + vegafusion-python-embed==1.1.0-rc4 vl-convert-python>=0.7.0 diff --git a/python/vegafusion/vegafusion/_version.py b/python/vegafusion/vegafusion/_version.py index 7cac16a68..71adce513 100644 --- a/python/vegafusion/vegafusion/_version.py +++ b/python/vegafusion/vegafusion/_version.py @@ -1 +1 @@ -__version__ = '1.1.0-rc3' +__version__ = '1.1.0-rc4' diff --git a/vegafusion-common/Cargo.toml b/vegafusion-common/Cargo.toml index aec6f26ab..7edadc1ff 100644 --- a/vegafusion-common/Cargo.toml +++ b/vegafusion-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vegafusion-common" -version = "1.1.0-rc3" +version = "1.1.0-rc4" edition = "2021" description = "Common components required by multiple VegaFusion crates" license = "BSD-3-Clause" diff --git a/vegafusion-core/Cargo.toml b/vegafusion-core/Cargo.toml index 4d7ae7408..2db1a652c 100644 --- a/vegafusion-core/Cargo.toml +++ b/vegafusion-core/Cargo.toml @@ -2,7 +2,7 @@ name = "vegafusion-core" license = "BSD-3-Clause" edition = "2021" -version = "1.1.0-rc3" +version = "1.1.0-rc4" description = "Core components required by multiple VegaFusion crates, with WASM compatibility" [features] @@ -35,7 +35,7 @@ features = [ "preserve_order",] [dependencies.vegafusion-common] path = "../vegafusion-common" features = [ "json", "sqlparser",] -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.datafusion-common] version = "18.0.0" diff --git a/vegafusion-dataframe/Cargo.toml b/vegafusion-dataframe/Cargo.toml index 0daa4010d..35c9faaea 100644 --- a/vegafusion-dataframe/Cargo.toml +++ b/vegafusion-dataframe/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vegafusion-dataframe" license = "BSD-3-Clause" -version = "1.1.0-rc3" +version = "1.1.0-rc4" edition = "2021" description = "VegaFusion's DataFrame and Connection traits" @@ -10,7 +10,7 @@ async-trait = "0.1.53" [dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.datafusion-common] version = "18.0.0" diff --git a/vegafusion-datafusion-udfs/Cargo.toml b/vegafusion-datafusion-udfs/Cargo.toml index 58e19ebb2..6129f1ef2 100644 --- a/vegafusion-datafusion-udfs/Cargo.toml +++ b/vegafusion-datafusion-udfs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vegafusion-datafusion-udfs" license = "BSD-3-Clause" -version = "1.1.0-rc3" +version = "1.1.0-rc4" edition = "2021" description = "Custom DataFusion UDFs used by VegaFusion" @@ -14,7 +14,7 @@ regex = "^1.5.5" [dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.datafusion-physical-expr] version = "18.0.0" diff --git a/vegafusion-python-embed/Cargo.toml b/vegafusion-python-embed/Cargo.toml index 9cff4731e..aaa2eb0a9 100644 --- a/vegafusion-python-embed/Cargo.toml +++ b/vegafusion-python-embed/Cargo.toml @@ -2,7 +2,7 @@ name = "vegafusion-python-embed" license = "BSD-3-Clause" edition = "2021" -version = "1.1.0-rc3" +version = "1.1.0-rc4" description = "vegafusion-python-embed PyO3 Python Package" [lib] @@ -36,21 +36,21 @@ features = [ "pyarrow",] [dependencies.vegafusion-common] path = "../vegafusion-common" features = [ "pyo3",] -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-core] path = "../vegafusion-core" features = [ "pyarrow",] -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-runtime] path = "../vegafusion-runtime" features = [ "pyarrow",] -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-sql] path = "../vegafusion-sql" -version = "1.1.0-rc3" +version = "1.1.0-rc4" features = [ "datafusion-conn",] [dependencies.tokio] diff --git a/vegafusion-runtime/Cargo.toml b/vegafusion-runtime/Cargo.toml index 6e902bfc7..2a9408e73 100644 --- a/vegafusion-runtime/Cargo.toml +++ b/vegafusion-runtime/Cargo.toml @@ -6,7 +6,7 @@ harness = false name = "vegafusion-runtime" license = "BSD-3-Clause" edition = "2021" -version = "1.1.0-rc3" +version = "1.1.0-rc4" description = "VegaFusion Runtime" [features] @@ -59,20 +59,20 @@ version = "0.30.0" [dependencies.vegafusion-common] path = "../vegafusion-common" features = [ "json", "sqlparser", "prettyprint",] -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-core] path = "../vegafusion-core" features = [ "sqlparser",] -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-datafusion-udfs] path = "../vegafusion-datafusion-udfs" -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-dataframe] path = "../vegafusion-dataframe" -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.serde] version = "1.0.137" @@ -110,5 +110,5 @@ features = [ "async_tokio",] [dev-dependencies.vegafusion-sql] path = "../vegafusion-sql" -version = "1.1.0-rc3" +version = "1.1.0-rc4" features = [ "datafusion-conn",] diff --git a/vegafusion-server/Cargo.toml b/vegafusion-server/Cargo.toml index 6fe69e5cc..9ae18371e 100644 --- a/vegafusion-server/Cargo.toml +++ b/vegafusion-server/Cargo.toml @@ -5,7 +5,7 @@ path = "src/main.rs" [package] name = "vegafusion-server" license = "BSD-3-Clause" -version = "1.1.0-rc3" +version = "1.1.0-rc4" edition = "2021" description = "VegaFusion Server" @@ -29,20 +29,20 @@ prost-build = "0.11.4" [dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-core] path = "../vegafusion-core" features = [ "tonic_support",] -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-runtime] path = "../vegafusion-runtime" -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-sql] path = "../vegafusion-sql" -version = "1.1.0-rc3" +version = "1.1.0-rc4" features = [ "datafusion-conn",] [dependencies.tokio] diff --git a/vegafusion-sql/Cargo.toml b/vegafusion-sql/Cargo.toml index d636d4a57..30abb3905 100644 --- a/vegafusion-sql/Cargo.toml +++ b/vegafusion-sql/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vegafusion-sql" license = "BSD-3-Clause" -version = "1.1.0-rc3" +version = "1.1.0-rc4" edition = "2021" description = "VegaFusion SQL dialect generation and connection implementations" @@ -24,16 +24,16 @@ version = "0.30.0" [dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.1.0-rc3" +version = "1.1.0-rc4" features = [ "sqlparser",] [dependencies.vegafusion-dataframe] path = "../vegafusion-dataframe" -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-datafusion-udfs] path = "../vegafusion-datafusion-udfs" -version = "1.1.0-rc3" +version = "1.1.0-rc4" optional = true [dependencies.arrow] @@ -83,11 +83,11 @@ features = [ "preserve_order",] [dev-dependencies.vegafusion-datafusion-udfs] path = "../vegafusion-datafusion-udfs" -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dev-dependencies.vegafusion-common] path = "../vegafusion-common" -version = "1.1.0-rc3" +version = "1.1.0-rc4" features = [ "sqlparser", "json", "prettyprint",] [dev-dependencies.tokio] diff --git a/vegafusion-wasm/Cargo.toml b/vegafusion-wasm/Cargo.toml index ed8be8254..7c1e37bbe 100644 --- a/vegafusion-wasm/Cargo.toml +++ b/vegafusion-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vegafusion-wasm" license = "BSD-3-Clause" -version = "1.1.0-rc3" +version = "1.1.0-rc4" edition = "2021" description = "VegaFusion WASM package for embedding Vega charts in the browser with a connection to a VegaFusion Runtime\n" @@ -26,11 +26,11 @@ wasm-bindgen-test = "0.3.13" [dependencies.vegafusion-common] path = "../vegafusion-common" features = [ "json",] -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.vegafusion-core] path = "../vegafusion-core" -version = "1.1.0-rc3" +version = "1.1.0-rc4" [dependencies.serde] version = "1.0.137" diff --git a/vegafusion-wasm/package-lock.json b/vegafusion-wasm/package-lock.json index c9717d8c5..beb72d8d6 100644 --- a/vegafusion-wasm/package-lock.json +++ b/vegafusion-wasm/package-lock.json @@ -1,6 +1,6 @@ { "name": "vegafusion-wasm", - "version": "1.1.0-rc3", + "version": "1.1.0-rc4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/vegafusion-wasm/package.json b/vegafusion-wasm/package.json index fd6081f91..de060bea6 100644 --- a/vegafusion-wasm/package.json +++ b/vegafusion-wasm/package.json @@ -1,6 +1,6 @@ { "name": "vegafusion-wasm", - "version": "1.1.0-rc3", + "version": "1.1.0-rc4", "author": { "name": "Jon Mease", "email": "jon@vegafusion.io",