Skip to content

Releases: benbariteau/dict-tools

v0.3.0

16 Nov 00:29
Compare
Choose a tag to compare
  • Adds group_by for creating a dictionary from an iterable where a single key maps to a list of values. Comparable to itertools.groupby, but doesn't require pre-sorting the iterable.

v0.2.0

16 Nov 00:26
Compare
Choose a tag to compare
  • Adds flattened_items, for creating creating flattened a (key, value) iterable for a dictionary where keys contain iterables
  • Adds invert_dict

v0.1.0

16 Nov 00:23
Compare
Choose a tag to compare

Initial release

  • map_keys and map_values added