vineyard v0.3.0
Vineyard v0.3.0 resolves the ABI conflict issue when multiple python package depends on vineyard (i.e., libvineyard_client.so
) at the same time.
Now the vineyard registry becomes a shared library, and will be loaded at runtime using dlopen
when needed.
Commits
- [7206d33]: Refine the getenv related code to make it more clear and more efficient. (#540) (Tao He)
- [f168e3e]: Update GetEdgeNum API of ArrowFragment (#531) (Weibin Zeng)
- [ec42175]: Fixes resolving pd.DataFrame that has nested columns value. (#539) (Tao He)
- [8760c07]: Local metaservice to deploy as a single instance to avoid requiring etcd (#535) (Tao He)
- [ca85535]: Fixes bug for functional struct with clang on Mac. (#537) (Tao He)
- [a6235d0]: Update array module in Rust SDK (#534) (Sijie)
- [b57708d]: Fixes for conditions of link againist glog to vineyard_client. (Tao He)
- [5ff1e2a]: Fixes artifacts building on Mac and Linux. (Tao He)