Closed headtr1ck closed 3 days ago
Follow up to https://github.com/pydata/xarray/pull/9785
This introduces a ReadBuffer Protocol (stolen from pandas).
ReadBuffer
Also I finally took the courage to fix the Liskov violation in open_dataset by removing the **kwargs in the ABC.
open_dataset
**kwargs
Merging since this is an improvement.
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.