All Versions
3
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v0.2.0 Changes
Major changes
- Replaced matrix with matrix-static
- Removed Data.Algebra.Matrix
- No reexporting of Matrix functions anymore
- Dropped support for lts-9, GHC <= 8.2
Minor changes
- Fixed base min version to 4.9
- Fixed some static equations to allow support for GHC<8.4
- Default stackage lts resolver is lts-12.2
-
v0.1.1 Changes
Backwards compatible changes
- Add golay code
- Add
codeFromAD
,dualCodeD
creators - Add
extendCode
code transformer - Replace
combinat
dependency withrandom-shuffle
๐ Bugfixes
- calcSyndromeTable uses known code distances correctly
-
v0.1.0 Changes
August 03, 2018- ๐ Initial release
- Includes trivial, hamming and random codes
- Implements syndrome decoding
- ๐ Initial release