Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Latest commit

 

History

History
75 lines (64 loc) · 3.53 KB

CHANGELOG.rst

File metadata and controls

75 lines (64 loc) · 3.53 KB

dask-cudf 0.8.0 (27 June 2019)

dask-cudf 0.7.0 (10 May 2019)

0.6.1 - 2019-04-09

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.