zarr-python icon indicating copy to clipboard operation
zarr-python copied to clipboard

Group.put()

Open alimanfoo opened this issue 8 years ago • 6 comments

Implement Group.put() for convenience rather than Group.array(..., overwrite=True)?

alimanfoo avatar Oct 03 '16 09:10 alimanfoo

Hi @alimanfoo I want to work on this issue. Can you give me some pointers as to where I should start from. Thanks

hsadia538 avatar Oct 08 '22 04:10 hsadia538

Hi @joshmoore @alimanfoo Is this issue still open? I am an Outreachy applicant and I would like to work on it.

zeelyha avatar Oct 14 '22 14:10 zeelyha

As far is I know, no one has started working on it. I don't see any issue with both of you taking a look. Perhaps one could write tests and one the implementation. Looking for those locations where Group.array(, overwrite=True) is used:

https://github.com/zarr-developers/zarr-python/blob/main/zarr/tests/test_hierarchy.py#L478

joshmoore avatar Oct 14 '22 15:10 joshmoore

@joshmoore Alright, no problem. I'll look in to it.

@hsadia538 I'm open to collaborating on this task. You can choose to test or implement, whichever you're comfortable with, but I'll start doing some work nonetheless.

zeelyha avatar Oct 14 '22 16:10 zeelyha

@zeelyha You can take up the task.

hsadia538 avatar Oct 14 '22 16:10 hsadia538

@hsadia538 Alright then, no problem.

zeelyha avatar Oct 14 '22 17:10 zeelyha