v0.2.0
v0.2.0 (2017-12-05)
Implemented enhancements:
- Add BitArray implementation
- Some refactoring
Fixed bugs:
- Shift size shorter than read length is not acceptable now
- Default window size for smoothing changes 30 to 15
Known issues:
- Progress display for bitarray calculation with multiprocessing is currently
disabled due tomultiprocessing.Queue
stuffing