- Added support for multi hash length
- Moved all class variables to object variables
- Added
__deepcopy__
and more tests - Optimizations of
__setitem__
by value of type DeDuplication hasvalue_dict
consistent - Added
skip_update_on_setitem
toDeDuplication
to skip updatevalue_dict
on__setitem__
- Optimizations and remove redundant code
- Public release