Releases: Martinsos/edlib
Releases · Martinsos/edlib
v1.2.7
CHANGELOG:
- fixed edlib freezing when alphabet was exactly 256 characters long.
v1.2.6
Fixed some compiler warnings/errors (on Windows mostly).
v1.2.5
Fixed #120: Edlib now correctly handles empty sequences.
1.2.4
Fixed bug described in #126 .
v1.2.3
Fixed bug described in #103.
v1.2.1
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
Added support for custom character equality definition.
Fixed some small bugs.
v1.1.2
Fixed memory leaks in tests.
Added memory checking to travis.
Fixed rare bug in alignment traceback.
Implemented python binding for Edlib!
v1.1.1
Fixed a rare bug where band was reduced too aggressively, resulting in no solution being found although there is one.
v1.1.0
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.