procyon-rs / vega_lite_4.rs

rust api for vega-lite v4
Apache License 2.0
26 stars 7 forks source link

New version with `ndarray` 0.14 dependency #8

Closed ChristianBeilschmidt closed 3 years ago

ChristianBeilschmidt commented 3 years ago

Could you release a new version that uses ndarray 0.14? The current version 0.3.1 breaks if you use a current ndarray for populating the data field in this library. I've seen that you already changed it in the current master.

ThomAub commented 3 years ago

New version of the crate will be publish when issue like #9 will be fixed. It's under investigation 🕵️

davidB commented 3 years ago

version 0.5.0 is released with ndarray-0.14

reopen if you have issue