Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@benbariteau benbariteau released this 16 Nov 00:29
· 2 commits to master since this release
  • 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.