Skip to content

Commit 07f89e1

Browse files
committed
Removed Cython dependencies.
Implemented the Viterbi and MAP decoder for convolutional codes completely in Python to remove Cython dependency. This might slow down the decoders but necessary to resolve installation headaches with Cython on different platforms.
1 parent bfbfdf5 commit 07f89e1

File tree

9 files changed

+388
-15689
lines changed

9 files changed

+388
-15689
lines changed

MANIFEST.in

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
include *.rst
22
include runner README
3-
recursive-include commpy/channelcoding *.pyx
4-
recursive-include commpy/channelcoding *.c

0 commit comments

Comments
 (0)