Results 900 comments of Tom Augspurger

> removed almost all the ignored warnings from pyproject.toml, at the cost of inserting a bunch of explicit with pytest.warns() statements throughout our tests Thanks for doing this. I was...

One thing that might be helpful: what's the group's tolerance for either compatibility code or deprecations as a way to ease the transition? It sounds like strict backwards compatibility (perhaps...

A few changes I've found while updating xarray. Are all of these intentional? - `Array.resize` returns a new `Array` object. 2.x mutated the `Array` in place - `zarr_version` has been...

It'll be a bit before I can take a look. ________________________________ From: Ivan Shcheklein ***@***.***> Sent: Thursday, June 27, 2024 11:04 AM To: fsspec/adlfs ***@***.***> Cc: Tom Augspurger ***@***.***>; Mention...

2024.7.0 is out on PyPI now: https://pypi.org/project/adlfs/

"In charge of" is overstating it a bit. It's been segfaulting when building pandas and I haven't had a chance to debug it. If / when I get around to...

Can you post the full traceback? What object has a reference to the queue?

Thanks. We'll need to figure out which attributes of which objects aren't picklable. Some of these (like things from `azure.storage.blob` or `azure.identity`) might need to be pushed upstream. Others might...

Thanks for the report. Can you post the traceback too? I think the only requirement *should* be that the array is exclusively chunked along the first dimension (samples). But it's...