Releases: maxfischer2781/asyncstdlib
Releases · maxfischer2781/asyncstdlib
v3.13.0
What's Changed
- Feature parity with Python 3.13 by @maxfischer2781 in #160
Full Changelog: v3.12.5...v3.13.0
v3.12.5
What's Changed
- Sync cached_property getter access by @mjpieters in #150
- Refactor groupby to use classes by @mjpieters in #155
New Contributors
- @mjpieters made their first contribution in #150
Full Changelog: v3.12.4...v3.12.5
v3.12.4
What's Changed
- Test and typing maintenance by @maxfischer2781 in #145
Full Changelog: v3.12.3...v3.12.4
v3.12.3
What's Changed
- Fix itertools typing by @isra17 in #140
- Support typing via PyRight by @maxfischer2781 in #138
New Contributors
Full Changelog: v3.12.2...v3.12.3
v3.12.2
What's Changed
- Improvements and cleanup for typing by @maxfischer2781 in #129
- Improved typing for LRU cache by @maxfischer2781 in #135
Full Changelog: v3.12.1...v3.12.2
v3.12.1
What's Changed
- Deprecate Py3.6 and Py3.7 by @maxfischer2781 in #119
- Improved typing for builtins by @maxfischer2781 in #127
- Fix athrow call (warning in python 3.12) by @ziima in #128
Full Changelog: v3.12.0...v3.12.1
v3.12.0
What's Changed
- Add itertools batched by @ziima in #115
- Support Py3.12 by @maxfischer2781 in #113
Full Changelog: v3.10.9...v3.12.0
v3.10.9
What's Changed
- Fix stable sort in heapq.merge by @ybungalobill in #112
New Contributors
- @ybungalobill made their first contribution in #112
Full Changelog: v3.10.8...v3.10.9
v3.10.8
v3.10.7
What's Changed
- Include unittests in sdist by @mgorny in #106
- Complete itertools.chain interface by @maxfischer2781 in #108
- Type hinting for lru_cache on methods by @maxfischer2781 in #105
Full Changelog: v3.10.6...v3.10.7