Joe Hamman

Results 587 comments of Joe Hamman

@doronbehar - glad to hear there is interest here. We'd be happy to accept such a contribution.

Something I learned over the weekend is that `crc32c` is LGPL Licensed. Regardless of whether we get `crc32c` into `numcodecs`, we may want to pick a different implementation ([googleapis/python-crc32c](https://github.com/googleapis/python-crc32c) is...

Thanks for opening this one. It's a bit tricky but we can make something work here. As an end state, it would be better if we had a `Group.create_array` and...

The v2 style for creating an array now works: ``` In [206]: root = zarr.open_group() In [207]: root.create("foo", shape=10) Out[207]: ```

I understand what is going on here. I believe this is the intended behavior for our new stores but am open to the idea that we should change it! In...

I don't want to come across like I have a particular stake in the outcome here, but I'll try to describe the argument for how things are today. We can...

I spent some time over the weekend thinking through this situation and I've come up with a new proposal. 1. Stores continue to support a write mode, but a more...

I can handle this in #1884 where we will be handling most of the API compatibility for creation.

This is working now: ```python In [1]: import zarr In [2]: zarr.__version__ Out[2]: '3.0.0a4' In [3]: a = zarr.create(shape=(10, )) In [4]: a.dtype Out[4]: dtype('float64') ```

I'm going to close this as stale. Folks should feel free to reopen if there is interest in continuing this work.