v0.2.0
What's Changed
Added
- upath: support Python 3.12 by @ap-- (#152)
- upath: improved subclass customization options by @ap-- (#173)
- upath: support local uri scheme by @glesperance (#150)
- upath: added GitHubPath by @juftin (#155)
- upath: added DataPath for data uris by @joouha (#169)
Changed
Fixed
- fixed netloc handling of memory://netloc/a/b style uris by @ap-- (#162)
- fixed broken mkdir for cloud filesystems by @ap-- (#177)
- fixed UPath().stat() now returns a os.stat_result-like object by @ap-- (#179)
Full Changelog: v0.1.4...v0.2.0