- 
                Notifications
    You must be signed in to change notification settings 
- Fork 669
Towards Modin 1.0
        Areg Melik-Adamyan edited this page Feb 2, 2021 
        ·
        13 revisions
      
    This page contains the details of the criteria by which we will decide and declare that Modin is stable enough for a 1.0 release.
- Backend agnostic Execution API
- Supported on the backends: Ray, Dask, Python Multiprocessing
 
- Data-manipulation front-end API for DSLs
- Supported on the DSLs: pandas, SQL
 
- Dataframe algebra translation layer
- Query execution both in eager and lazy modes
- Data partitioning and placement API
- Fault tolerance and error handling
- Logging
- Fault tolerance for node or worker failures