JSKenyon

Results 13 issues of JSKenyon

- [ ] Closes #xxxx - [ ] Tests added / passed - [ ] Passes `black distributed` / `flake8 distributed` / `isort distributed` Hi all! I have taken the...

- [ ] Tests added / passed ```bash $ py.test -v -s daskms/tests ``` If the pep8 tests fail, the quickest way to correct this is to run `autopep8` and...

* dask-ms version: master * Python version: 3.10.12 * Operating System: Ubuntu 20.04 LTS ### Description When attempting to write an `xarray.Dataset` with large chunks to zarr, I got the...

### Description These functions can raise a large number of `UserWarnings` due to slight discrepancies in the supported features. Canny developers may want to silence these warnings if they are...

enhancement

### Description Parquet does not allow for on-disk chunking of non-row dimensions. In the interests of providing as uniform an interface as possible to the casa, zarr and parquet backends,...

enhancement

### Description I believe that the time may have come to make `xarray` a core dependency rather than an extra. At present, it is optional as `dask-ms` implements its own...

### Description Nothing complicated, these functions simply lack documentation. This will likely only be added once I have fixed the tiny issues limiting their usefulness.

- [ ] Tests added / passed ```bash $ py.test -v -s daskms/tests ``` If the pep8 tests fail, the quickest way to correct this is to run `autopep8` and...

- [ ] Tests added / passed ```bash $ py.test -v -s daskms/tests ``` If the pep8 tests fail, the quickest way to correct this is to run `autopep8` and...

* dask-ms version: 0.2.3 * Python version: 3.6.9 * Operating System: Pop!_OS 18.04 LTS This is feature request, not a bug. xarray offers the following awesome functionality: ``` updated_xds =...

enhancement