Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.46 KB

File metadata and controls

39 lines (32 loc) · 2.46 KB

Changelog

unreleased

  • Add option to retrieve files in tape order. #53
  • Move test dependencies to development group. #58
  • Ensure locked versions of dependencies in CI. #68
  • Make dependabot use uv environment. #69

0.0.6

  • Add peek method. #35

0.0.5

  • Add functionality to get owner name via UPath(path).owner #33

0.0.4

  • Fix listing of files in CWD in recursive mode #29
  • Use uv as package manager to reduce CI times #32

0.0.3

  • Fix CI: sunsetting mambaforge #26
  • Fix registration of ectmp file protocol #22
  • Enable file listing cache for ectmp #22
  • Dependebot version update of fsspec #21
  • Fix pre-commit docformatter hook #19
  • Add caching of file listings for faster look-ups #18
  • Add support for recursive file listings (ls -R) #18
  • Fix isdir() function call #15
  • Add UPath support for ec-protocol #15
  • Raise specific errors when ls fails due to PermissionError or FileNotFoundError #15

0.0.2

  • Add support for ectmp file paths #2
  • Fix file listing when using additional flags #9
  • Fix incorrect caching if cache directory is given as absolute path #10
  • Fix some warnings in test suite. #11
  • Fix ec_cache for ectmp file protocol #12

0.0.1

  • Initial release