We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vega
@mattijn I've settled on the solution here for now:
vl_convert_to_vega_version
vegalite_to_vega_ver…
I'm going to open an issue on https://github.com/vega/vl-convert to see if we can later replace this with a public vl_convert function/attribute. The result would be the same and depend on the same const, but would be less reliant on the structure of vl-convert-vendor/src/main.rs
vl_convert
const
@jonmmease I was wondering if you'd be able to expose the version string component ("v5.30.0") of this under the top level vl_convert.___?
"v5.30.0"
vl_convert.___
vl-convert/vl-convert-vendor/src/main.rs
Line 58 in 65bb836
The specific use-case here is to ensure we generate the correct alt.expr.___ methods, corresponding to a given vega release. My first attempt used the dependencies in vega-lite, but this doesn't specify v5.3.0 https://github.com/vega/vega-lite/blob/c7697dc293b606ba60c7e374dbf9a77226f91225/package.json#L137-L138
alt.expr.___
vega-lite
v5.3.0
expr
The text was updated successfully, but these errors were encountered:
Hi @dangotbanned, yeah exposing the vendored version numbers makes a lot of sense.
Sorry, something went wrong.
ci: Bump vl-convert-python to 1.7.0
vl-convert-python
1.7.0
c46cbde
Related: - aa00dc1 - vega/vl-convert#185 - vega/vl-convert#191
refactor: Use vlc.get_vega_version()
vlc.get_vega_version()
b0f1164
#3633, vega/vl-convert#191
Successfully merging a pull request may close this issue.
Originally posted by @dangotbanned in review
@mattijn I've settled on the solution here for now:
vl_convert_to_vega_version
, removevegalite_to_vega_ver…
I'm going to open an issue on https://github.com/vega/vl-convert to see if we can later replace this with a public
vl_convert
function/attribute.The result would be the same and depend on the same
const
, but would be less reliant on the structure of vl-convert-vendor/src/main.rs@jonmmease I was wondering if you'd be able to expose the version string component (
"v5.30.0"
) of this under the top levelvl_convert.___
?vl-convert/vl-convert-vendor/src/main.rs
Line 58 in 65bb836
The specific use-case here is to ensure we generate the correct
alt.expr.___
methods, corresponding to a givenvega
release.My first attempt used the dependencies in
vega-lite
, but this doesn't specifyv5.3.0
https://github.com/vega/vega-lite/blob/c7697dc293b606ba60c7e374dbf9a77226f91225/package.json#L137-L138
Related
expr
method signatures, docs altair#3600 (comment)The text was updated successfully, but these errors were encountered: