Unipath v0.2.0 Release Notes

    • ๐Ÿ“‡ Rename Path to AbstractPath, and FSPath to Path. FSPath remains as an alias for backward compatibility.
    • ๐Ÿ‘ Allow integers in constructor.
    • Path.mkdir() checks whether the directory exists first.
    • โœ… Test suite now uses nose instead of unittest.
    • "+" operator returns concatenated path rather than string.
    • Bugfix in Path.rel_path_to().
    • Thanks to Roman [email protected] for patches and suggestions.
    • โœ‚ Delete Path.symlink(); use Path.write_link() instead -- note that the arg is the desination rather than the source!
    • Path.make_relative_link_to() is a shortcut for self.write_link(self.rel_path_to(dst)).
    • โœ‚ Delete the platform package. See the tests if you need non-native path syntax.`