Joe Hamman

Results 587 comments of Joe Hamman

To add some extra context. The sync approach we're using came from [zarrita](https://github.com/scalableminds/zarrita/blob/async/zarrita/sync.py) which came from [fsspec](https://github.com/fsspec/filesystem_spec/blob/master/fsspec/asyn.py) which was written by @martindurant 🙌 . There is some black magic in...

I think https://github.com/zarr-developers/zarr-python/pull/1804 cleaned this up enough to close. @d-v-b, reopen if you disagree.

See https://github.com/zarr-developers/zarr-python/pull/1877#issuecomment-2115322894 for a diagnosis of what is going on here. Marking this as help-wanted.

You did (https://github.com/zarr-developers/zarr-python/pull/1877#issuecomment-2115322894), but that ticket was closed by dependabot.

I believe the discussion in #1789 ended with us a) adding mypy to the test env (useful for dev workflows) and b) concluding that we don't need to run mypy...

Hi @cwognum - thanks for the question. We are probably a few weeks behind schedule. Hoping to get the alpha release our in the next few days. I suspect the...

We have hit the first alpha release milestone! This means we will be making the `3.0.0.alpha0`. Rest assured, more API compatibility changes will be coming before the full 3.0 release....

closed by https://github.com/zarr-developers/zarr-python/pull/1792

I'd support adding a CC-BY-like license here if its technically possible. I'm not worried about the RASM data but I'm not sure how adding a license to the NCEP data...

@choldgraf pointed me to [Nilearn](https://nilearn.github.io/user_guide.html), a package for machine learning for Neuro-Imaging in Python. Seems like an interesting example of how a specific domain has built convenience tools around ML...