Changelog

0.3.0 (2019-10-03)

  • overwrite now takes an enum Overwrite (backported to 2.7 via enum34) with values NONE, PRIMARY, SECONDARY, or ALL instead of string values (though the implementation is backwards compatible to using the old string values).
  • copy.copy() and copy.deepcopy() now work properly on a MultiDirMap
  • aslist() and asdict() on row elements renamed to to_list() and to_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.