Skip to content

Version 1.12.5

Compare
Choose a tag to compare
@philippjfr philippjfr released this 14 Aug 19:07
e2902ec

This is a very minor release primarily for compatibility with the latest version of dask (v2.2.0).

Compatibility:

  • The DaskInterface no longer attempts to import 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)