Skip to content
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

Initial release checklist #2

Closed
12 of 15 tasks
TomNicholas opened this issue Mar 8, 2024 · 5 comments
Closed
12 of 15 tasks

Initial release checklist #2

TomNicholas opened this issue Mar 8, 2024 · 5 comments
Milestone

Comments

@TomNicholas
Copy link
Member

TomNicholas commented Mar 8, 2024

What's here so far is a work-in-progress. I will consider this issue closed once the example in the Readme runs successfully.

For this we need:

This list would get us the ability to do this:

from virtualizarr import open_dataset_via_kerchunk

datasets = [open_dataset_via_kerchunk(filepath, no_indexes=True) for filepath in files]

combined = xr.combine_nested(datasets)

combined.virtualize.to_kerchunk(format='json')

# now can read using kerchunk mapper like normal

For the initial version we do not need:

Without this latter list we notably can't do combine_by_coords and we can't do open_dataset(filepath, engine='virtualizarr').

@TomNicholas TomNicholas added this to the v1.0 milestone Mar 8, 2024
@TomNicholas TomNicholas changed the title Actually make it work Initial release checklist Mar 10, 2024
@TomNicholas
Copy link
Member Author

(I just updated this to be much clearer about what the "MVP" involves)

@TomNicholas
Copy link
Member Author

TomNicholas commented May 15, 2024

I'm ready to release this, but @MSanKeys963 says we can move this repo into the zarr-developers github org, and it would be great to do that move first 🙏

EDIT: See https://github.com/orgs/zarr-developers/discussions/70 for discussion on this

@jbusecke
Copy link
Contributor

jbusecke commented Jun 5, 2024

Adding a +1 here to move and release. I am working with @sashakames to prototype virtualizarr usage within ESGF and It would be great if we could pin versions.

@TomNicholas
Copy link
Member Author

It's been moved!

@TomNicholas
Copy link
Member Author

Now we've released v1.0 on PyPI and conda-forge with all the above initial features. The later features are all tracked by various issues.

mpiannucci pushed a commit to mpiannucci/VirtualiZarr that referenced this issue Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants