Skip to content

0.7.1

Compare
Choose a tag to compare
@mrocklin mrocklin released this 22 Jan 05:48
· 2094 commits to master since this release

Version 0.7.1

  • Better array support to align numpy with dask (dot, transpose, slicing)
  • Support __array__, __iter__, __int__, ... protocols
  • Numba integration with numpy layer
  • Server works on raw datasets, not dicts. Also, support dicts as datasets.
  • SQL
    • Avoid repeated reflection
    • Support computation on metadata instances. Support schemas.
  • CachedDataset
  • pandas.HDFStore support
  • Support NumPy promotion rules