Jesko Wagner
Jesko Wagner
Not sure if it helps, but I find that calling `adata2 = adata.to_memory` will convert the `HDF5 dataset` into a `np.array` as I would expect. However, this is not a...
> Sorry about the late response here! No problem, thanks for getting back to me! > It will. Fantastic, thank you! For the problem description: see the example below; it...
RE 1: I see your point. Yes, storing it in a layer is possible; it just deviates from the "standard procedures" that e.g. Scanpy establish. But then again, so does...
Wow, that makes a lot of sense. Sorry, that really should have been obvious to me. Thanks for your patience. I have one last question: could you provide me some...
You're an absolute hero, thanks a million! With a tiny fix (`range`) this indeed passes this test: ```python import numpy as np from anndata import AnnData, read_h5ad from memory_profiler import...
Sorry, completely missed the PR. I agree with your comments there but am still unsure. Pro renaming is that it is still an experimental feature; con that it seems to...
After sleeping on it, personally and for the sake of future proofing I would lean towards deprecation, but this is a lot easier to say when not being in the...
Hey, sorry for the long delay. I am now finally working on providing a longer example, probably going in `fileformat-prose.rst` (happy to put it elsewhere if preferred). I would like...
I now reference that tutorial in the docstring for better visibility. Also added the release note. In the future if time permits I may add a more complete example to...
Sorry, I think I got a bit confused with my branch management there. But glad to hear that you're happy merging this in! Do so at your convenience.