Releases: geronimo-iia/async-btree
Releases · geronimo-iia/async-btree
Release v1.4.2
fix: setup tools configuration
v1.4.1
- Adding support python for 3.12
V1.4.0
- remove support of python 3.8
- use pyright rather than mypy
- update pyproject
- update management with poetry, poe the poet
v1.3.0
Feature:
- add default parallel asyncio implementation if curio is not present.
- add run_once decorator
- bunp pytest dependency
- Deprecation notice on async_btree.utils.run
- Add BTreeRunner context manager to drive multiple independant btree execution.
- This implementation works with curio and asyncio.
- asyncio support only for python >= 3.11.
- remove version package attribute. Single source of true is pyproject.toml and git.