pydata / xarray

N-D labeled arrays and datasets in Python
https://xarray.dev
Apache License 2.0
3.63k stars 1.09k forks source link

Buffer types #9787

Closed headtr1ck closed 3 days ago

headtr1ck commented 6 days ago

Follow up to https://github.com/pydata/xarray/pull/9785

This introduces a ReadBuffer Protocol (stolen from pandas).

Also I finally took the courage to fix the Liskov violation in open_dataset by removing the **kwargs in the ABC.

dcherian commented 3 days ago

Merging since this is an improvement.