Skip to content

Releases: YairMZ/LDPC

V0.3.5

29 Jun 16:31
Compare
Choose a tag to compare

What's Changed

Added various bit-flipping decoders. Details below:

Full Changelog: v0.3.4...v0.3.5

v0.3.4

11 Feb 18:37
Compare
Choose a tag to compare

Full Changelog: v0.3.3...v0.3.4

Add support for parity check matrices represented as sparse arrays for large codes.

v0.3.3

26 Apr 19:49
fb863af
Compare
Choose a tag to compare

What's Changed

  • Add numba compilation of vnode messages, suppress mypy issues by @YairMZ in #32

Full Changelog: v0.3.2...v0.3.3

v0.3.2

05 Apr 12:41
c060164
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

14 Mar 10:41
cb072cb
Compare
Choose a tag to compare

What's Changed

  • improve code runtime by profiling by @YairMZ in #28

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

v0.3.0

10 Mar 21:11
10144cb
Compare
Choose a tag to compare
  • Add a new encoder based on lower triangular parity check matrices
  • Add returning of the syndrome from the BP decoder.

What's Changed

  • H based encoder by @YairMZ in #25
  • return also syndrome and v_node validity from decoder by @YairMZ in #26

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 Jan 20:05
30f2c29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

15 Jan 14:53
fb0d729
Compare
Choose a tag to compare

What's Changed

  • allow specifying number of iterations per decoding attempt by @YairMZ in #22
  • bump version by @YairMZ in #23

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Jan 16:49
f3200c9
Compare
Choose a tag to compare

What's Changed

  • Add a new WiFi decoder class to allow instantiating a decoder per the ieee802.11 spec, without having to specify the parity check matrix.
  • automatic info bits indices setting for WiFi codes. by @YairMZ in #19
  • Further work on static typing

Full Changelog: v0.1.1...v0.1.2

v0.1.1

03 Jan 07:42
86fea97
Compare
Choose a tag to compare

Add Wifi Decoder based on WiFi spec codes, using a Log SPA decoder.
Resolved some import issues.

What's Changed

  • fix relative imports issue when importing package in another project. by @YairMZ in #16
  • Bp decoder by @YairMZ in #18

Full Changelog: v0.1.0...v0.1.1