Justus Magin
Justus Magin
the question is, would `zarr` be able to store datetimes without encoding? If so, I believe it may be possible to extend the `zarr` backend specifically to allow this (though...
In this case I was just wondering whether we can get away with not serializing datetimes at all (but only for the `zarr` backend, if the `zarr` format supports this)....
I'm a bit late to this discussion, but some of this reminds me of #8607
I'd personally default to `True`, as that would give everyone who doesn't opt into it the old behavior, and can warn that anyone who does opt-in that there are still...
yeah, I guess so. I'm assuming that rolling back will protect more people than those who will need to do something. I think what we should do is something like...
I've recently come across [marray](https://github.com/mdhaber/marray/), which is still *very* experimental (and still needs a hack to really work) but allows us to wrap masked arrays: ```python In [1]: import marray...
I think that's to be expected: we interpolate `x` to the values of `t`, so if copying over the attributes does not make sense the entire operation does not make...
the work done in the scipy sprints is on master now, with plans for new additions in #3564.
not sure. #3564 seems much closer to what https://tutorial.xarray.dev does, while this appears to be more towards a collection of small examples for common tasks (somewhat similar to the `itertools`...
closed by #46