You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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