You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow pathlib.Path to be passed to all engines (#4701)
* Allow pathlib.Path to be used in open_dataset
* Fix mypy run. It doesn't like isinstance with os.PathLike
* Add patlib.Path support to netCDF4
* Sympler code
* Move os.fspath down the call tree
0 commit comments