Releases: fsspec/universal_pathlib
Releases · fsspec/universal_pathlib
v0.1.0
Changed
- changed
UPath.__new__
behavior to returnUPath
subclasses for local paths (#125). - updated past changelog entries.
Fixed
- improved azure test separation (#123).
Added
- tests to confirm pydantic
BaseSettings
behavior (#127).
Full Changelog: v0.0.24...v0.1.0
Manually Curated Changelog: https://github.com/fsspec/universal_pathlib/blob/main/CHANGELOG.md
v0.0.24
[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).