Skip to content

Releases: MrAlexSee/sopang

v2.0.0

06 Apr 20:18
Compare
Choose a tag to compare
  • Added support for sources (individuals' indexes) for removing false positive matches (i.e. ones not occurring in any individual) in elastic-degenerate text.
  • General source code quality improvements.
  • Refactored Python scripts to use Python3.

v1.3.2

15 Jan 11:43
Compare
Choose a tag to compare
  • Added end-to-end tests.

  • Minor readme updates.

  • Fixed processing maximum pattern count.

  • Fixed Boost include in the Makefile.

  • Added using default_value() from Boost for parameters.

  • Removed using namespace std from headers.

  • Improved comments in code.

v1.3.1

30 Jun 10:54
Compare
Choose a tag to compare
  • Minor optimizations for data parsing.
  • Minor parameter naming convention changes.
  • Improved readme.

v1.3.0

14 Jun 08:14
Compare
Choose a tag to compare
  • Added preliminary support for approximate matching based on the shift-add algorithm.
  • Expanded unit tests.

v1.2.0

03 Jun 20:07
Compare
Choose a tag to compare
  • Added unit tests.
  • Changed dynamic to static linking in order to prevent missing library errors.

v1.1.0

30 May 09:45
Compare
Choose a tag to compare
  • Changed the command-line interface in order to use command-line arguments rather than compile-time parameters.
  • Improved readme.

v1.0.1

25 Mar 13:56
Compare
Choose a tag to compare
  • Added help and version printing.
  • Improved error messages for non-existent input files.
  • Changed static to dynamic memory for segment variants.

Initial release

24 Mar 11:59
Compare
Choose a tag to compare

This is the initial release of the SOPanG tool for exact pattern matching over elastic-degenerate text.