Skip to content

Releases: janrg/multidirmap

v0.3.0

04 Oct 19:50
Compare
Choose a tag to compare
  • 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

v0.2.0

04 Oct 19:48
Compare
Choose a tag to compare
  • Custom sorting
  • Reordering of secondary keys

v0.1.0

28 Jul 15:33
Compare
Choose a tag to compare

First working release