Kenneth Li

Results 2 issues of Kenneth Li

### Zarr version 3.0.8 ### Numcodecs version 0.15.1 ### Python Version 3.12.7 ### Operating System Mac ### Installation uv pip ### Description I write an array with Pcodec and dtype...

bug

The Delta filter does not always preserve the input if it contains nans. Is it possible to use `np.nandiff` and `np.nancumsum` in place of `np.diff`/`np.cumsum` in the implementation of Delta?...