Version 1.12.5
This is a very minor release primarily for compatibility with the latest version of dask (v2.2.0).
Compatibility:
- The
DaskInterface
no longer attempts toimport dask.dataframe
unless it is already imported (#3900) - Scatter3D matplotlib rendering no longer errors with matplotlib >= 3.1 (#3898)
Bug fixes:
- Fixed bug converting datetime64 to datetime for dates <1970 (#3879)