* feat(requirements): force upgrade setuptools * feat(29): support async iterable and generators * fix(docs): link to examples * chore(travis): use Python 3.6 stable release
0.1.7
------------------
* feat(26): add curry function.
0.1.6
------------------
* feat(pipe): isolate pipe operator overload code * refactor: decorator and util functions * feat(11): timeout limit context manager. * refactor(core): several minor refactors * fix(docs): comment out latex sphinx settings * fix(docs): use current package version * Documentation examples improvements (27) * feat(history): update * feat: add pool length magic method
0.1.5
------------------
* fix(25): allow empty iterables in iterators functions, such as ``map``, ``filter``, ``reduce``.
0.1.4
------------------
* fix(24): explicitly pass loop instance to ``asyncio.wait``.