abergou

Results 2 issues of abergou

``` 4.61.2 3.7.4 (default, Jun 7 2021, 11:29:47) [GCC 9.3.1 20200408 (Red Hat 9.3.1-2)] linux ``` The new `tqdm.dask.TqdmCallback` does not integrate with dask.distributed, which uses a separate pipeline for...

p4-enhancement-future 🧨
submodule ⊂

The following code snippet will raise a FutureWarning: ```python import numpy import zarr group = zarr.open() group.create('foo', dtype=[('a', int), ('b', int)], fill_value=numpy.zeros((), dtype=[('a', int), ('b', int)])[()], shape=(10, 10)) ``` ####...

help wanted