Releases: BobTheBuidler/ez-a-sync
Releases · BobTheBuidler/ez-a-sync
v0.24.6
What's Changed
- fix: include .pxd interface files in pypi package by @BobTheBuidler in #418
Full Changelog: v0.24.5...v0.24.6
v0.24.5
What's Changed
- feat: export cython primitive interfaces by @BobTheBuidler in #417
Full Changelog: v0.24.4...v0.24.5
v0.24.4
What's Changed
- fix: PrioritySemaphore with c changes by @BobTheBuidler in #416
- feat(mypy): type stubs for primitives converted to cython by @BobTheBuidler in #415
Full Changelog: v0.24.3...v0.24.4
v0.24.3
What's Changed
- fix: compilation error on windows by @BobTheBuidler in #413
- fix: accidentally made Semaphore._value unreachable by @BobTheBuidler in #414
Full Changelog: v0.24.2...v0.24.3
v0.24.2
What's Changed
- feat: cythonic Event and Semaphore by @BobTheBuidler in #412
Full Changelog: v0.24.1...v0.24.2
v0.24.1
What's Changed
- chore: copy module docstrings into python stub files by @BobTheBuidler in #411
Full Changelog: v0.24.0...v0.24.1
v0.24.0 - way more cython
What's Changed
- feat: way more cython by @BobTheBuidler in #409
- fix: accidental commit by @BobTheBuidler in #410
Full Changelog: v0.23.15...v0.24.0
v0.23.15
What's Changed
- fix: _GenericAlias has no attribute
__name__
by @BobTheBuidler in #407 - fix: iterator
__init_subclass__
when generic has no name by @BobTheBuidler in #408
Full Changelog: v0.23.14...v0.23.15
v0.23.14
What's Changed
- fix: iterator
__init_subclass__
when subclass uses TypeVar by @BobTheBuidler in #406
Full Changelog: v0.23.13...v0.23.14
v0.23.13
What's Changed
- chore: add debug data to exc by @BobTheBuidler in #405
Full Changelog: v0.23.12...v0.23.13