overwrite
now takes an enumOverwrite
(backported to 2.7 viaenum34
) with valuesNONE
,PRIMARY
,SECONDARY
, orALL
instead of string values (though the implementation is backwards compatible to using the old string values).copy.copy()
andcopy.deepcopy()
now work properly on a MultiDirMapaslist()
andasdict()
on row elements renamed toto_list()
andto_dict()
- new method
to_list()
which returns complete map data as a list of lists
- Custom sorting
- Reordering of secondary keys
- First release on PyPI.