Skip to content

Releases: Martinsos/edlib

v1.2.7

20 Aug 22:56
Compare
Choose a tag to compare

CHANGELOG:

  • fixed edlib freezing when alphabet was exactly 256 characters long.

v1.2.6

07 Nov 09:39
Compare
Choose a tag to compare

Fixed some compiler warnings/errors (on Windows mostly).

v1.2.5

06 Nov 22:47
Compare
Choose a tag to compare

Fixed #120: Edlib now correctly handles empty sequences.

1.2.4

20 Jan 19:34
Compare
Choose a tag to compare

Fixed bug described in #126 .

v1.2.3

03 Feb 15:33
Compare
Choose a tag to compare

Fixed bug described in #103.

v1.2.1

09 Sep 22:05
Compare
Choose a tag to compare

Fixed rare bug that was happening in HW mode on strong reduction of band, accidentally pointing score to undefined value in memory in certain cases.
Upgraded CMake so it offers better support for OSX.

v1.2.0

30 Jul 22:57
Compare
Choose a tag to compare

Added support for custom character equality definition.
Fixed some small bugs.

v1.1.2

07 Feb 21:47
Compare
Choose a tag to compare

Fixed memory leaks in tests.
Added memory checking to travis.
Fixed rare bug in alignment traceback.
Implemented python binding for Edlib!

v1.1.1

19 Dec 00:30
Compare
Choose a tag to compare

Fixed a rare bug where band was reduced too aggressively, resulting in no solution being found although there is one.

v1.1.0

03 Nov 11:51
Compare
Choose a tag to compare

Renamed aligner to edlib-aligner.
Made printing of alignment nicer.
Wrote a script for automatic execution of performance tests (Edlib vs. other libraries).
Regenerated all mutated sequences in test data, this time using Mutatrix tool, which gives more realistic mutations than what I was doing before.