History

v0.2.0 / 2017-10-21

  • refactor(api): API breaking change that modifies behavior by raising any legit exception generated by a coroutine.
  • feat(examples): add examples file
  • feat(v2): v2 pre-release, propagate raise exception if return_exceptions is False
  • refactor(tests): add map error exception assertion test
  • Merge branch ‘master’ of https://github.com/h2non/paco
  • refactor(tests): add map error exception assertion test
  • feat(docs): add sponsor banner
  • feat(docs): add sponsor banner
  • feat(LICENSE): update copyright year
  • Update setup.py

v0.1.11 / 2017-01-28

  • feat(api): add paco.interval function.

v0.1.10 / 2017-01-11

  • fix(each.py,map.py): fixed return_exceptions kwarg
  • fix(setup.py): add author email
  • fix(Makefile): remove package file

v0.1.9 / 2017-01-06

  • feat(api): add identity function
  • feat(#31): add thunk function
  • feat(package): add wheel package distribution
  • refactor(wraps): simplify implementation
  • fix(History): remove indentation

v0.1.8 / 2016-12-29

  • 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 / 2016-12-18

  • feat(#26): add curry function.

0.1.6 / 2016-12-11

  • 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 (2016-12-04)

  • fix(#25): allow empty iterables in iterators functions, such as map, filter, reduce.

0.1.4 (2016-11-28)

  • fix(#24): explicitly pass loop instance to asyncio.wait.

0.1.3 (2016-10-27)

  • feat(#17): add flat_map function.
  • feat(#18): add pipeline-style operator overloading composition.

0.1.2 (2016-10-25)

  • fix(setup.py): fix pip installation.
  • refactor(api): minor refactors in several functions and tests.

0.1.1 (2016-10-24)

  • refactor(name): use new project name.

0.1.0 (2016-10-23)

  • First version (beta)