Skip to content

Tags: fried/aioitertools

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Bugfix release:

* Fix groupby() not working with empty iterables (omnilib#39)
* Tested on Python 3.9

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release

- Add `min()` and `max()` to builtins

v0.6.1

Toggle v0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Metadata fix

- Corrected description field for PyPI
- Switched from setuptools to flit for build/publish

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release v0.6.0

- First pieces of more_itertools (omnilib#18)

v0.5.1

Toggle v0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Documentation Release v0.5.1

- Include changelog, code of conduct, and contributers guide in sdist
- Include wheels when building release distributions

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature Release v0.5.0

- Feature: concurrency-limited implementation of asyncio.gather (omnilib#10)
- Fix: platform independent encoding in setup.py (omnilib#15, omnilib#16)
- Fix: make zip_longest stop iterating on finished iterators (omnilib#13)
- Improved documentation
- Overhaul package configuration and requirements
- Format package using isort
- Add coverage testing with codecov.io
- Switch to Github Actions for CI
- Testing on Python 3.8

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release v0.4.0

- Provisional module for friendly versions of the asyncio library.
  Access this via `aioitertools.asyncio`.

v0.3.2

Toggle v0.3.2's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Bug fix release:

- chain.from_iterable now accepts async generators to provide iterables (omnilib#8)

v0.3.1

Toggle v0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Bug fix release v0.3.1:

- Fixes `islice` consuming extra items (omnilib#7)

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
amyreese Amethyst Reese
Feature release v0.3.0:

- Accept `start` parameter to `enumerate()` (omnilib#2)
- Added PEP 561 compliance and py.typed (omnilib#1)
- Support for functions that return awaitables (omnilib#5)