Skip to content

Updated RAPIDS support, pyarrow 0.11, python 3.7

Compare
Choose a tag to compare
@randyzwitch randyzwitch released this 10 Jan 21:50
· 102 commits to master since this release
07d27c4

This release is the first pymapd release switching over to the cudf library for GPU dataframes (prior releases of pymapd supported pygdf, the prior version to cudf). Also supported are pyarrow 0.11.0 for select_ipc as well as Python 3.7.

Note that if you install cudf, cudf requires pyarrow 0.10.0 and pymapd will downgrade pyarrow to allow installation.

Finally, the need for Cython to compile pymapd has been removed, which should hopefully fix any outstanding issues when installing from pip.

Notable changes:
Fix bug with loading Pandas dataframe row-wise (#133)
Allow ints and string inputs for TIMESTAMP columns (#138)
ENH: migrate to cudf (#139)
Update IPC code to remove Cython (#148)
Add support for pyarrow 0.11 and python3.7, remove python 3.4 (#151)