Releases: veeresht/CommPy
Releases · veeresht/CommPy
v0.8 Quick fixes
v0.7.0 Gray coding
Gray coding is the new default for all the modems.
v0.6.0
New features:
- Python 3.9 compatibility.
- Best-First MIMO detector.
- Several speed improvements including LDPC and Viterbi decoders.
- New tests for several parts of the library.
- Add Wifi 802.11 physical simulation.
- Improvements on the
links
package. - Several refactorings and other minor fixes.
V0.5.0
Warnings:
- This version abandons Python 2 compatibility and all tests are now validated on Python 3.
- The Conda version is no longer updated but pip should be updated accordingly as soon as possible.
New features:
- The convolutional code module now supports puncturing, all code ratios and provides a method for tracing FSM.
- LDPC encoder, design saving utilities, WiMAX designs and BP decoder enhancements.
- A tool to estimate the BER performance of a link model using a Monte Carlo estimator.
- K-best MIMO detector.
- Updates and corrections in the doc.
- Several bug fixes.