Fabian Gans

Results 25 issues of Fabian Gans

This is a proof-of-concept implementation of ZEP0003. Please don't merge this. It is mainly for discussion and comparison to https://github.com/zarr-developers/zarr-python/pull/1483

To everyone interested in this package. I am currently working on implementing a Zarr backend for LMDB, which would introduce another dependency. There are many more possible backends and compressors...

Positional argument subsetting works for YAXArrays but does not for Datasets, this should be fixed. An MWE is: ````julia using YAXArrays import DimensionalData as DD using Dates tax = DD.Ti(Date(2001):Day(1):Date(2001,1,10))...

bug

This fixes the mapreduce dispatch where things like `sum(DA)` were not hitting the correct mapreduce methods but computed through an iteration fallback. I will add a unit test to facilitate...

I recently started thinking about implementing the v3 of the zarr specs, which also include sharding as an extension, in which several chunks are stored into a single storage unit....