v0.2.2
What's Changed
Fixed
- upath: imports of filesystem classes are now lazy by @ap-- in #200
- docs: fixed entrypoint examples for UPath subclass registration by @joouha in #196
- upath: fixed comparison
__eq__
with pathlib.Path on py<3.12 by @ap-- in #203 - upath: open() now passes fsspec options through to fsspec by @ap-- in #204
- upath: fixed regression for args that implement
__fspath__
different from__str__
by @ap-- in #200
Full Changelog: v0.2.1...v0.2.2