Skip to content

Releases: jakewilliami/CodingTheory.jl

v0.2.2

03 Jan 00:38
Compare
Choose a tag to compare

CodingTheory v0.2.2

Diff since v0.2.1

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

04 Nov 00:18
4940be4
Compare
Choose a tag to compare

CodingTheory v0.2.1

Diff since v0.2.0

Added better documentation as docstrings

Closed issues:

  • Rename src/ files (#27)
  • Add docstrings (#45)
  • Remove multiple includes (#49)

Merged pull requests:

v0.2.0

29 Oct 00:30
b9824cd
Compare
Choose a tag to compare

CodingTheory v0.2.0

Diff since v0.1.0

More linear algebra functionality, and refined codeword search

Merged pull requests:

v0.1.0

10 Oct 00:25
Compare
Choose a tag to compare

CodingTheory v0.1.0

Pure Julia implementation of tools used in Coding Theory.