Releases: jakewilliami/CodingTheory.jl
Releases · jakewilliami/CodingTheory.jl
v0.2.2
CodingTheory v0.2.2
Added Word struct, major performance considerations for iterating through codeword finding (though issue 56 still open, see part 3 of issue)
Merged pull requests:
- Added example sort bounds (#54) (@jakewilliami)
- Make Alphabet a subtype of AbstractVector and implement Array interface (#55) (@dmipeck)
- CompatHelper: add new compat entry for "FLoops" at version "0.1" (#58) (@github-actions[bot])
v0.2.1
CodingTheory v0.2.1
Added better documentation as docstrings
Closed issues:
Merged pull requests:
- Updated tests (#42) (@jakewilliami)
- Added return for empty code (#43) (@jakewilliami)
- Changed findall to findfirst because all codewords are necessarily un… (#44) (@jakewilliami)
- Added Universe of words parameter to get codewords so that it only ne… (#46) (@jakewilliami)
- Added docstrings (closes #45) (#47) (@jakewilliami)
- Moved outer constructors to inner and added return types to list span (#48) (@jakewilliami)
- Added sort_bounds example (#50) (@jakewilliami)
- Dev (#51) (@jakewilliami)
- Updated version number (#52) (@jakewilliami)
v0.2.0
CodingTheory v0.2.0
More linear algebra functionality, and refined codeword search
Merged pull requests:
- Dev (#13) (@jakewilliami)
- CompatHelper: add new compat entry for "Primes" at version "0.5" (#14) (@github-actions[bot])
- Dev (#15) (@jakewilliami)
- Refined filtering statements and renamed functions (#16) (@jakewilliami)
- Dev (#17) (@jakewilliami)
- Fixed q, n, d search and filter (#18) (@jakewilliami)
- Added turtle script (#19) (@jakewilliami)
- Dev (#20) (@jakewilliami)
- Dev (#21) (@jakewilliami)
- Added hamming sphere function (#22) (@jakewilliami)
- Added function to search through all codewords (#23) (@jakewilliami)
- Added random algorithm rather than greedy (#24) (@jakewilliami)
- Dev (#25) (@jakewilliami)
- Added method for getting codewords from linear combinations of a gene… (#26) (@jakewilliami)
- Dev (#28) (@jakewilliami)
- Dev (#29) (@jakewilliami)
- Dev (#30) (@jakewilliami)
- Dev (#31) (@jakewilliami)
- Broadcast subtraction (addresses commit 5302159) (#32) (@jakewilliami)
- Added travis yml file (#33) (@jakewilliami)
- Updated .travis.yml (#34) (@jakewilliami)
- Updated .travis.yml (#35) (@jakewilliami)
- Updated .travis.yml (#36) (@jakewilliami)
- Dev (#37) (@jakewilliami)
- Updated .travis.yml (#38) (@jakewilliami)
- Updated .travis.yml (#39) (@jakewilliami)
- Dev (#40) (@jakewilliami)
v0.1.0
CodingTheory v0.1.0
Pure Julia implementation of tools used in Coding Theory.