You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial work on new Path methods for move and copy.
CacheStamp.renew now does nothing and returns None if the stamp is disabled.
AutoDict, SetDict, and UDict are now always ordered. In Python 3.6 it inherits from OrderedDict. Otherwise it uses regular dict, which will be ordered in 3.7+
AutoDict now inherits from UDict.
PathLike objects can now be used in args to ub.cmd when the command is an iterable.
Deprecated
deprecate AutoOrderedDict, which is now indistinguishable from AutoDict
Fixed
Tentative fixes for new __editable__ based install path with ub.modname_to_modpath