I've noticed that `xarray` has partial type hinting support. What's the timeline for full type hinting support? In particular, I'm seeing: ``` error: Call to untyped function "open_dataset" in typed context ``` because `xr.open_dataset` does not yet have type hints.