Joe Hamman

Results 587 comments of Joe Hamman

My opinion here is that we should include this in 3.0 but consider the following options: - rename `AsyncGroup.setitem` to something more in line with where we want the GroupAPI...

I just ran across this blast from the past: https://github.com/zarr-developers/zarr-python/issues/508

This is ready for a review. I've got taken the least invasive route. I think we may want to deprecate this but I see no harm in keeping it now....

@d-v-b - I'm planning to merge this in its current state. If you would like to come behind with a set of deprecations and/or features that add a separate namespace...

Good call! Based on the discussion in #2359, I think we may not need to add this mode argument then. In 2.18, we don't have a mode argument: https://github.com/zarr-developers/zarr-python/blob/support/v2/zarr/convenience.py#L287 And...

Here's the situation I was objecting to in #2429: ```python with config.set({'array.write_empty_chunks': True}): arr = zarr.create(shape=(20, 20), chunks=(5, 5), fill_value=0) arr[:] = 0 # will this use write_empty_chunks or not?...

I like SPEC 0 because it simplifies decision making and gives us a community reference to base our decisions on. Here's how I'd like us to think about the policy:...

Id like to think about how this will impact the Icechunk store. Like the zipstore, Icechunk stores can only be opened from their root. It's not clear to me if...