Gregory Lee
Gregory Lee
@raydouglass , @jakirkham : Thanks, I have now updated the pinning in the conda recipe
Thanks @JonasFrey96 for the kind words and for providing a concrete example. It helped me to understand what you are asking for. Let me think about it and see what...
conflicts have been resolved, please retest
Hi @luigifcruz, this suggestion was implemented in the recent v2.1 release. You can format `Parameter` without explicitly calling `get()` first when using `fmt::format` or the various `HOLOSCAN_LOG_INFO`, etc. logging functions.
I did rebase that branch, fixing merge conflicts and then proposed some small changes in https://github.com/Carreau/zarr-python/pull/1. My updates were mainly modifying the `list_dirs` method of `BaseV3Store` to match the description...
The instructions in the docs proposed in #44 should help. Please provide feedback there if you find things that should be added or clarified.
> Can you use kotlin on the java side? Because this seems fairly well tested: https://github.com/JetBrains-Research/npy Ah, I had missed this discussion, but this is the same library I happened...
That was based on manual inspection of a handful of packages that list Zarr as a dependency, but GitHub-wide searches also indicate these are all widely used: dask.array's from_zarr https://github.com/search?q=%22from_zarr%22&type=code...
I started looking at this. **zarrita**: can generate either flat or nested **zarr-python:** can generate v2 files with nested format when using `FSStore` instead of the default `DirectoryStore`. **xtensor-zarr**: it...
@joshmoore, could you take a look at the first three commits here in terms of the API for writing the files? In the first commit, I was trying the reuse...