Jonathan Striebel

Results 113 comments of Jonathan Striebel

Superseded by #826.

Might also fix https://github.com/scalableminds/webknossos-libs/issues/51 (tests for dm3)

Sound's like something I'd love to try in the next hackathon :pick:

Jupyter(lab) already has autocompletion on tab-press, and there's https://github.com/jupyter-lsp/jupyterlab-lsp

@grlee77 @joshmoore @MSanKeys963 I merged the newest changes into this branch. From my POV this seems ready to be merged. I'll also update #1111 (the PR about sharding) as discussed...

> Did you have any thoughts of the interaction of this with https://github.com/zarr-developers/zarr-python/pull/1131 ? Thanks for making me aware of that, not yet. #1131 is mostly about providing a context,...

@martindurant Thanks for the clarification. > I raise it, because the byterange (or array slice, more likely) is something that should be included in the context, so then you would...

@martindurant No worries! This is a short example for your case: ``` x = group.create_dataset(name="x", data=np.array([1,2,3,4]), compression=None, chunks=(4, )) x[:2] # with PR #1111 in place, the indexing would do:...

> Are you saying that you want a single call to chunk-getitem to produce many buffers, which will then be filled into the target output array? Exactly :+1: > That...

@joshmoore Thanks for the review! > Primary question is if you would see still getting this into a 2.13 release (especially if one were to come out over the holidays)...