Skip to content

0.7.16

Compare
Choose a tag to compare
@hadim hadim released this 12 Oct 17:43
· 437 commits to main since this release

Changed:

  • Bump upstream GH actions versions.
  • dm.fs.copy_dir now uses the internal fsspec copy when the two source and destination fs are the same. It makes the copy much faster.

Fixed:

  • Use os.PathLike to recognize a broader range of string-based path inputs in the dm.fs module. It prevents file objects such as py._path.local.LocalPath not being recognized as path.

Authors:

  • Hadrien Mary