Hiran Wijesinghe
Hiran Wijesinghe
@danielballan, @Kezzsim this PR is ready for another review. Changes since your last review are minimal, though it took me an obscene amount of time to figure this out.
I pushed a couple of commits addressing suggestions from @danielballan and @genematx. Also added an option in `update_metadata` for retrieving a JSON patch without applying it. May be useful for...
Thanks @Kezzsim, this is something that had been bothering me in the background at times. I appreciate your attention to detail! > 1. Split the endpoint into `PATCH /api/v1/metadata/{path}` and...
I very much intentionally wanted to avoid calling it `content-type`. I wouldn't envy whoever is documenting `content-type` the http header and `content-type` the subtype for this endpoint. `mimetype` sounds too...
CI errors for Python 3.11 are coming from dask's incompatibility with 3.11.9 ([fixed in 2024.4.1](https://github.com/dask/dask/issues/11038)). Github CI uses 3.11.9, so it is broken at the moment. I pinned python
My understanding is that in python 3.10 asyncio synchronization primitives like Lock and Queue can be instantiated anywhere without tying them to a specific loop at instantiation. The high-level asyncio...
I am taking a look at this issue. `Slice.as_subindex` does look promising, but your link from 2023 seems broken. Here's the new link for reference: https://quansight-labs.github.io/ndindex/api/internal.html#ndindex.ndindex.NDIndex.as_subindex
@mrakitin sorry about the hiatus, I have been away for the past couple of weeks. Pushing on another PR at the moment, but I will re-focus on this as soon...