Closed hichamjanati closed 4 years ago
Merging #11 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #11 +/- ##
=======================================
Coverage 90.29% 90.29%
=======================================
Files 14 14
Lines 577 577
Branches 93 93
=======================================
Hits 521 521
Misses 35 35
Partials 21 21
Impacted Files | Coverage Δ | |
---|---|---|
pyldpc/_version.py | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7204df2...2665f67. Read the comment docs.
This PR prepares the 0.7.8 release with the following changes:
Fix a major bug in creation of the LDPC matrix H with Gallager's algorithm.
10x speed gain in decoding with numba
Make coding and decoding parallelizable by stacking multiple messages.
Make images and sound modules compact via parallel coding and decoding.
Move documentation from readthedocs to github-pages + add example on images.