Releases: janrg/multidirmap
Releases · janrg/multidirmap
v0.3.0
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