Skip to content

Releases: overcat/fastcrc

v0.3.0

02 Jan 12:52
c66d910
Compare
Choose a tag to compare

What's Changed

  • feat: add support for 8 bit CRCs. (#5)
  • chore: drop support for Python 3.6. (#6)

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

16 Sep 07:31
d20b49b
Compare
Choose a tag to compare
  • feat: add fastcrc.crc16.ibm_refin and fastcrc.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

14 Sep 15:06
bd4259d
Compare
Choose a tag to compare
v0.2.1-dev.1 Pre-release
Pre-release
  • feat: add crc_16_ibm_refin and crc_32_reversed_reciprocal_refin, these are two experimental functions that may be removed in the future.
  • fix judgment on initial reversal condition

v0.2.0

19 Jun 05:22
70bb56e
Compare
Choose a tag to compare

feat: add initial value optional parameter to all CRC functions. (#1, Thank you @wonkyweirdy!)

v0.1.1

23 May 13:49
3dcb04f
Compare
Choose a tag to compare
  • Correct the project information.

v0.1.0

22 May 16:44
d5e2b19
Compare
Choose a tag to compare
release: 0.1.0