path.py v14.0.0 Release Notes

Release Date: 2020-05-24 // almost 4 years ago
    • ✂ Removed namebase property. Use stem instead.
    • ✂ Removed update parameter on method to Path.merge_tree. Instead, to only copy newer files, provide a wrapped copy function, as described in the doc string.
    • ✂ Removed FastPath. Just use Path.
    • ✂ Removed path.CaseInsensitivePattern. Instead use path.matchers.CaseInsensitive.
    • ✂ Removed path.tempdir. Use path.TempDir.
    • 👍 #154: Added Traversal class and support for customizing the behavior of a Path.walk.