Skip to content

Releases: jkent/python-bchlib

v2.1.3

12 Sep 14:20
8d0656a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.2...v2.1.3

v2.1.2

06 Aug 05:31
40cf9ba
Compare
Choose a tag to compare

Full Changelog: v2.1.1...v2.1.2

v2.1.1

06 Aug 05:18
Compare
Choose a tag to compare

Bugfix release

Full Changelog: v2.1.0...v2.1.1

v2.1.0

30 Jun 20:55
Compare
Choose a tag to compare
  • change in bch.c: allow len*8-7 <= n-ecc_bits
  • fix bitflip function in test_exercise to not touch bits outside of n

v2.0.1

30 Jun 19:14
db915f9
Compare
Choose a tag to compare
Update github-deploy.yml

v2.0.0

30 Jun 18:33
Compare
Choose a tag to compare
API change: removed data_len, fixes #35

* removed bch.data_len
* removed ecc and data_len from BCHObject
* added test case for consecutive encode/decode
* added test case for chaining encode
* bumped major version

v1.0.0

07 Aug 18:47
Compare
Choose a tag to compare

New API for major release