- introduced ``c.zip``, which supports both args to yield tuples and kwargs to yield dicts - introduced ``c.repeat`` -- the one from ``itertools`` - introduced ``c.flatten`` -- shortcut for ``itertools.chain.from_iterable``
0.13.4
**Bugfix**
- fixed incorrect aggregate (not group_by) results in case of ``where`` conditions in reducers [convtools-ita 32 ](https://github.com/itechart/convtools/issues/32)