Skip to content

Releases: fsspec/universal_pathlib

v0.1.0

03 Aug 08:06
707adbe
Compare
Choose a tag to compare

Changed

  • changed UPath.__new__ behavior to return UPath 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

18 Jul 22:23
e999d11
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Adds support for Azure cloud storage via AzurePath

v0.0.18

02 May 13:10
9c4432b
Compare
Choose a tag to compare
v0.0.18

v0.0.17

02 May 09:34
1cf2f72
Compare
Choose a tag to compare
v0.0.17

v0.0.16

12 Apr 18:44
87aefbb
Compare
Choose a tag to compare
  • Fixed subclassing behavior of UPath #56
  • Added copy-constructor #52
  • Added default implementations for is_* methods #53