aiometer

A Python concurrency scheduling library, compatible with asyncio and trio.

MIT License

Downloads
62.3K
Stars
372
Committers
3
aiometer - Version 0.5.0 Latest Release

Published by florimondmanca 11 months ago

Removed

  • Drop support for Python 3.7, as it has reached EOL. (Pull #44)

Added

  • Add official support for Python 3.12. (Pull #44)
  • Add support for anyio 4. This allows catching exception groups using the native ExceptionGroup. On anyio 3.2+, anyio would throw its own ExceptionGroup type. Compatibility with anyio 3.2+ is retained. (Pull #43)
aiometer - Version 0.4.0

Published by florimondmanca almost 2 years ago

aiometer - Version 0.3.0

Published by florimondmanca over 3 years ago

0.3.0 - 2021-07-06

Changed

  • Update anyio dependency to v3 (previously v1). (Pull #25)
    • NB: no API change, but dependency mismatches may occur. Be sure to port your codebase to anyio v3 before upgrading aiometer.

Added

  • Add support for Python 3.6 (installs the contextlib2 backport library there). (Pull #26)
  • Officialize support for Python 3.9. (Pull #26)