Skip to content

Releases: overcat/fastcrc

v0.3.5

31 Dec 18:13
a5738f8

Choose a tag to compare

  • feat: add riscv64gc-unknown-linux-gnu build target. (#27 <https://github.com/overcat/fastcrc/pull/27>_)

v0.3.4

26 Oct 11:28
4069678

Choose a tag to compare

  • chore: mark module as gil-free. (#17)

v0.3.3

09 Oct 02:45
3836f2e

Choose a tag to compare

  • chore: bump third-party dependencies.

v0.3.2

23 Oct 11:17
63a6036

Choose a tag to compare

Bump version to v0.3.2

v0.3.1

23 Oct 11:06
b836897

Choose a tag to compare

What's Changed

  • chore: add readthedocs config by @overcat in #8
  • Update ci.yml by @manran in #10
  • chore: add wheels for Python 3.13, pypy 3.8, pypy 3.9 and pypy 3.10. by @overcat in #11

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

02 Jan 12:52
c66d910

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

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

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

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

Choose a tag to compare

  • Correct the project information.