v0.4.0
- DataFrame API now support pandas backend
- DataFrames which have different data sources like ODPS SQL and pandas can do
join
,union
andisin
operations - User defined function can be used in
apply
on axis=1 - cache API
- MapReduce API
- DataFrame enrichments and bug fixes