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
{{ message }}
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
find_existing_items for finding items common to two item collections.
normalize_func parameter to compare module functions to allow custom
field value normalization when normalize_values is True.
The default normalization function remains the same.
Changed
Rename compare_item_collections to find_missing_items. compare_item_collections alias added for backward compatibility.
str.casefold() is now used to normalize metadata rather than str.lower(). This is friendlier to non-English language.
Deprecated
compare_item_collections is deprecated for removal in a future release.