Releases: fsspec/universal_pathlib
Releases · fsspec/universal_pathlib
v0.0.24
18 Jul 22:23
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Respect exist_ok in mkdir when creating parent directories #83
Thanks to @rahuliyer95 !
v0.0.21
19 Sep 07:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Adds support for Azure cloud storage via AzurePath
v0.0.18
02 May 13:10
Compare
Sorry, something went wrong.
No results found
v0.0.17
02 May 09:34
Compare
Sorry, something went wrong.
No results found
v0.0.16
12 Apr 18:44
Compare
Sorry, something went wrong.
No results found
Fixed subclassing behavior of UPath #56
Added copy-constructor #52
Added default implementations for is_* methods #53
v0.0.15
06 Apr 09:48
Compare
Sorry, something went wrong.
No results found
Added support for Python 3.10 #43 . Thanks @ap-- !