Changelog¶
0.3.0 (2019-10-03)¶
overwritenow takes an enumOverwrite(backported to 2.7 viaenum34) with valuesNONE,PRIMARY,SECONDARY, orALLinstead 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
0.2.0 (2019-07-12)¶
- Custom sorting
- Reordering of secondary keys
0.1.0 (2018-07-28)¶
- First release on PyPI.