Skip to content

Latest commit

 

History

History
49 lines (46 loc) · 2.66 KB

CHANGELOG.rst

File metadata and controls

49 lines (46 loc) · 2.66 KB

dask-cudf 0.6.0 (22 Mar 2019)

In this release we aligned Dask cuDF to the mainline Dask Dataframe codebase. This was made possible by an alignment of cuDF to Pandas, and resulted in us maintaining much less code in this repository. Dask cuDF dataframes are now just Dask DataFrames that contain cuDF dataframes, and have a few extra methods.