-
-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Store refactor #764
Comments
@joshmoore please feel free to add anything else here I may have forgotten |
Thanks, @jakirkham. I'll just add:
|
cc @zarr-developers/core-devs (in case anyone has thoughts on this) |
I think this is an excellent idea and I support it 💯 . The storage module is way too big / complicated. I would imagine something like this
|
Sounds reasonable |
First step towards being able to assign CODEOWNERS to simplify maintenance. This does not yet attempt the rename to zarr.storage.absstore in order lower conflicts with open PRs. Imports should remain un- changed for the moment. see: zarr-developers#764
First step towards being able to assign CODEOWNERS to simplify maintenance. This does not yet attempt the rename to zarr.storage.absstore in order lower conflicts with open PRs. Imports should remain un- changed for the moment. see: zarr-developers#764
First step towards being able to assign CODEOWNERS to simplify maintenance. This does not yet attempt the rename to zarr.storage.absstore in order lower conflicts with open PRs. Imports should remain un- changed for the moment. see: zarr-developers#764
First step towards being able to assign CODEOWNERS to simplify maintenance. This does not yet attempt the rename to zarr.storage.absstore in order lower conflicts with open PRs. Imports should remain un- changed for the moment. see: zarr-developers#764
So, looking at #759, who should be listed as a CODEOWNER in #781? @jhamman and @shikharsg? Also: do we want to create a team (" |
Happy either way. If listing individually, @shikharsg, @tjcrone, @TomAugspurger, and myself are the likely candidates. |
|
Although I'm happy to be listed as an individual, I would personally prefer a team. Having changed jobs a few months ago I no longer have access to a large azure subscription where I can test this stuff at scale, and have to make do with my laptop. |
@zarr-developers/azure-team now setup. |
#781 is ready for review if someone wants to have a go. |
* Extract ABSStore to zarr._storage.absstore First step towards being able to assign CODEOWNERS to simplify maintenance. This does not yet attempt the rename to zarr.storage.absstore in order lower conflicts with open PRs. Imports should remain un- changed for the moment. see: #764 * Ignore unused import * Register absstore.py in CODEOWNERS
I think the developments in the v3 stream of work warrant closing this. |
During the Zarr meeting today, we discussed splitting out the various
Store
s instorage.py
into separate files (ideally in a Pythonstorage
package taking the place ofstorage.py
). This should make it easier to identify relevant people to get feedback from when making changes to a specificStore
. Would be good to hear others thoughts on this idea 🙂The text was updated successfully, but these errors were encountered: