Releases: BobTheBuidler/ez-a-sync
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
v0.23.12
What's Changed
-
feat: optimize ASyncGenericBase with cython by @BobTheBuidler in #398
-
feat: cythonize validate_flag_value, refactor by @BobTheBuidler in #399
-
feat: optimize negate_if_necessary by @BobTheBuidler in #401
-
feat: cythonize _helpers.py by @BobTheBuidler in #402
-
feat: optimize get_flag_name_c by @BobTheBuidler in #403
-
feat: cythonize iterators by @BobTheBuidler in #404
-
fix: ASyncIterator docstring reformatting for subclasses by @BobTheBuidler in #395
-
chore: refactor abstract by @BobTheBuidler in #397
-
chore: remove deprecated stubs for _flags.pyx by @BobTheBuidler in #400
-
feat(docs):add object type to iterator subclass docstrings by @BobTheBuidler in #396
Full Changelog: v0.23.11...v0.23.12
v0.23.11
What's Changed
- fix: cant make weak reference to None by @BobTheBuidler in #394
Full Changelog: v0.23.10...v0.23.11
v0.23.10
What's Changed
-
feat: cythonize function by @BobTheBuidler in #391
-
feat: cythonize create_task by @BobTheBuidler in #390
-
feat: cythonize _debug and _loggable mixins by @BobTheBuidler in #392
-
chore: return iterator directly by @BobTheBuidler in #393
-
feat(docs): document flags by @BobTheBuidler in #389
Full Changelog: v0.23.9...v0.23.10
v0.23.9
What's Changed
- feat: cdef _is_a_sync_instance by @BobTheBuidler in #386
- chore: refactor recurring imports by @BobTheBuidler in #387
- chore: declare vars by @BobTheBuidler in #388
Full Changelog: v0.23.8...v0.23.9
v0.23.8
What's Changed
- feat: cdef _kwargs.is_sync_c by @BobTheBuidler in #385
Full Changelog: v0.23.7...v0.23.8
v0.23.7
What's Changed
- feat: Cythonize method and property by @BobTheBuidler in #384
- feat: optimize _update_cache_timer by @BobTheBuidler in #383
Full Changelog: v0.23.6...v0.23.7