Releases: BobTheBuidler/ez-a-sync
Releases · BobTheBuidler/ez-a-sync
v0.24.39
What's Changed
- feat: optimize base.pyx by @BobTheBuidler in #493
- feat: rip out contextlib.suppress for speed by @BobTheBuidler in #492
- feat: re-enable smart processing queue heap sorting by @BobTheBuidler in #491
Full Changelog: v0.24.38...v0.24.39
v0.24.38
What's Changed
- fix: logger level debug breaks ASyncABC by @BobTheBuidler in #488
- fix: occasional non-breaking AttributeError in
CythonEvent.__repr__
by @BobTheBuidler in #487 - chore: refactor out unused c_logger constant in create_task.pyx by @BobTheBuidler in #489
- chore: refactor unused var c_logger out of method.pyx by @BobTheBuidler in #490
Full Changelog: v0.24.37...v0.24.38
v0.24.37
What's Changed
- feat: optimize _asyncify by @BobTheBuidler in #486
Full Changelog: v0.24.36...v0.24.37
v0.24.36
What's Changed
- feat: optimize executors more by @BobTheBuidler in #483
- feat: optimize _asyncify by @BobTheBuidler in #484
- feat: optimize get_event_loop by @BobTheBuidler in #485
Full Changelog: v0.24.35...v0.24.36
v0.24.35
What's Changed
- feat: optimize executors by @BobTheBuidler in #478 and #481
- feat: optimize _ensure_debug_daemon by @BobTheBuidler in #479
- fix: use _ensure_debug_daemon instead of _start_debug_daemon by @BobTheBuidler in #480
Full Changelog: v0.24.34...v0.24.35
v0.24.34
What's Changed
- feat: optimize queue.py by @BobTheBuidler in #476 and #477
Full Changelog: v0.24.33...v0.24.34
v0.24.33
What's Changed
- feat: optimize VariablePriorityQueue._get by @BobTheBuidler in #475
Full Changelog: v0.24.32...v0.24.33
v0.24.32
v0.24.31
What's Changed
- fix: attribute error on python 3.8 and 3.9 by @BobTheBuidler in #473
Full Changelog: v0.24.30...v0.24.31