QuantStack / py2vega

BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Most of Vega functions are not available #13

Closed martinRenou closed 5 years ago

martinRenou commented 5 years ago

Most of the Vega functions are actually not available, they throw Error: Unrecognized function. See https://github.com/vega/vega/issues/1939. We should comment out those functions until this is fixed.

martinRenou commented 5 years ago

vega-expression does not depend on vega-functions. Adding back those functions is fine, as long as the vega-functions are provided when the vega-expression is parsed.