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
- deephash.py: corrected exclude_paths/include_paths type to SetOrdered
- helper.py: relaxed add_to_frozen_set to Any (callers use both int and str ids); changed
type_in_type_group/type_is_subclass_of_type_group to accept Iterable[Type]
- delta.py: added elem is not None guard, narrowed tag type, type-ignored namedtuple
_replace/summarize
- diff.py: typed _compare_in_order index params as Optional[int] with early return; fixed real
bug len(other.indexes > 1) → len(other.indexes) > 1; cast UUID arg to str
- distance.py: handled iterable_compare_func None check; widened max_/replace_inf_with to float;
switched memoryview-incompatible strings to str
- path.py: fixed real bug obj.append(_guess_type(...), next_element) (misplaced paren); coerced
setattr name to str
- serialization.py: type-ignored namedtuple _fields access
0 commit comments