Skip to content

Releases: fsspec/universal_pathlib

v0.0.24

18 Jul 22:23
e999d11

Choose a tag to compare

[0.0.24] - 2023-06-19

Added

  • started a changelog to keep track of significant changes (#118).
  • add support for abfss protocol (#113).
  • add cpython pathlib tests (#104).
  • implemented .rename (#96).

Fixed

  • various webdav test fixes (#103, #107, #109).
  • fixed issue with ._url parsing (#102).
  • improved error messages (#96).
  • fixed .rglob() method (#96).

Changed

  • modernized package dev tools (#105).
  • updated ipynb example notebook (#96).

v0.0.23

24 Mar 11:26
5d844b2

Choose a tag to compare

  • Implements UPath.resolve with a special redirect-following implementation for HTTPPath. Fixes issues with double and trailing slashes as well as normalizes . and .. parts in URI paths. #86

Thanks to @joouha!

v0.0.22

11 Mar 11:15
739fa30

Choose a tag to compare

  • Respect exist_ok in mkdir when creating parent directories #83

Thanks to @rahuliyer95!

v0.0.21

19 Sep 07:45
d6f0410

Choose a tag to compare

  • Changed the UPath implementation registry to lazily import implementations #78
  • Fixed S3 paths with a + #76
  • Refactored class methods #77

Thanks to @ap--!

v0.0.20

30 Aug 20:00
987e525

Choose a tag to compare

  • Python 3.11 compatibility
  • Fix .parents
  • Fix .with_* methods
  • Use NotADirectoryError instead of custom error

Thanks to @ap-- and @jorenretel

v0.0.19

22 Jun 18:30
29b2031

Choose a tag to compare

Adds support for Azure cloud storage via AzurePath

v0.0.18

02 May 13:10
9c4432b

Choose a tag to compare

v0.0.18

v0.0.17

02 May 09:34
1cf2f72

Choose a tag to compare

v0.0.17

v0.0.16

12 Apr 18:44
87aefbb

Choose a tag to compare

  • Fixed subclassing behavior of UPath #56
  • Added copy-constructor #52
  • Added default implementations for is_* methods #53

v0.0.15

06 Apr 09:48
651744b

Choose a tag to compare

Added support for Python 3.10 #43. Thanks @ap--!