Releases: FederatedAI/eggroll
Releases · FederatedAI/eggroll
v1.1.2
v1.1.1
- Compatibility enchancements for project FATE.
- Documents update.
- Adds code style / security scanner.
- Separates eggroll context and eggroll session init in eggroll init.
- Supports data import from python generator.
- Uses single process in save_as to restore performance.
v1.1.0
- Supports dtable garbage collection in python api. Intermediate dtables will be cleaned up when possible.
- Supports session mechanism. Computing engines will be closed and cleanup tasks will be run when session ends.
- Supports multi-cluster deployment in one machine node.
- Enhances compatibilities with embedded Eggroll in FATE.
- Adds new storage engine support - RocksDB.
- Refactors computing engine and storage engine.
- Supports parallel data import by multi processes in put_all api call.
- Supports another map partitions (mapPartitions2) where a new iterator will be returned for operation result. Spark style.