Skip to content

v1.1.0

Compare
Choose a tag to compare
@maxwong maxwong released this 08 Oct 06:59
09ff714
  1. Supports dtable garbage collection in python api. Intermediate dtables will be cleaned up when possible.
  2. Supports session mechanism. Computing engines will be closed and cleanup tasks will be run when session ends.
  3. Supports multi-cluster deployment in one machine node.
  4. Enhances compatibilities with embedded Eggroll in FATE.
  5. Adds new storage engine support - RocksDB.
  6. Refactors computing engine and storage engine.
  7. Supports parallel data import by multi processes in put_all api call.
  8. Supports another map partitions (mapPartitions2) where a new iterator will be returned for operation result. Spark style.