Releases: overcat/fastcrc
Releases · overcat/fastcrc
v0.3.2
v0.3.1
v0.3.0
What's Changed
New Contributors
Full Changelog: v0.2.1...v0.3.0
PyPI: https://pypi.org/project/fastcrc/0.3.0/
Documentation: https://fastcrc.readthedocs.io/en/v0.3.0/
v0.2.1
- feat: add
fastcrc.crc16.ibm_refin
andfastcrc.crc32.reversed_reciprocal_refin
, these are two experimental functions that may be removed in the future. - chore: build wheels for more platforms.
- docs: improve documentation.
PyPI: https://pypi.org/project/fastcrc/0.2.1/
Documentation: https://fastcrc.readthedocs.io/en/v0.2.1/
Thanks to @gaiuscosades for the help.
v0.2.1-dev.1
- feat: add
crc_16_ibm_refin
andcrc_32_reversed_reciprocal_refin
, these are two experimental functions that may be removed in the future. - fix judgment on initial reversal condition