Skip to content

vineyard v0.2.8

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 09:21
· 1075 commits to main since this release

Vineyard v0.2.8 is a bugfix release.

Commits

  • [94c5e54]: Update title markup. (Tao He)
  • [534a1d8]: Add a notebook of a distributed learning example (#487) (Diwen Zhu)
  • [b50106e]: Typename: compatible with higher version of GCC. (#486) (Tao He)
  • [d88d31e]: Support injecting extra metadata in existing objects via a shallow copy. (#482) (Tao He)
  • [d2d166a]: Support adding metadata with __setitem__ operator on ObjectMeta. (#480) (Tao He)
  • [0856074]: Vineyard IO: raise exceptions when encounter errors in writers (in its join). (#481) (Tao He)
  • [bf41f8b]: Fixes a crash when adding invalid metadata. (#479) (Tao He)
  • [ae9afba]: Fixes the use-after-free bug for string-view in the oid array. (#475) (Tao He)
  • [c4d8b90]: Add tree command in vineyard-ctl to output object lineage in tree-like style (#474) (Rohan Gupta)
  • [3a8fb19]: Revisit the implementation of typename: more customizable and stable. (#472) (Tao He)
  • [9f6d1ae]: Adds debug command to vineyard-ctl (#473) (Rohan Gupta)
  • [9aed745]: Git attributes: assoicate .vineyard-mod to C++. (Tao He)
  • [10a730e]: Ray dataset: from and to vineyard. (#470) (Tao He)
  • [25f15d1]: Move the newly added item to the end of the enum. (#468) (Tao He)
  • [7e1c672]: Adds DeepCopy function to vineyard and Python SDK and adds it to vineyard-ctl (#467) (Rohan Gupta)
  • [f675381]: Update init.py to import VineyardXCom (#466) (andtheysay)
  • [28856ae]: Add data structure date32 and date64 in C++ SDK (#439) (beiluo)
  • [c0cf8ba]: Add more metrics for prometheus (#465) (Jiang Shanshan)
  • [3de4b98]: Use a lock to protect the mutable write buffer queue. (#464) (Tao He)
  • [3f7257a]: Add write table method to i_io_adaptor (#462) (Siyuan Zhang)
  • [625b7d3]: Added MXNet Builders, Resolvers and Tests (#452) (Chaitravi Chalke)
  • [3d842f4]: Vineyard tests: format & lint. (#461) (Tao He)
  • [9ad80c6]: Add connect put/get/drop_name functions and tests for Rust. (#460) (Sijie)
  • [73074f5]: Update Dask Doc (#458) (Diwen Zhu)
  • [4b70931]: Feed a hand-written copy-ctor and copy-assignment to ObjectMeta. (#456) (Tao He)