v0.3.0
What's Changed
-
feat: cdef lowercase_ascii with nogil block by @BobTheBuidler in #74
-
feat: more nogil blocks by @BobTheBuidler in #76
-
feat: use memoryview instead of contiguous memoryview by @BobTheBuidler in #60
-
feat: non-contiguous hash_buffer by @BobTheBuidler in #79
-
feat: parse cstring instead of memview by @BobTheBuidler in #78
-
fix: master branch for non-lowercase inputs by @BobTheBuidler in #90
-
chore: refactor with hexlify_to_buffer helper by @BobTheBuidler in #77
-
chore: remove eth-utils as dependency by @BobTheBuidler in #89
-
chore: include long description for pypi by @BobTheBuidler in #83
-
chore: pass long_description_content_type='text/markdown' in setup.py by @BobTheBuidler in #84
-
feat(test): failing test case with non-lowercase input by @BobTheBuidler in #91
-
feat(test): test threadsafety by @BobTheBuidler in #85
-
feat(cicd): build wheels for PyPI by @BobTheBuidler in #88
-
feat(cicd): build wheels for PyPI on multiple runners by @BobTheBuidler in #92
Full Changelog: v0.2.6...v0.3.0