Skip to content

Commit

Permalink
Release 1.4.2 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease authored Oct 23, 2023
1 parent 42b6468 commit 66ee292
Show file tree
Hide file tree
Showing 23 changed files with 95 additions and 73 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.4.2
2 changes: 1 addition & 1 deletion javascript/vegafusion-embed/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/vegafusion-embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vegafusion-embed",
"version": "1.4.1",
"version": "1.4.2",
"description": "Library to embed vegafusion visualizations",
"keywords": [
"vega",
Expand Down
2 changes: 1 addition & 1 deletion python/vegafusion-jupyter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/vegafusion-jupyter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vegafusion-jupyter",
"version": "1.4.1",
"version": "1.4.2",
"description": "Altair Jupyter Widget library that relies on VegaFusion for serverside calculations",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion python/vegafusion-jupyter/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ universal = 0
[metadata]
name = vegafusion-jupyter
description = Altair Jupyter Widget library that relies on VegaFusion for serverside calculations
version = 1.4.1
version = 1.4.2
author = Jon Mease
author_email = [email protected]
url = https://vegafusion.io
Expand Down
2 changes: 1 addition & 1 deletion python/vegafusion-jupyter/vegafusion_jupyter/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Information about the frontend package of the widgets.
"""
module_name = "vegafusion-jupyter"
module_version = "^1.4.1"
module_version = "^1.4.2"
2 changes: 1 addition & 1 deletion python/vegafusion-jupyter/vegafusion_jupyter/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.1'
__version__ = '1.4.2'
4 changes: 2 additions & 2 deletions python/vegafusion/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ universal = 0
[metadata]
name = vegafusion
description = Core tools for using VegaFusion from Python
version = 1.4.1
version = 1.4.2
long_description = file: README.md
long_description_content_type = text/markdown
keywords = vega, altair, vegafusion, arrow
Expand Down Expand Up @@ -35,6 +35,6 @@ install_requires =

[options.extras_require]
embed =
vegafusion-python-embed==1.4.1
vegafusion-python-embed==1.4.2
vl-convert-python>=0.7.0

2 changes: 1 addition & 1 deletion python/vegafusion/vegafusion/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.1'
__version__ = '1.4.2'
2 changes: 1 addition & 1 deletion vegafusion-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vegafusion-common"
version = "1.4.1"
version = "1.4.2"
edition = "2021"
description = "Common components required by multiple VegaFusion crates"
license = "BSD-3-Clause"
Expand Down
12 changes: 8 additions & 4 deletions vegafusion-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vegafusion-core"
license = "BSD-3-Clause"
edition = "2021"
version = "1.4.1"
version = "1.4.2"
description = "Core components required by multiple VegaFusion crates, with WASM compatibility"

[features]
Expand All @@ -12,8 +12,6 @@ pyarrow = [ "pyo3", "datafusion-common/pyarrow", "vegafusion-common/pyarrow",]
[dependencies]
thiserror = "^1.0.29"
bytes = "1.1.0"
prost = { workspace = true }
prost-types = { workspace = true }
itertools = "0.10.3"
lazy_static = "^1.4.0"
regex = "^1.5.5"
Expand All @@ -25,6 +23,12 @@ num-complex = "0.4.2"
rand = "0.8.5"
json-patch = "1.0.0"

[dependencies.prost]
workspace = true

[dependencies.prost-types]
workspace = true

[dependencies.sqlparser]
workspace = true
optional = true
Expand All @@ -36,7 +40,7 @@ features = [ "preserve_order",]
[dependencies.vegafusion-common]
path = "../vegafusion-common"
features = [ "json", "sqlparser",]
version = "1.4.1"
version = "1.4.2"

[dependencies.datafusion-common]
workspace = true
Expand Down
4 changes: 2 additions & 2 deletions vegafusion-dataframe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "vegafusion-dataframe"
license = "BSD-3-Clause"
version = "1.4.1"
version = "1.4.2"
edition = "2021"
description = "VegaFusion's DataFrame and Connection traits"

Expand All @@ -10,7 +10,7 @@ async-trait = "0.1.73"

[dependencies.vegafusion-common]
path = "../vegafusion-common"
version = "1.4.1"
version = "1.4.2"

[dependencies.datafusion-common]
workspace = true
Expand Down
8 changes: 5 additions & 3 deletions vegafusion-datafusion-udfs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
[package]
name = "vegafusion-datafusion-udfs"
license = "BSD-3-Clause"
version = "1.4.1"
version = "1.4.2"
edition = "2021"
description = "Custom DataFusion UDFs used by VegaFusion"

[dependencies]
ordered-float = "3.6.0"
lazy_static = "^1.4.0"
chrono = { workspace = true }
chrono-tz = "0.8.1"
regex = "^1.5.5"

[dependencies.chrono]
workspace = true

[dependencies.vegafusion-common]
path = "../vegafusion-common"
version = "1.4.1"
version = "1.4.2"

[dependencies.datafusion-physical-expr]
workspace = true
10 changes: 5 additions & 5 deletions vegafusion-jni/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vegafusion-jni"
version = "1.4.1"
version = "1.4.2"
edition = "2021"

[lib]
Expand All @@ -15,21 +15,21 @@ serde_json = "1.0.96"

[dependencies.vegafusion-common]
path = "../vegafusion-common"
version = "1.4.1"
version = "1.4.2"
features = [ "jni",]

[dependencies.vegafusion-core]
path = "../vegafusion-core"
features = [ "tonic_support",]
version = "1.4.1"
version = "1.4.2"

[dependencies.vegafusion-runtime]
path = "../vegafusion-runtime"
version = "1.4.1"
version = "1.4.2"

[dependencies.vegafusion-sql]
path = "../vegafusion-sql"
version = "1.4.1"
version = "1.4.2"
features = [ "datafusion-conn",]

[dependencies.tokio]
Expand Down
16 changes: 9 additions & 7 deletions vegafusion-python-embed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "vegafusion-python-embed"
license = "BSD-3-Clause"
edition = "2021"
version = "1.4.1"
version = "1.4.2"
description = "vegafusion-python-embed PyO3 Python Package"

[lib]
Expand All @@ -18,7 +18,9 @@ env_logger = "0.10.0"
pythonize = "0.19.0"
async-trait = "0.1.73"
uuid = "1.3.0"
prost = { workspace = true }

[dependencies.prost]
workspace = true

[dependencies.deterministic-hash]
version = "1.0.1"
Expand All @@ -37,26 +39,26 @@ features = [ "pyarrow",]
[dependencies.vegafusion-common]
path = "../vegafusion-common"
features = [ "pyo3", "datafusion-proto", "base64",]
version = "1.4.1"
version = "1.4.2"

[dependencies.vegafusion-core]
path = "../vegafusion-core"
features = [ "pyarrow",]
version = "1.4.1"
version = "1.4.2"

[dependencies.vegafusion-runtime]
path = "../vegafusion-runtime"
features = [ "pyarrow",]
version = "1.4.1"
version = "1.4.2"

[dependencies.vegafusion-sql]
path = "../vegafusion-sql"
version = "1.4.1"
version = "1.4.2"
features = [ "datafusion-conn",]

[dependencies.vegafusion-dataframe]
path = "../vegafusion-dataframe"
version = "1.4.1"
version = "1.4.2"

[dependencies.datafusion-proto]
workspace = true
Expand Down
Loading

0 comments on commit 66ee292

Please sign in to comment.