- Merge pull request #46 from lmicra/patch-1
- Update map.py
- Merge pull request #43 from dylanjw/fix_doc_typo
- Fix typo: series, not searies
- Merge pull request #42 from dylanjw/fix_syntax_error
- Use getattr to avoid async keyword
- Merge pull request #40 from thatmattbone/master
- add loop param to paco.interval()
- fix(setup): use space based indentation
- fix(travis): use cpython 3.7-dev release
- refactor(errors): use "paco" prefix in exception messages
- chore(History): add version changes
- fix(#37): allow overload function signatures with variadic arguments
- refactor(timeout_test): remove print statement
- fix(docs): bad link to API reference
- refactor(docs): remove codesponsor
- 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
- feat(api): add
paco.interval
function.
- fix(each.py,map.py): fixed return_exceptions kwarg
- fix(setup.py): add author email
- fix(Makefile): remove package file
- feat(api): add identity function
- feat(#31): add thunk function
- feat(package): add wheel package distribution
- refactor(wraps): simplify implementation
- fix(History): remove indentation
- 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
- feat(#26): add curry function.
- 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
- fix(#25): allow empty iterables in iterators functions, such as
map
,filter
,reduce
.
- fix(#24): explicitly pass loop instance to
asyncio.wait
.
- feat(#17): add
flat_map
function. - feat(#18): add pipeline-style operator overloading composition.
- fix(setup.py): fix pip installation.
- refactor(api): minor refactors in several functions and tests.
- refactor(name): use new project name.
- First version (beta)